@ningboyz/types 1.7.140 → 1.7.141

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.7.140",
4
+ "version": "1.7.141",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -76,6 +76,7 @@ export interface IZbzdMainResponse {
76
76
  lastTime: number;
77
77
  lastMemo: string;
78
78
  userName: string;
79
+ userMain: number;
79
80
  sourceDw: string;
80
81
  zbzdJhje: number;
81
82
 
@@ -289,6 +290,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
289
290
  fromText: string = "";
290
291
  lastMemo: string = "";
291
292
  userName: string = "";
293
+ userMain: number = -1;
292
294
  /** 指标文号 */
293
295
  zbzdZbwh: string = "";
294
296
  tzStatus: number = 0;