@ningboyz/types 1.5.26 → 1.5.28

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.26",
4
+ "version": "1.5.28",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -131,6 +131,7 @@ export interface IViewCtrlResponseWithParaConv {
131
131
  interfaceUUID?: string; //其他页面的UUID
132
132
  pathId?: string; // 附件的dictindx
133
133
  isShowSealName?: boolean;
134
+ yzhtUUID?:string; //其他页面的UUID
134
135
  outboundMenuUUID?: string; //出库登记菜单的menuUUID,配置在下发功能菜单.取关联单使用
135
136
  }
136
137
 
@@ -153,5 +154,6 @@ export class TViewCtrlResponseWithParaConv implements IViewCtrlResponseWithParaC
153
154
  interfaceUUID?: string = ""; //其他页面的UUID
154
155
  pathId?: string = ""; // 附件的dictindx
155
156
  isShowSealName?: boolean = false;
157
+ yzhtUUID?:string = ""; //其他页面的UUID
156
158
  outboundMenuUUID?: string = ""; //出库登记菜单的menuUUID,配置在下发功能菜单.取关联单使用
157
159
  }