@ningboyz/types 1.0.103 → 1.0.104
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
|
@@ -67,7 +67,7 @@ export interface ISysMenuWithCoreResponse {
|
|
|
67
67
|
/** 单号字段 */
|
|
68
68
|
billItem: string;
|
|
69
69
|
/** 参与事前报备 */
|
|
70
|
-
todoLock:
|
|
70
|
+
todoLock: number;
|
|
71
71
|
pathType: IDictResponse[];
|
|
72
72
|
menuParaConv: ISysMenuWithCoreResponseMenuPara;
|
|
73
73
|
wldyPage: IWldyPageResponse[];
|
|
@@ -130,7 +130,7 @@ export class TSysMenuWithCoreResponse implements ISysMenuWithCoreResponse {
|
|
|
130
130
|
billTail: string = "";
|
|
131
131
|
billTabl: string = "";
|
|
132
132
|
billItem: string = "";
|
|
133
|
-
todoLock:
|
|
133
|
+
todoLock: number = 0;
|
|
134
134
|
pathType: IDictResponse[] = [];
|
|
135
135
|
menuParaConv: ISysMenuWithCoreResponseMenuPara = new TSysMenuWithCoreResponseMenuPara(); // menuPara转换成对象
|
|
136
136
|
wldyPage: IWldyPageResponse[] = [];
|