@ningboyz/types 1.6.49 → 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.49",
4
+ "version": "1.6.51",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -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 = "";