@ningboyz/types 1.7.107 → 1.7.109

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.107",
4
+ "version": "1.7.109",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -136,6 +136,7 @@ export interface IViewCtrlResponseWithParaConv {
136
136
  isShowSealName?: boolean;
137
137
  yzhtUUID?: string; //其他页面的UUID
138
138
  outboundMenuUUID?: string; //出库登记菜单的menuUUID,配置在下发功能菜单.取关联单使用
139
+ sysclasc: number;
139
140
  }
140
141
 
141
142
  export class TViewCtrlResponseWithParaConv implements IViewCtrlResponseWithParaConv {
@@ -161,4 +162,5 @@ export class TViewCtrlResponseWithParaConv implements IViewCtrlResponseWithParaC
161
162
  isShowSealName?: boolean = false;
162
163
  yzhtUUID?: string = ""; //其他页面的UUID
163
164
  outboundMenuUUID?: string = ""; //出库登记菜单的menuUUID,配置在下发功能菜单.取关联单使用
165
+ sysclasc: number = 0;
164
166
  }