@ningboyz/types 1.5.109 → 1.5.111

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.5.109",
4
+ "version": "1.5.111",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -89,6 +89,7 @@ export interface IHznjNotiResponse {
89
89
  didFirst: number;
90
90
  lastMemo: string;
91
91
  userName: string;
92
+ userDeptText: string;
92
93
  userGUID: string;
93
94
  flowMain: number;
94
95
  flowNode: number;
@@ -180,6 +181,7 @@ export class THznjNotiResponse implements IHznjNotiResponse {
180
181
  didFirst: number = 0;
181
182
  lastMemo: string = "";
182
183
  userName: string = "";
184
+ userDeptText: string = "";
183
185
  userGUID: string = "";
184
186
  flowMain: number = 0;
185
187
  flowNode: number = 0;