@ningboyz/types 1.3.174 → 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.3.174",
4
+ "version": "1.3.176",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -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[] = [];