@ningboyz/types 1.4.98 → 1.4.99

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.4.98",
4
+ "version": "1.4.99",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -107,6 +107,8 @@ export interface IHznkMainResponse {
107
107
  lastMemo: string;
108
108
  userName: string;
109
109
  userGUID: string;
110
+ /**负责人ID */
111
+ chargeID: number;
110
112
 
111
113
  /**附件 */
112
114
  listPath: TCore.IPathResponse[];
@@ -187,6 +189,7 @@ export class THznkMainResponse implements IHznkMainResponse {
187
189
  innerFy2: number = 0;
188
190
  innerTq1: number = 0;
189
191
  innerTq2: number = 0;
192
+ chargeID: number = 0;
190
193
  wContact: string = "";
191
194
  dContact: string = "";
192
195