@ningboyz/types 1.4.82 → 1.4.84
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
|
@@ -208,6 +208,10 @@ export interface IZbzdMainResponse {
|
|
|
208
208
|
* 业务科室.名称
|
|
209
209
|
*/
|
|
210
210
|
deptFromText: string;
|
|
211
|
+
/**
|
|
212
|
+
* 资金性质.名称
|
|
213
|
+
*/
|
|
214
|
+
zjxzText: string;
|
|
211
215
|
/**
|
|
212
216
|
* 指标分录
|
|
213
217
|
*/
|
|
@@ -339,6 +343,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
|
|
|
339
343
|
deptFrom: number = 0;
|
|
340
344
|
deptFromText: string = "";
|
|
341
345
|
sourceDw: string = "";
|
|
346
|
+
zjxzText: string = "";
|
|
342
347
|
|
|
343
348
|
listZBFL: IZbzbZbflResponse[] = [];
|
|
344
349
|
listPath: IPathResponse[] = [];
|