@ningboyz/types 1.7.197 → 1.7.199

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.197",
4
+ "version": "1.7.199",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -27,6 +27,8 @@ export interface IGzjgBindResponse {
27
27
  // 人事数据
28
28
  bindView: string;
29
29
  bindText: string;
30
+ // 校验状态 {0:启用,1:停用}
31
+ hideStat: number;
30
32
 
31
33
  listItem: IGzjgGzlmBindResponse[];
32
34
  }
@@ -54,6 +56,7 @@ export class TGzjgBindResponse implements IGzjgBindResponse {
54
56
  bindTabl: string = "";
55
57
  bindView: string = "";
56
58
  bindText: string = "";
59
+ hideStat: number = 0;
57
60
 
58
61
  listItem: IGzjgGzlmBindResponse[] = [];
59
62
  }