@ningboyz/types 1.7.178 → 1.7.180

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.7.178",
4
+ "version": "1.7.180",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -42,7 +42,7 @@ export interface IWlzfBillResponse {
42
42
  acnoZhmc: string;
43
43
  acnoZhlx: number;
44
44
 
45
- wlzfStat: number;
45
+ wlzfStat: string;
46
46
  wlzfJyxh: string;
47
47
  wlzfJyzt: string;
48
48
  wlzfDzhd: string;
@@ -116,7 +116,7 @@ export class TWlzfBillResponse implements IWlzfBillResponse {
116
116
  acnoZhmc: string = "";
117
117
  acnoZhlx: number = 0;
118
118
 
119
- wlzfStat: number = 0;
119
+ wlzfStat: string = "";
120
120
  wlzfJyxh: string = "";
121
121
  wlzfJyzt: string = "";
122
122
  wlzfDzhd: string = "";