@ningboyz/types 1.5.18 → 1.5.20

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.5.18",
4
+ "version": "1.5.20",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -83,7 +83,7 @@ export interface IBillMainResponse {
83
83
  /** 开票账号 */
84
84
  aczfMain: number;
85
85
  aczfZhmc: string;
86
- lastTime: string;
86
+ lastTime: number;
87
87
  aczfKhyh: string;
88
88
  aczfYhzh: string;
89
89
  /** 收款单位 */
@@ -230,7 +230,7 @@ export class TBillMainResponse implements IBillMainResponse {
230
230
  /** 开票账号 */
231
231
  aczfMain: number = 0;
232
232
  aczfZhmc: string = "";
233
- lastTime: string = "";
233
+ lastTime: number = 0;
234
234
  aczfKhyh: string = "";
235
235
  aczfYhzh: string = "";
236
236
  /** 收款单位 */