@ningboyz/types 1.0.0
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/index.ts +37 -0
- package/package.json +25 -0
- package/src/app/ITab.ts +31 -0
- package/src/app/index.ts +6 -0
- package/src/base/IBaseResponse.ts +25 -0
- package/src/conf/IConfig.ts +25 -0
- package/src/const/const_audit.ts +34 -0
- package/src/const/const_card.ts +6 -0
- package/src/const/const_clas.ts +72 -0
- package/src/const/const_cnfg.ts +92 -0
- package/src/const/const_data_from.ts +14 -0
- package/src/const/const_elem.ts +86 -0
- package/src/const/const_flow.ts +7 -0
- package/src/const/const_gams_mode.ts +5 -0
- package/src/const/const_myoa.ts +18 -0
- package/src/const/const_part.ts +25 -0
- package/src/const/const_take_type.ts +9 -0
- package/src/const/const_todo.ts +20 -0
- package/src/const/const_travel.ts +8 -0
- package/src/const/const_type.ts +65 -0
- package/src/const/const_type_name.ts +137 -0
- package/src/const/const_user.ts +1 -0
- package/src/const/const_yiha.ts +32 -0
- package/src/const/const_zbzd.ts +10 -0
- package/src/const/index.ts +20 -0
- package/src/core/IDeptLiteResponse.ts +44 -0
- package/src/core/IDeptResponse.ts +98 -0
- package/src/core/IDictResponse.ts +106 -0
- package/src/core/IDictResponseDictPara.ts +7 -0
- package/src/core/IEnvrResponse.ts +95 -0
- package/src/core/ILaidResponse.ts +101 -0
- package/src/core/IPartResponse.ts +69 -0
- package/src/core/IPathResponse.ts +122 -0
- package/src/core/ISourceItem.ts +55 -0
- package/src/core/IStypResponse.ts +45 -0
- package/src/core/ISysClasResponse.ts +3 -0
- package/src/core/ISysMenuWithCoreResponse.ts +130 -0
- package/src/core/ISysMenuWithCoreResponseMenuPara.ts +3 -0
- package/src/core/ISysMenuWithExpdResponse.ts +298 -0
- package/src/core/ITypeResponse.ts +81 -0
- package/src/core/IUnitResponse.ts +138 -0
- package/src/core/IUnitResponseElemPara.ts +7 -0
- package/src/core/IUserAcnoResponse.ts +163 -0
- package/src/core/IUserFindResponse.ts +140 -0
- package/src/core/IUserResponse.ts +310 -0
- package/src/core/index.ts +57 -0
- package/src/enums/doneMode.ts +7 -0
- package/src/enums/editMode.ts +18 -0
- package/src/enums/formType.ts +8 -0
- package/src/enums/index.ts +7 -0
- package/src/enums/storeId.ts +7 -0
- package/src/enums/viewMode.ts +7 -0
- package/src/flow/IFlowDutyNodeParaConv.ts +7 -0
- package/src/flow/IFlowDutyResponse.ts +80 -0
- package/src/flow/IFlowMainResponse.ts +105 -0
- package/src/flow/IFlowNodeResponse.ts +203 -0
- package/src/flow/IFlowTypeResponse.ts +7 -0
- package/src/flow/IFlowVoidResponse.ts +73 -0
- package/src/flow/index.ts +19 -0
- package/src/gams/IGamsCnfgResponse.ts +69 -0
- package/src/gams/index.ts +7 -0
- package/src/gzjg/IGzjgBodyLockResponse.ts +65 -0
- package/src/gzjg/IGzjgGzlmLandResponse.ts +88 -0
- package/src/gzjg/IGzjgGzlmResponse.ts +146 -0
- package/src/gzjg/IGzjgGzlmResponseGzlmPara.ts +23 -0
- package/src/gzjg/IGzjgMainResponse.ts +195 -0
- package/src/gzjg/IGzjgQzgsResponse.ts +55 -0
- package/src/gzjg/index.ts +19 -0
- package/src/pzpt/IPzptCnfgResponse.ts +144 -0
- package/src/pzpt/IPzptItemResponse.ts +99 -0
- package/src/pzpt/IPzptK0kmResponse.ts +69 -0
- package/src/pzpt/IPzptK8kmResponse.ts +167 -0
- package/src/pzpt/IPzptKbkmResponse.ts +139 -0
- package/src/pzpt/IPzptTypeResponse.ts +84 -0
- package/src/pzpt/IPzptUkkmResponse.ts +87 -0
- package/src/pzpt/index.ts +25 -0
- package/src/response/IResponse.ts +8 -0
- package/src/store/index.ts +4 -0
- package/src/store/tabsState.ts +13 -0
- package/src/store/userState.ts +43 -0
- package/src/store/viewState.ts +5 -0
- package/src/tabl/ITablDataResponse.ts +70 -0
- package/src/tabl/ITablLineResponse.ts +13 -0
- package/src/tabl/ITablMainResponse.ts +146 -0
- package/src/tabl/index.ts +13 -0
- package/src/wldy/IWldyDataResponse.ts +60 -0
- package/src/wldy/IWldyItemResponse.ts +68 -0
- package/src/wldy/IWldyPageResponse.ts +84 -0
- package/src/wlzf/IWlzfEnvrResponse.ts +115 -0
- package/src/wlzf/index.ts +7 -0
- package/src/wtui/IViewCtrlResponse.ts +68 -0
- package/src/wtui/IWtuiMainResponse.ts +110 -0
- package/src/wtui/IWtuiTodoResponse.ts +67 -0
- package/src/wtui/IWtuiViewResponse.ts +85 -0
- package/src/wtui/index.ts +16 -0
- package/src/yzpz/IYzpzCnfgResponse.ts +77 -0
- package/src/yzpz/IYzpzK8kmResponse.ts +111 -0
- package/src/yzpz/index.ts +10 -0
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import type { IPartResponse } from "../core/IPartResponse";
|
|
2
|
+
import type { IUnitResponse } from "../core/IUnitResponse";
|
|
3
|
+
import type { IWtuiViewResponse } from "./IWtuiViewResponse";
|
|
4
|
+
|
|
5
|
+
export interface IWtuiMainResponse {
|
|
6
|
+
whoBuild: number;
|
|
7
|
+
userIndx: number;
|
|
8
|
+
wtuiIndx: number; // #唯一标识
|
|
9
|
+
wtuiMain: number;
|
|
10
|
+
|
|
11
|
+
createAt: number;
|
|
12
|
+
createBy: string;
|
|
13
|
+
dataDate: number;
|
|
14
|
+
dataFrom: number;
|
|
15
|
+
dataGUID: string;
|
|
16
|
+
dataHide: number;
|
|
17
|
+
dataLevl: number;
|
|
18
|
+
dataOrdr: number;
|
|
19
|
+
dataStat: number;
|
|
20
|
+
dataTime: number;
|
|
21
|
+
deleteAt: number;
|
|
22
|
+
deleteBy: string;
|
|
23
|
+
entityID: string;
|
|
24
|
+
envrPara: string; // #参数配置
|
|
25
|
+
hashCode: number;
|
|
26
|
+
intLogo1: string; // #内部图标
|
|
27
|
+
intLogo2: string;
|
|
28
|
+
intText1: string; // #内部文本
|
|
29
|
+
intText2: string;
|
|
30
|
+
kjndKJQJ: number;
|
|
31
|
+
mastGUID: string;
|
|
32
|
+
mastName: string;
|
|
33
|
+
microApp: string; // #microApp
|
|
34
|
+
microURL: string; // #microURL
|
|
35
|
+
name4Map: string;
|
|
36
|
+
outLogo1: string; // #外部图标
|
|
37
|
+
outLogo2: string;
|
|
38
|
+
outText1: string; // #外部文本
|
|
39
|
+
outText2: string;
|
|
40
|
+
parentID: number;
|
|
41
|
+
partText: string; // #指标角色
|
|
42
|
+
queuesBy: number;
|
|
43
|
+
sysClasc: number; // #模板大类.sysClasc
|
|
44
|
+
sysClasd: string; // #模板大类.sysClasd
|
|
45
|
+
sysClasn: string; // #模板大类.sysClasn
|
|
46
|
+
updateAt: number;
|
|
47
|
+
updateBy: string;
|
|
48
|
+
wtuiMemo: string; // #界面备注
|
|
49
|
+
wtuiName: string; // #界面名称
|
|
50
|
+
|
|
51
|
+
unitTypeSize: number;
|
|
52
|
+
unitTypeText: string; // #单位类型
|
|
53
|
+
|
|
54
|
+
listView: IWtuiViewResponse[];
|
|
55
|
+
listPart: IPartResponse[];
|
|
56
|
+
unitType: IUnitResponse[]; // 单位类型树状图
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export class TWtuiMainResponse implements IWtuiMainResponse {
|
|
60
|
+
whoBuild: number = 0;
|
|
61
|
+
userIndx: number = 0;
|
|
62
|
+
wtuiIndx: number = 0;
|
|
63
|
+
wtuiMain: number = 0;
|
|
64
|
+
|
|
65
|
+
entityID: string = "";
|
|
66
|
+
parentID: number = 0;
|
|
67
|
+
queuesBy: number = 0;
|
|
68
|
+
createAt: number = 0;
|
|
69
|
+
createBy: string = "";
|
|
70
|
+
dataDate: number = 0;
|
|
71
|
+
dataFrom: number = 0;
|
|
72
|
+
dataGUID: string = "";
|
|
73
|
+
dataHide: number = 0;
|
|
74
|
+
dataLevl: number = 0;
|
|
75
|
+
dataOrdr: number = 0;
|
|
76
|
+
dataStat: number = 0;
|
|
77
|
+
dataTime: number = 0;
|
|
78
|
+
deleteAt: number = 0;
|
|
79
|
+
deleteBy: string = "";
|
|
80
|
+
envrPara: string = "";
|
|
81
|
+
hashCode: number = 0;
|
|
82
|
+
intLogo1: string = "";
|
|
83
|
+
intLogo2: string = "";
|
|
84
|
+
intText1: string = "";
|
|
85
|
+
intText2: string = "";
|
|
86
|
+
kjndKJQJ: number = 0;
|
|
87
|
+
mastGUID: string = "";
|
|
88
|
+
mastName: string = "";
|
|
89
|
+
microApp: string = "";
|
|
90
|
+
microURL: string = "";
|
|
91
|
+
name4Map: string = "";
|
|
92
|
+
outLogo1: string = "";
|
|
93
|
+
outLogo2: string = "";
|
|
94
|
+
outText1: string = "";
|
|
95
|
+
outText2: string = "";
|
|
96
|
+
partText: string = "";
|
|
97
|
+
sysClasc: number = 0;
|
|
98
|
+
sysClasd: string = "";
|
|
99
|
+
sysClasn: string = "";
|
|
100
|
+
updateAt: number = 0;
|
|
101
|
+
updateBy: string = "";
|
|
102
|
+
wtuiMemo: string = "";
|
|
103
|
+
wtuiName: string = "";
|
|
104
|
+
unitTypeSize: number = 0;
|
|
105
|
+
unitTypeText: string = "";
|
|
106
|
+
|
|
107
|
+
listPart: IPartResponse[] = [];
|
|
108
|
+
unitType: IUnitResponse[] = [];
|
|
109
|
+
listView: IWtuiViewResponse[] = [];
|
|
110
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
export interface IWtuiTodoResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
todoIndx: number;
|
|
5
|
+
wtuiTodo: number;
|
|
6
|
+
wtuiMain: number;
|
|
7
|
+
parentID: number;
|
|
8
|
+
dataStat: number;
|
|
9
|
+
dataHide: number;
|
|
10
|
+
dataOrdr: number;
|
|
11
|
+
dataFrom: number;
|
|
12
|
+
dataDate: number;
|
|
13
|
+
dataTime: number;
|
|
14
|
+
mastName: string;
|
|
15
|
+
mastGUID: string;
|
|
16
|
+
createBy: string;
|
|
17
|
+
createAt: number;
|
|
18
|
+
updateBy: string;
|
|
19
|
+
updateAt: number;
|
|
20
|
+
deleteBy: string;
|
|
21
|
+
deleteAt: number;
|
|
22
|
+
todoStat: number;
|
|
23
|
+
queuesBy: number;
|
|
24
|
+
entityID: string;
|
|
25
|
+
sysClasc: number;
|
|
26
|
+
sysClasn: string;
|
|
27
|
+
todoName: string;
|
|
28
|
+
todo4URL: string;
|
|
29
|
+
todoMemo: string;
|
|
30
|
+
todoPara: string;
|
|
31
|
+
withPara: string;
|
|
32
|
+
notifiEd: string;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export class TWtuiTodoResponse implements IWtuiTodoResponse {
|
|
36
|
+
whoBuild: number = 0;
|
|
37
|
+
userIndx: number = 0;
|
|
38
|
+
todoIndx: number = 0;
|
|
39
|
+
wtuiTodo: number = 0;
|
|
40
|
+
wtuiMain: number = 0;
|
|
41
|
+
parentID: number = 0;
|
|
42
|
+
dataStat: number = 0;
|
|
43
|
+
dataHide: number = 0;
|
|
44
|
+
dataOrdr: number = 0;
|
|
45
|
+
dataFrom: number = 0;
|
|
46
|
+
dataDate: number = 0;
|
|
47
|
+
dataTime: number = 0;
|
|
48
|
+
mastName: string = "";
|
|
49
|
+
mastGUID: string = "";
|
|
50
|
+
createBy: string = "";
|
|
51
|
+
createAt: number = 0;
|
|
52
|
+
updateBy: string = "";
|
|
53
|
+
updateAt: number = 0;
|
|
54
|
+
deleteBy: string = "";
|
|
55
|
+
deleteAt: number = 0;
|
|
56
|
+
todoStat: number = 0;
|
|
57
|
+
queuesBy: number = 0;
|
|
58
|
+
entityID: string = "";
|
|
59
|
+
sysClasc: number = 0;
|
|
60
|
+
sysClasn: string = "";
|
|
61
|
+
todoName: string = "";
|
|
62
|
+
todo4URL: string = "";
|
|
63
|
+
todoMemo: string = "";
|
|
64
|
+
todoPara: string = "";
|
|
65
|
+
withPara: string = "";
|
|
66
|
+
notifiEd: string = "";
|
|
67
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
export interface IWtuiViewResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
viewIndx: number;
|
|
5
|
+
|
|
6
|
+
wtuiMain: number;
|
|
7
|
+
parentID: number;
|
|
8
|
+
dataStat: number;
|
|
9
|
+
dataHide: number;
|
|
10
|
+
dataOrdr: number;
|
|
11
|
+
dataFrom: number;
|
|
12
|
+
dataDate: number;
|
|
13
|
+
dataTime: number;
|
|
14
|
+
mastName: string;
|
|
15
|
+
mastGUID: string;
|
|
16
|
+
createBy: string;
|
|
17
|
+
createAt: number;
|
|
18
|
+
updateBy: string;
|
|
19
|
+
updateAt: number;
|
|
20
|
+
deleteBy: string;
|
|
21
|
+
deleteAt: number;
|
|
22
|
+
queuesBy: number;
|
|
23
|
+
entityID: string;
|
|
24
|
+
|
|
25
|
+
listDict: IWtuiViewResponse[];
|
|
26
|
+
|
|
27
|
+
view4url: string; // #页面链接
|
|
28
|
+
viewCode: string; // #页面编码
|
|
29
|
+
viewName: string; // #页面名称
|
|
30
|
+
viewMemo: string; // #页面备注
|
|
31
|
+
viewIcon: string; // #页面图标
|
|
32
|
+
dataLevl: number;
|
|
33
|
+
viewPara: string; // #页面参数
|
|
34
|
+
withPara: string; // #参数约定
|
|
35
|
+
formType: string; // #表单形式
|
|
36
|
+
microApp: string; // #microApp
|
|
37
|
+
microURL: string; // #microURL
|
|
38
|
+
expandOn: number; // #默认展开
|
|
39
|
+
|
|
40
|
+
labelVal: string;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export class TWtuiViewResponse implements IWtuiViewResponse {
|
|
44
|
+
whoBuild: number = 0;
|
|
45
|
+
userIndx: number = 0;
|
|
46
|
+
viewIndx: number = 0;
|
|
47
|
+
wtuiMain: number = 0;
|
|
48
|
+
parentID: number = 0;
|
|
49
|
+
dataStat: number = 0;
|
|
50
|
+
dataHide: number = 0;
|
|
51
|
+
dataOrdr: number = 0;
|
|
52
|
+
dataFrom: number = 0;
|
|
53
|
+
dataDate: number = 0;
|
|
54
|
+
dataTime: number = 0;
|
|
55
|
+
mastName: string = "";
|
|
56
|
+
mastGUID: string = "";
|
|
57
|
+
createBy: string = "";
|
|
58
|
+
createAt: number = 0;
|
|
59
|
+
updateBy: string = "";
|
|
60
|
+
updateAt: number = 0;
|
|
61
|
+
deleteBy: string = "";
|
|
62
|
+
deleteAt: number = 0;
|
|
63
|
+
queuesBy: number = 0;
|
|
64
|
+
entityID: string = "";
|
|
65
|
+
view4url: string = "";
|
|
66
|
+
viewCode: string = "";
|
|
67
|
+
viewName: string = "";
|
|
68
|
+
viewMemo: string = "";
|
|
69
|
+
viewIcon: string = "";
|
|
70
|
+
dataLevl: number = 0;
|
|
71
|
+
viewPara: string = "";
|
|
72
|
+
withPara: string = "";
|
|
73
|
+
formType: string = "";
|
|
74
|
+
microApp: string = "";
|
|
75
|
+
microURL: string = "";
|
|
76
|
+
expandOn: number = 0;
|
|
77
|
+
listDict: IWtuiViewResponse[] = [];
|
|
78
|
+
labelVal: string = "";
|
|
79
|
+
|
|
80
|
+
public static toLabelVal(list: IWtuiViewResponse[]) {
|
|
81
|
+
list.forEach((element) => {
|
|
82
|
+
element.labelVal = `${element.viewIndx}${element.viewCode}`;
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IViewCtrlResponse, TViewCtrlResponse } from "./IViewCtrlResponse";
|
|
2
|
+
import { IWtuiMainResponse, TWtuiMainResponse } from "./IWtuiMainResponse";
|
|
3
|
+
import { IWtuiTodoResponse, TWtuiTodoResponse } from "./IWtuiTodoResponse";
|
|
4
|
+
import { IWtuiViewResponse, TWtuiViewResponse } from "./IWtuiViewResponse";
|
|
5
|
+
|
|
6
|
+
export {
|
|
7
|
+
IViewCtrlResponse,
|
|
8
|
+
IWtuiMainResponse,
|
|
9
|
+
IWtuiTodoResponse,
|
|
10
|
+
IWtuiViewResponse,
|
|
11
|
+
|
|
12
|
+
TViewCtrlResponse,
|
|
13
|
+
TWtuiMainResponse,
|
|
14
|
+
TWtuiTodoResponse,
|
|
15
|
+
TWtuiViewResponse
|
|
16
|
+
};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import type { IUnitResponse } from "../core/IUnitResponse";
|
|
2
|
+
|
|
3
|
+
export interface IYzpzCnfgResponse {
|
|
4
|
+
whoBuild: number;
|
|
5
|
+
userIndx: number;
|
|
6
|
+
sourceND: number;
|
|
7
|
+
sourceID: number;
|
|
8
|
+
parentID: number;
|
|
9
|
+
hashCode: number;
|
|
10
|
+
dataLevl: number;
|
|
11
|
+
dataFrom: number;
|
|
12
|
+
kjndKJQJ: number;
|
|
13
|
+
dataStat: number;
|
|
14
|
+
dataOrdr: number;
|
|
15
|
+
dataDate: number;
|
|
16
|
+
dataTime: number;
|
|
17
|
+
dataHide: number;
|
|
18
|
+
dataGUID: string;
|
|
19
|
+
mastName: string;
|
|
20
|
+
mastGUID: string;
|
|
21
|
+
createBy: string;
|
|
22
|
+
createAt: number;
|
|
23
|
+
updateBy: string;
|
|
24
|
+
updateAt: number;
|
|
25
|
+
deleteBy: string;
|
|
26
|
+
deleteAt: number;
|
|
27
|
+
queuesBy: number;
|
|
28
|
+
entityID: string;
|
|
29
|
+
cnfgCode: string;
|
|
30
|
+
cnfgName: string;
|
|
31
|
+
cnfgMemo: string;
|
|
32
|
+
unitText: string;
|
|
33
|
+
onStatus: number;
|
|
34
|
+
allowAdj: number;
|
|
35
|
+
startAdj: number;
|
|
36
|
+
statusMC: string;
|
|
37
|
+
|
|
38
|
+
listUnit: IUnitResponse[];
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export class TYzpzCnfgResponse implements IYzpzCnfgResponse {
|
|
42
|
+
whoBuild: number = 0;
|
|
43
|
+
userIndx: number = 0;
|
|
44
|
+
sourceND: number = 0;
|
|
45
|
+
sourceID: number = 0;
|
|
46
|
+
parentID: number = 0;
|
|
47
|
+
hashCode: number = 0;
|
|
48
|
+
dataLevl: number = 0;
|
|
49
|
+
dataFrom: number = 0;
|
|
50
|
+
kjndKJQJ: number = 0;
|
|
51
|
+
dataStat: number = 0;
|
|
52
|
+
dataOrdr: number = 0;
|
|
53
|
+
dataDate: number = 0;
|
|
54
|
+
dataTime: number = 0;
|
|
55
|
+
dataHide: number = 0;
|
|
56
|
+
dataGUID: string = "";
|
|
57
|
+
mastName: string = "";
|
|
58
|
+
mastGUID: string = "";
|
|
59
|
+
createBy: string = "";
|
|
60
|
+
createAt: number = 0;
|
|
61
|
+
updateBy: string = "";
|
|
62
|
+
updateAt: number = 0;
|
|
63
|
+
deleteBy: string = "";
|
|
64
|
+
deleteAt: number = 0;
|
|
65
|
+
queuesBy: number = 0;
|
|
66
|
+
entityID: string = "";
|
|
67
|
+
cnfgCode: string = "";
|
|
68
|
+
cnfgName: string = "";
|
|
69
|
+
cnfgMemo: string = "";
|
|
70
|
+
unitText: string = "";
|
|
71
|
+
onStatus: number = 0;
|
|
72
|
+
allowAdj: number = 0;
|
|
73
|
+
startAdj: number = 0;
|
|
74
|
+
statusMC: string = "";
|
|
75
|
+
|
|
76
|
+
listUnit: IUnitResponse[] = [];
|
|
77
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import type { IDeptResponse } from "../core/IDeptResponse";
|
|
2
|
+
|
|
3
|
+
export interface IYzpzK8kmResponse {
|
|
4
|
+
whoBuild: number;
|
|
5
|
+
userIndx: number;
|
|
6
|
+
sourceND: number;
|
|
7
|
+
sourceID: number;
|
|
8
|
+
k8kmKmid: number;
|
|
9
|
+
k0kmKmid: number;
|
|
10
|
+
parentID: number;
|
|
11
|
+
parentMC: string;
|
|
12
|
+
hashCode: number;
|
|
13
|
+
dataLevl: number;
|
|
14
|
+
dataFrom: number;
|
|
15
|
+
kjndKJQJ: number;
|
|
16
|
+
dataStat: number;
|
|
17
|
+
dataOrdr: number;
|
|
18
|
+
dataDate: number;
|
|
19
|
+
dataTime: number;
|
|
20
|
+
dataHide: number;
|
|
21
|
+
dataGUID: string;
|
|
22
|
+
mastName: string;
|
|
23
|
+
mastGUID: string;
|
|
24
|
+
createBy: string;
|
|
25
|
+
createAt: number;
|
|
26
|
+
updateBy: string;
|
|
27
|
+
updateAt: number;
|
|
28
|
+
deleteBy: string;
|
|
29
|
+
deleteAt: number;
|
|
30
|
+
queuesBy: number;
|
|
31
|
+
entityID: string;
|
|
32
|
+
typeSize: number;
|
|
33
|
+
isLasted: number;
|
|
34
|
+
typeText: string;
|
|
35
|
+
k8kmKmbm: string;
|
|
36
|
+
k8kmKmmc: string;
|
|
37
|
+
k8kmJldw: string;
|
|
38
|
+
onNumber: number;
|
|
39
|
+
onBubble: number;
|
|
40
|
+
k8kmKmdq: number;
|
|
41
|
+
k8kmKmlx: number;
|
|
42
|
+
k0kmText: string;
|
|
43
|
+
deptSize: number;
|
|
44
|
+
deptText: string;
|
|
45
|
+
itemSize: number;
|
|
46
|
+
itemText: string;
|
|
47
|
+
k0kmKmmc: string;
|
|
48
|
+
isPublic: number;
|
|
49
|
+
|
|
50
|
+
listDept: IDeptResponse[];
|
|
51
|
+
listItem: any[];
|
|
52
|
+
listK0KM: any[];
|
|
53
|
+
listType: any[];
|
|
54
|
+
|
|
55
|
+
children: IYzpzK8kmResponse[];
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export class TYzpzK8kmResponse implements IYzpzK8kmResponse {
|
|
59
|
+
whoBuild: number = 0;
|
|
60
|
+
userIndx: number = 0;
|
|
61
|
+
sourceND: number = 0;
|
|
62
|
+
sourceID: number = 0;
|
|
63
|
+
k8kmKmid: number = 0;
|
|
64
|
+
k0kmKmid: number = 0;
|
|
65
|
+
parentID: number = 0;
|
|
66
|
+
hashCode: number = 0;
|
|
67
|
+
dataLevl: number = 0;
|
|
68
|
+
dataFrom: number = 0;
|
|
69
|
+
kjndKJQJ: number = 0;
|
|
70
|
+
dataStat: number = 0;
|
|
71
|
+
dataOrdr: number = 0;
|
|
72
|
+
dataDate: number = 0;
|
|
73
|
+
dataTime: number = 0;
|
|
74
|
+
dataHide: number = 0;
|
|
75
|
+
dataGUID: string = "";
|
|
76
|
+
mastName: string = "";
|
|
77
|
+
mastGUID: string = "";
|
|
78
|
+
createBy: string = "";
|
|
79
|
+
createAt: number = 0;
|
|
80
|
+
updateBy: string = "";
|
|
81
|
+
updateAt: number = 0;
|
|
82
|
+
deleteBy: string = "";
|
|
83
|
+
deleteAt: number = 0;
|
|
84
|
+
queuesBy: number = 0;
|
|
85
|
+
entityID: string = "";
|
|
86
|
+
typeSize: number = 0;
|
|
87
|
+
isLasted: number = 0;
|
|
88
|
+
typeText: string = "";
|
|
89
|
+
k8kmKmbm: string = "";
|
|
90
|
+
k8kmKmmc: string = "";
|
|
91
|
+
k8kmJldw: string = "";
|
|
92
|
+
onNumber: number = 0;
|
|
93
|
+
onBubble: number = 0;
|
|
94
|
+
k8kmKmdq: number = 0;
|
|
95
|
+
k8kmKmlx: number = 0;
|
|
96
|
+
k0kmText: string = "";
|
|
97
|
+
deptSize: number = 0;
|
|
98
|
+
deptText: string = "";
|
|
99
|
+
itemSize: number = 0;
|
|
100
|
+
itemText: string = "";
|
|
101
|
+
k0kmKmmc: string = "";
|
|
102
|
+
isPublic: number = 0;
|
|
103
|
+
parentMC: string = "";
|
|
104
|
+
|
|
105
|
+
listDept: IDeptResponse[] = [];
|
|
106
|
+
listItem: any[] = [];
|
|
107
|
+
listK0KM: any[] = [];
|
|
108
|
+
listType: any[] = [];
|
|
109
|
+
|
|
110
|
+
children: IYzpzK8kmResponse[] = [];
|
|
111
|
+
}
|