@ningboyz/types 1.3.175 → 1.3.176
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
|
@@ -74,6 +74,8 @@ export interface IZbzdMainResponse {
|
|
|
74
74
|
flowNode: number;
|
|
75
75
|
lastMemo: string;
|
|
76
76
|
userName: string;
|
|
77
|
+
sourceDw: string;
|
|
78
|
+
|
|
77
79
|
/**
|
|
78
80
|
* 项目分类
|
|
79
81
|
*/
|
|
@@ -312,6 +314,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
|
|
|
312
314
|
acnoKhyh: string = "";
|
|
313
315
|
wContact: string = "";
|
|
314
316
|
dContact: string = "";
|
|
317
|
+
sourceDw: string = "";
|
|
315
318
|
|
|
316
319
|
listZBFL: IZbzbZbflResponse[] = [];
|
|
317
320
|
listPath: IPathResponse[] = [];
|