@ningboyz/types 1.5.174 → 1.5.177

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.174",
4
+ "version": "1.5.177",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -184,4 +184,6 @@ export enum TButtonType {
184
184
  startDrawingLots = "startDrawingLots",
185
185
  /** 新增合同 */
186
186
  newContract = "newContract",
187
+ /**重置 */
188
+ reset = "reset",
187
189
  }
@@ -43,11 +43,12 @@ export interface IGztbMainResponse {
43
43
  onStatus: number;
44
44
  /** 表体对象,1:单位,2:部门,3:人员,4:字典 */
45
45
  bodyFill: number;
46
-
46
+
47
47
  taskMain: number;
48
48
  taskName: string;
49
49
  gzjgText: string;
50
-
50
+ // 计划单号
51
+ gztbCode: string;
51
52
  taskIndx: number[];
52
53
  unitIndx: number[];
53
54
  limitVal: number;
@@ -100,7 +101,7 @@ export class TGztbMainResponse implements IGztbMainResponse {
100
101
  gztbMemo: string = "";
101
102
  onStatus: number = 0;
102
103
  bodyFill: number = 0;
103
-
104
+ gztbCode: string = "";
104
105
  taskMain: number = 0;
105
106
  taskName: string = "";
106
107
  gzjgText: string = "";