@ningboyz/types 1.6.50 → 1.6.51

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.6.50",
4
+ "version": "1.6.51",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -58,7 +58,7 @@ export interface IGztbMainResponse {
58
58
  startCnt: number;
59
59
  endedCnt: number;
60
60
 
61
- tablCode: string;
61
+
62
62
 
63
63
 
64
64
 
@@ -120,7 +120,7 @@ export class TGztbMainResponse implements IGztbMainResponse {
120
120
  gztbName: string = "";
121
121
  startCnt: number = 0;
122
122
  endedCnt: number = 0;
123
- tablCode: string = "";
123
+
124
124
  listTask: ITaskMainResponse[] = [];
125
125
  listYSDW: IUnitResponse[] = [];
126
126
  listUser: IUserLiteResponse[] = [];
@@ -77,6 +77,7 @@ export interface ITablMainResponse {
77
77
  userMain: number;
78
78
  usesAuto?: number;
79
79
  tablMode: number;
80
+ tablCode: string;
80
81
  // 计划名称
81
82
  tablName: string;
82
83
  // 用户标识
@@ -127,7 +128,7 @@ export class TTablMainResponse implements ITablMainResponse {
127
128
  flowUndo: number = 0;
128
129
  handleBy: string = "";
129
130
  handleAt: number = 0;
130
-
131
+ tablCode: string = "";
131
132
  sourceDW: string = "";
132
133
  unitMain: number = 0;
133
134
  unitNamf: string = "";