@ningboyz/types 1.5.198 → 1.5.199
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
|
@@ -77,6 +77,7 @@ export interface IZbzdMainResponse {
|
|
|
77
77
|
lastMemo: string;
|
|
78
78
|
userName: string;
|
|
79
79
|
sourceDw: string;
|
|
80
|
+
zbzdJhje: number;
|
|
80
81
|
|
|
81
82
|
/**
|
|
82
83
|
* 项目分类
|
|
@@ -357,6 +358,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
|
|
|
357
358
|
billFrom: number = 0;
|
|
358
359
|
sourceDw: string = "";
|
|
359
360
|
zjxzText: string = "";
|
|
361
|
+
zbzdJhje: number = 0;
|
|
360
362
|
|
|
361
363
|
listZBFL: IZbzbZbflResponse[] = [];
|
|
362
364
|
listPath: IPathResponse[] = [];
|