@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
|
@@ -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 = "";
|