@ningboyz/types 1.3.196 → 1.3.198

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.3.196",
4
+ "version": "1.3.198",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -92,6 +92,7 @@ export interface IZbzbZbflResponse {
92
92
  zjlyText: string;
93
93
  kfjMoney: number;
94
94
  allEnded: number;
95
+ dataType: number;
95
96
 
96
97
  /**
97
98
  * 归属科室
@@ -222,6 +223,7 @@ export class TZbzbZbflResponse implements IZbzbZbflResponse {
222
223
  zjlyText: string = "";
223
224
  kfjMoney: number = 0;
224
225
  allEnded: number = 0;
226
+ dataType: number = 0;
225
227
 
226
228
  deptMain: number = 0;
227
229
  deptName: string = "";