@ningboyz/types 1.6.38 → 1.6.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.6.38",
4
+ "version": "1.6.39",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -140,6 +140,11 @@ export interface IBillMainResponse {
140
140
  /** 结清标志:0:未关闭;1:已关闭 */
141
141
  hasEnded: number;
142
142
 
143
+ /** 打印人 */
144
+ exportBy: string;
145
+ /** 打印时间 */
146
+ exportAt: number;
147
+
143
148
  thirdApp: string;
144
149
 
145
150
  /** 合同编号 */
@@ -296,6 +301,11 @@ export class TBillMainResponse implements IBillMainResponse {
296
301
  /** 结清标志:0:未关闭;1:已关闭 */
297
302
  hasEnded: number = 0;
298
303
 
304
+ /** 打印人 */
305
+ exportBy: string = "";
306
+ /** 打印时间 */
307
+ exportAt: number = 0;
308
+
299
309
  thirdApp: string = "";
300
310
 
301
311
  /** 合同编号 */