@ningboyz/types 1.7.135 → 1.7.136

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.135",
4
+ "version": "1.7.136",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -83,6 +83,7 @@ export interface ITablMainResponse {
83
83
  commitID: number;
84
84
  // 用户名称
85
85
  commitBy: string;
86
+ asNormal: number;
86
87
  listData: Array<ITablDataResponse>;
87
88
  listPath: TCore.IPathResponse[];
88
89
  listWZK8: ITablWzk8Response[];
@@ -163,6 +164,7 @@ export class TTablMainResponse implements ITablMainResponse {
163
164
  tablName: string = "";
164
165
  commitID: number = 0;
165
166
  commitBy: string = "";
167
+ asNormal: number = 0;
166
168
  listData: Array<ITablDataResponse> = [];
167
169
  listPath: TCore.IPathResponse[] = [];
168
170
  listWZK8: ITablWzk8Response[] = [];