@ningboyz/types 1.5.139 → 1.5.141

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.139",
4
+ "version": "1.5.141",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -88,3 +88,5 @@ export const CONST_MYOA_MAIN_MYOA_CODE_固定资产_公物仓领用 = "GWCLY"; /
88
88
 
89
89
  export const CONST_MYOA_MAIN_MYOA_TYPC_固定资产_公物仓入仓 = 1011; //#公物仓入仓
90
90
  export const CONST_MYOA_MAIN_MYOA_TYPC_固定资产_公物仓领用 = 1012; //#公物仓领用
91
+
92
+ export const CONST_MYOA_MAIN_MYOA_TYPC_被装管理_信息维护 = 1014; //#被装管理_信息维护
@@ -77,6 +77,7 @@ export interface ITablMainResponse {
77
77
  ERORMEMO: string;
78
78
  userMain: number;
79
79
  usesAuto?: number;
80
+ tablMode: number;
80
81
  listData: Array<ITablDataResponse>;
81
82
  listPath: TCore.IPathResponse[];
82
83
  listWZK8: ITablWzk8Response[];
@@ -153,6 +154,7 @@ export class TTablMainResponse implements ITablMainResponse {
153
154
  unitTypeText: string = "";
154
155
  taskMain: number = 0;
155
156
  userMain: number = 0;
157
+ tablMode: number = 0;
156
158
  listData: Array<ITablDataResponse> = [];
157
159
  listPath: TCore.IPathResponse[] = [];
158
160
  listWZK8: ITablWzk8Response[] = [];