@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,70 @@
|
|
|
1
|
+
import type { ITablLineResponse } from "./ITablLineResponse";
|
|
2
|
+
|
|
3
|
+
export interface ITablDataResponse {
|
|
4
|
+
whoBuild: number;
|
|
5
|
+
userIndx: number;
|
|
6
|
+
tablIndx: number;
|
|
7
|
+
onStatus: number;
|
|
8
|
+
modifyID: number;
|
|
9
|
+
rowIndex: number;
|
|
10
|
+
dataStat: number;
|
|
11
|
+
queuesBy: number;
|
|
12
|
+
gzjgMain: number;
|
|
13
|
+
dataGUID: string;
|
|
14
|
+
visualID: number;
|
|
15
|
+
|
|
16
|
+
gzjgName: string;
|
|
17
|
+
gzjgIcon: string;
|
|
18
|
+
mastName: string;
|
|
19
|
+
|
|
20
|
+
unitMain: number;
|
|
21
|
+
unitNamf: string;
|
|
22
|
+
dataTime: number;
|
|
23
|
+
sourceND: number;
|
|
24
|
+
sourceQJ: number;
|
|
25
|
+
|
|
26
|
+
menuUUID: string;
|
|
27
|
+
entityID: string;
|
|
28
|
+
|
|
29
|
+
listLine: ITablLineResponse[];
|
|
30
|
+
listPath: any[];
|
|
31
|
+
fromGUID: string; // 与哪条数据的dataGUID相互关联
|
|
32
|
+
|
|
33
|
+
flowMain: number;
|
|
34
|
+
|
|
35
|
+
[key: string]: string | number | ITablLineResponse[];
|
|
36
|
+
}
|
|
37
|
+
export class TTablDataResponse implements ITablDataResponse {
|
|
38
|
+
whoBuild: number = 0;
|
|
39
|
+
userIndx: number = 0;
|
|
40
|
+
tablIndx: number = 0;
|
|
41
|
+
onStatus: number = 0;
|
|
42
|
+
modifyID: number = 0;
|
|
43
|
+
rowIndex: number = 0;
|
|
44
|
+
dataStat: number = 1;
|
|
45
|
+
queuesBy: number = 0;
|
|
46
|
+
gzjgMain: number = 0;
|
|
47
|
+
dataGUID: string = "";
|
|
48
|
+
visualID: number = 0;
|
|
49
|
+
|
|
50
|
+
unitMain: number = 0;
|
|
51
|
+
unitNamf: string = "";
|
|
52
|
+
dataTime: number = 0;
|
|
53
|
+
mastName: string = "";
|
|
54
|
+
sourceND: number = 0;
|
|
55
|
+
sourceQJ: number = 0;
|
|
56
|
+
|
|
57
|
+
gzjgName: string = "";
|
|
58
|
+
gzjgIcon: string = "";
|
|
59
|
+
|
|
60
|
+
menuUUID: string = "";
|
|
61
|
+
entityID: string = "";
|
|
62
|
+
fromGUID: string = ""; // 与哪条数据的dataGUID相互关联
|
|
63
|
+
|
|
64
|
+
flowMain: number = 0;
|
|
65
|
+
|
|
66
|
+
listLine: ITablLineResponse[] = [];
|
|
67
|
+
listPath: any[] = [];
|
|
68
|
+
|
|
69
|
+
[key: string]: string | number | ITablLineResponse[];
|
|
70
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface ITablLineResponse {
|
|
2
|
+
colIndex: number;
|
|
3
|
+
colValue: string;
|
|
4
|
+
colTotal: number;
|
|
5
|
+
colFlbh: number;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export class TTablLineResponse implements ITablLineResponse {
|
|
9
|
+
colIndex: number = 0;
|
|
10
|
+
colValue: string = "";
|
|
11
|
+
colTotal: number = 0;
|
|
12
|
+
colFlbh: number = 0;
|
|
13
|
+
}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import type { ITablDataResponse } from "./ITablDataResponse";
|
|
2
|
+
|
|
3
|
+
export interface ITablMainResponse {
|
|
4
|
+
whoBuild: number;
|
|
5
|
+
userIndx: number;
|
|
6
|
+
tablIndx: number;
|
|
7
|
+
gzjgMain: number;
|
|
8
|
+
tablType: number;
|
|
9
|
+
sourceND: number;
|
|
10
|
+
sourceQJ: number;
|
|
11
|
+
sourceDh: number;
|
|
12
|
+
onStatus: number;
|
|
13
|
+
modifyID: number;
|
|
14
|
+
parentID: number;
|
|
15
|
+
hashCode: number;
|
|
16
|
+
dataLevl: number;
|
|
17
|
+
dataStat: number;
|
|
18
|
+
dataOrdr: number;
|
|
19
|
+
dataDate: number;
|
|
20
|
+
dataTime: number;
|
|
21
|
+
dataHide: number;
|
|
22
|
+
dataFrom: number;
|
|
23
|
+
kjndKJQJ: number;
|
|
24
|
+
dataGUID: string;
|
|
25
|
+
mastName: string;
|
|
26
|
+
mastGUID: string;
|
|
27
|
+
createBy: string;
|
|
28
|
+
createAt: number;
|
|
29
|
+
updateBy: string;
|
|
30
|
+
updateAt: number;
|
|
31
|
+
deleteBy: string;
|
|
32
|
+
deleteAt: number;
|
|
33
|
+
tablStat: number;
|
|
34
|
+
queuesBy: number;
|
|
35
|
+
entityID: string;
|
|
36
|
+
tablMemo: string;
|
|
37
|
+
flowText: string;
|
|
38
|
+
menuUUID: string;
|
|
39
|
+
flowUndo: number;
|
|
40
|
+
handleBy: string;
|
|
41
|
+
handleAt: number;
|
|
42
|
+
sourceDW: string;
|
|
43
|
+
unitMain: number;
|
|
44
|
+
unitNamf: string;
|
|
45
|
+
sourceBM: string;
|
|
46
|
+
deptMain: number;
|
|
47
|
+
deptName: string;
|
|
48
|
+
usesYzcg: number;
|
|
49
|
+
gzjgName: string;
|
|
50
|
+
sysClasc: number;
|
|
51
|
+
gztbMain: number;
|
|
52
|
+
directAt: number;
|
|
53
|
+
taskType: number;
|
|
54
|
+
lastDate: number;
|
|
55
|
+
lastTime: number;
|
|
56
|
+
flowMain: number;
|
|
57
|
+
flowNode: number;
|
|
58
|
+
flowStat: number;
|
|
59
|
+
didFirst: number;
|
|
60
|
+
lastMemo: string;
|
|
61
|
+
userName: string;
|
|
62
|
+
userGUID: string;
|
|
63
|
+
bodyText: string;
|
|
64
|
+
withBody: number;
|
|
65
|
+
gzjgIcon: string;
|
|
66
|
+
notified: string;
|
|
67
|
+
unitLike: string;
|
|
68
|
+
unitType: number;
|
|
69
|
+
unitTypeText: string;
|
|
70
|
+
ERORMEMO: string;
|
|
71
|
+
usesAuto?: number;
|
|
72
|
+
listData: Array<ITablDataResponse>;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export class TTablMainResponse implements ITablMainResponse {
|
|
76
|
+
whoBuild: number = 0;
|
|
77
|
+
userIndx: number = 0;
|
|
78
|
+
tablIndx: number = 0;
|
|
79
|
+
gzjgMain: number = 0;
|
|
80
|
+
tablType: number = 0;
|
|
81
|
+
sourceND: number = 0;
|
|
82
|
+
sourceQJ: number = 0;
|
|
83
|
+
sourceDh: number = 0;
|
|
84
|
+
onStatus: number = 0;
|
|
85
|
+
modifyID: number = 0;
|
|
86
|
+
parentID: number = 0;
|
|
87
|
+
hashCode: number = 0;
|
|
88
|
+
dataLevl: number = 0;
|
|
89
|
+
dataStat: number = 1;
|
|
90
|
+
dataOrdr: number = 0;
|
|
91
|
+
dataDate: number = 0;
|
|
92
|
+
dataTime: number = 0;
|
|
93
|
+
dataHide: number = 0;
|
|
94
|
+
dataFrom: number = 0;
|
|
95
|
+
kjndKJQJ: number = 0;
|
|
96
|
+
dataGUID: string = "";
|
|
97
|
+
mastName: string = "";
|
|
98
|
+
mastGUID: string = "";
|
|
99
|
+
createBy: string = "";
|
|
100
|
+
createAt: number = 0;
|
|
101
|
+
updateBy: string = "";
|
|
102
|
+
updateAt: number = 0;
|
|
103
|
+
deleteBy: string = "";
|
|
104
|
+
deleteAt: number = 0;
|
|
105
|
+
tablStat: number = 0;
|
|
106
|
+
queuesBy: number = 0;
|
|
107
|
+
entityID: string = "";
|
|
108
|
+
tablMemo: string = "";
|
|
109
|
+
flowText: string = "";
|
|
110
|
+
menuUUID: string = "";
|
|
111
|
+
flowUndo: number = 0;
|
|
112
|
+
handleBy: string = "";
|
|
113
|
+
handleAt: number = 0;
|
|
114
|
+
|
|
115
|
+
sourceDW: string = "";
|
|
116
|
+
unitMain: number = 0;
|
|
117
|
+
unitNamf: string = "";
|
|
118
|
+
sourceBM: string = "";
|
|
119
|
+
deptMain: number = 0;
|
|
120
|
+
deptName: string = "";
|
|
121
|
+
usesYzcg: number = 0;
|
|
122
|
+
gzjgName: string = "";
|
|
123
|
+
sysClasc: number = 0;
|
|
124
|
+
gztbMain: number = 0;
|
|
125
|
+
directAt: number = 0;
|
|
126
|
+
taskType: number = 0;
|
|
127
|
+
lastDate: number = 0;
|
|
128
|
+
lastTime: number = 0;
|
|
129
|
+
flowMain: number = 0;
|
|
130
|
+
flowNode: number = 0;
|
|
131
|
+
flowStat: number = 0;
|
|
132
|
+
didFirst: number = 0;
|
|
133
|
+
lastMemo: string = "";
|
|
134
|
+
userName: string = "";
|
|
135
|
+
userGUID: string = "";
|
|
136
|
+
bodyText: string = "";
|
|
137
|
+
withBody: number = 0;
|
|
138
|
+
gzjgIcon: string = "";
|
|
139
|
+
ERORMEMO: string = "";
|
|
140
|
+
notified: string = "";
|
|
141
|
+
unitLike: string = "";
|
|
142
|
+
unitType: number = 0;
|
|
143
|
+
unitTypeText: string = "";
|
|
144
|
+
|
|
145
|
+
listData: Array<ITablDataResponse> = [];
|
|
146
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ITablDataResponse, TTablDataResponse } from "./ITablDataResponse";
|
|
2
|
+
import { ITablLineResponse, TTablLineResponse } from "./ITablLineResponse";
|
|
3
|
+
import { ITablMainResponse, TTablMainResponse } from "./ITablMainResponse";
|
|
4
|
+
|
|
5
|
+
export {
|
|
6
|
+
ITablDataResponse,
|
|
7
|
+
ITablLineResponse,
|
|
8
|
+
ITablMainResponse,
|
|
9
|
+
|
|
10
|
+
TTablDataResponse,
|
|
11
|
+
TTablLineResponse,
|
|
12
|
+
TTablMainResponse
|
|
13
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export interface IWldyDataResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
dataIndx: number;
|
|
5
|
+
|
|
6
|
+
wldyPage: number;
|
|
7
|
+
parentID: number;
|
|
8
|
+
hashCode: number;
|
|
9
|
+
dataLevl: number;
|
|
10
|
+
dataStat: number;
|
|
11
|
+
dataOrdr: number;
|
|
12
|
+
dataDate: number;
|
|
13
|
+
dataTime: number;
|
|
14
|
+
dataHide: number;
|
|
15
|
+
dataFrom: number;
|
|
16
|
+
kjndKJQJ: number;
|
|
17
|
+
dataGUID: string;
|
|
18
|
+
createBy: string;
|
|
19
|
+
createAt: number;
|
|
20
|
+
updateBy: string;
|
|
21
|
+
updateAt: number;
|
|
22
|
+
deleteBy: string;
|
|
23
|
+
deleteAt: number;
|
|
24
|
+
queuesBy: number;
|
|
25
|
+
entityID: string;
|
|
26
|
+
dataName: string;
|
|
27
|
+
dataMemo: string;
|
|
28
|
+
dataAttr: string;
|
|
29
|
+
loadText: string;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export class TWldyDataResponse implements IWldyDataResponse {
|
|
33
|
+
whoBuild: number = 0;
|
|
34
|
+
userIndx: number = 0;
|
|
35
|
+
dataIndx: number = 0;
|
|
36
|
+
wldyPage: number = 0;
|
|
37
|
+
parentID: number = 0;
|
|
38
|
+
hashCode: number = 0;
|
|
39
|
+
dataLevl: number = 0;
|
|
40
|
+
dataStat: number = 0;
|
|
41
|
+
dataOrdr: number = 0;
|
|
42
|
+
dataDate: number = 0;
|
|
43
|
+
dataTime: number = 0;
|
|
44
|
+
dataHide: number = 0;
|
|
45
|
+
dataFrom: number = 0;
|
|
46
|
+
kjndKJQJ: number = 0;
|
|
47
|
+
dataGUID: string = "";
|
|
48
|
+
createBy: string = "";
|
|
49
|
+
createAt: number = 0;
|
|
50
|
+
updateBy: string = "";
|
|
51
|
+
updateAt: number = 0;
|
|
52
|
+
deleteBy: string = "";
|
|
53
|
+
deleteAt: number = 0;
|
|
54
|
+
queuesBy: number = 0;
|
|
55
|
+
entityID: string = "";
|
|
56
|
+
dataName: string = "";
|
|
57
|
+
dataMemo: string = "";
|
|
58
|
+
dataAttr: string = "";
|
|
59
|
+
loadText: string = "";
|
|
60
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export interface IWldyItemResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
itemIndx: number;
|
|
5
|
+
|
|
6
|
+
wldyData: number;
|
|
7
|
+
wldyPage: number;
|
|
8
|
+
parentID: number;
|
|
9
|
+
hashCode: number;
|
|
10
|
+
dataLevl: number;
|
|
11
|
+
dataStat: number;
|
|
12
|
+
dataOrdr: number;
|
|
13
|
+
dataDate: number;
|
|
14
|
+
dataTime: number;
|
|
15
|
+
dataHide: number;
|
|
16
|
+
dataFrom: number;
|
|
17
|
+
kjndKJQJ: number;
|
|
18
|
+
dataGUID: string;
|
|
19
|
+
createBy: string;
|
|
20
|
+
createAt: number;
|
|
21
|
+
updateBy: string;
|
|
22
|
+
updateAt: number;
|
|
23
|
+
deleteBy: string;
|
|
24
|
+
deleteAt: number;
|
|
25
|
+
queuesBy: number;
|
|
26
|
+
entityID: string;
|
|
27
|
+
itemName: string;
|
|
28
|
+
itemMemo: string;
|
|
29
|
+
itemAttr: string;
|
|
30
|
+
valueOld: string;
|
|
31
|
+
valudNew: string;
|
|
32
|
+
nonEmpty: number;
|
|
33
|
+
itemCode: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export class TWldyItemResponse implements IWldyItemResponse {
|
|
37
|
+
whoBuild: number = 0;
|
|
38
|
+
userIndx: number = 0;
|
|
39
|
+
itemIndx: number = 0;
|
|
40
|
+
wldyData: number = 0;
|
|
41
|
+
wldyPage: number = 0;
|
|
42
|
+
parentID: number = 0;
|
|
43
|
+
hashCode: number = 0;
|
|
44
|
+
dataLevl: number = 0;
|
|
45
|
+
dataStat: number = 0;
|
|
46
|
+
dataOrdr: number = 0;
|
|
47
|
+
dataDate: number = 0;
|
|
48
|
+
dataTime: number = 0;
|
|
49
|
+
dataHide: number = 0;
|
|
50
|
+
dataFrom: number = 0;
|
|
51
|
+
kjndKJQJ: number = 0;
|
|
52
|
+
dataGUID: string = "";
|
|
53
|
+
createBy: string = "";
|
|
54
|
+
createAt: number = 0;
|
|
55
|
+
updateBy: string = "";
|
|
56
|
+
updateAt: number = 0;
|
|
57
|
+
deleteBy: string = "";
|
|
58
|
+
deleteAt: number = 0;
|
|
59
|
+
queuesBy: number = 0;
|
|
60
|
+
entityID: string = "";
|
|
61
|
+
itemName: string = "";
|
|
62
|
+
itemMemo: string = "";
|
|
63
|
+
itemAttr: string = "";
|
|
64
|
+
valueOld: string = "";
|
|
65
|
+
valudNew: string = "";
|
|
66
|
+
nonEmpty: number = 0;
|
|
67
|
+
itemCode: string = "";
|
|
68
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
export interface IWldyPageResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
pageIndx: number;
|
|
5
|
+
|
|
6
|
+
parentID: number;
|
|
7
|
+
hashCode: number;
|
|
8
|
+
dataLevl: number;
|
|
9
|
+
dataStat: number;
|
|
10
|
+
dataOrdr: number;
|
|
11
|
+
dataDate: number;
|
|
12
|
+
dataTime: number;
|
|
13
|
+
dataHide: number;
|
|
14
|
+
dataFrom: number;
|
|
15
|
+
kjndKJQJ: number;
|
|
16
|
+
dataGUID: string;
|
|
17
|
+
mastName: string;
|
|
18
|
+
mastGUID: string;
|
|
19
|
+
createBy: string;
|
|
20
|
+
createAt: number;
|
|
21
|
+
updateBy: string;
|
|
22
|
+
updateAt: number;
|
|
23
|
+
deleteBy: string;
|
|
24
|
+
deleteAt: number;
|
|
25
|
+
queuesBy: number;
|
|
26
|
+
entityID: string;
|
|
27
|
+
sysClasc: number;
|
|
28
|
+
sysClasn: string;
|
|
29
|
+
isSystem: number;
|
|
30
|
+
pageCode: number;
|
|
31
|
+
pageName: string;
|
|
32
|
+
pageMemo: string;
|
|
33
|
+
voidName: string;
|
|
34
|
+
sql4Void: string;
|
|
35
|
+
pageMode: number;
|
|
36
|
+
loadType: number;
|
|
37
|
+
sysPathc: number;
|
|
38
|
+
copyMode: number;
|
|
39
|
+
copyFrom: number;
|
|
40
|
+
pageUses: string;
|
|
41
|
+
pageModeText: string;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export class TWldyPageResponse implements IWldyPageResponse {
|
|
45
|
+
whoBuild: number = 0;
|
|
46
|
+
userIndx: number = 0;
|
|
47
|
+
pageIndx: number = 0;
|
|
48
|
+
parentID: number = 0;
|
|
49
|
+
hashCode: number = 0;
|
|
50
|
+
dataLevl: number = 0;
|
|
51
|
+
dataStat: number = 0;
|
|
52
|
+
dataOrdr: number = 0;
|
|
53
|
+
dataDate: number = 0;
|
|
54
|
+
dataTime: number = 0;
|
|
55
|
+
dataHide: number = 0;
|
|
56
|
+
dataFrom: number = 0;
|
|
57
|
+
kjndKJQJ: number = 0;
|
|
58
|
+
dataGUID: string = "";
|
|
59
|
+
mastName: string = "";
|
|
60
|
+
mastGUID: string = "";
|
|
61
|
+
createBy: string = "";
|
|
62
|
+
createAt: number = 0;
|
|
63
|
+
updateBy: string = "";
|
|
64
|
+
updateAt: number = 0;
|
|
65
|
+
deleteBy: string = "";
|
|
66
|
+
deleteAt: number = 0;
|
|
67
|
+
queuesBy: number = 0;
|
|
68
|
+
entityID: string = "";
|
|
69
|
+
sysClasc: number = 0;
|
|
70
|
+
sysClasn: string = "";
|
|
71
|
+
isSystem: number = 0;
|
|
72
|
+
pageCode: number = 0;
|
|
73
|
+
pageName: string = "";
|
|
74
|
+
pageMemo: string = "";
|
|
75
|
+
voidName: string = "";
|
|
76
|
+
sql4Void: string = "";
|
|
77
|
+
pageMode: number = 0;
|
|
78
|
+
loadType: number = 0;
|
|
79
|
+
sysPathc: number = 0;
|
|
80
|
+
copyMode: number = 0;
|
|
81
|
+
copyFrom: number = 0;
|
|
82
|
+
pageUses: string = "";
|
|
83
|
+
pageModeText: string = "";
|
|
84
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import type { IUnitResponse } from "../core/IUnitResponse";
|
|
2
|
+
|
|
3
|
+
export interface IWlzfEnvrResponse {
|
|
4
|
+
whoBuild: number;
|
|
5
|
+
userIndx: number;
|
|
6
|
+
envrIndx: number;
|
|
7
|
+
parentID: number;
|
|
8
|
+
hashCode: number;
|
|
9
|
+
dataLevl: number;
|
|
10
|
+
dataStat: number;
|
|
11
|
+
dataOrdr: number;
|
|
12
|
+
dataDate: number;
|
|
13
|
+
dataTime: number;
|
|
14
|
+
dataHide: number;
|
|
15
|
+
dataFrom: number;
|
|
16
|
+
kjndKJQJ: number;
|
|
17
|
+
dataGUID: string;
|
|
18
|
+
mastName: string;
|
|
19
|
+
mastGUID: string;
|
|
20
|
+
createBy: string;
|
|
21
|
+
createAt: number;
|
|
22
|
+
updateBy: string;
|
|
23
|
+
updateAt: number;
|
|
24
|
+
deleteBy: string;
|
|
25
|
+
deleteAt: number;
|
|
26
|
+
queuesBy: number;
|
|
27
|
+
entityID: string;
|
|
28
|
+
envrCode: string;
|
|
29
|
+
envrName: string;
|
|
30
|
+
aczfYzbm: string;
|
|
31
|
+
aczfYhbm: string;
|
|
32
|
+
aczfKhyh: string;
|
|
33
|
+
aczfYhzh: string;
|
|
34
|
+
aczfZhmc: string;
|
|
35
|
+
aczfMemo: string;
|
|
36
|
+
yzzfTxdz: string;
|
|
37
|
+
yihaSqkh: string;
|
|
38
|
+
yihaSqmm: string;
|
|
39
|
+
yihaCzkh: string;
|
|
40
|
+
yihaCzmm: string;
|
|
41
|
+
yihaTxdz: string;
|
|
42
|
+
yihaQmdz: string;
|
|
43
|
+
yihaWjdz: string;
|
|
44
|
+
aczfLiha: string;
|
|
45
|
+
ysdwText: string;
|
|
46
|
+
srvr4ftp: string;
|
|
47
|
+
port4ftp: string;
|
|
48
|
+
user4ftp: string;
|
|
49
|
+
pswd4ftp: string;
|
|
50
|
+
file4ftp: string;
|
|
51
|
+
asCznbcb: number;
|
|
52
|
+
asDzyzyh: number;
|
|
53
|
+
sourceDW: string;
|
|
54
|
+
unitIndx: number;
|
|
55
|
+
uses4TLS: number;
|
|
56
|
+
|
|
57
|
+
listYSDW: IUnitResponse[];
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export class TWlzfEnvrResponse implements IWlzfEnvrResponse {
|
|
61
|
+
whoBuild: number = 0;
|
|
62
|
+
userIndx: number = 0;
|
|
63
|
+
envrIndx: number = 0;
|
|
64
|
+
parentID: number = 0;
|
|
65
|
+
hashCode: number = 0;
|
|
66
|
+
dataLevl: number = 0;
|
|
67
|
+
dataStat: number = 0;
|
|
68
|
+
dataOrdr: number = 0;
|
|
69
|
+
dataDate: number = 0;
|
|
70
|
+
dataTime: number = 0;
|
|
71
|
+
dataHide: number = 0;
|
|
72
|
+
dataFrom: number = 0;
|
|
73
|
+
kjndKJQJ: number = 0;
|
|
74
|
+
dataGUID: string = "";
|
|
75
|
+
mastName: string = "";
|
|
76
|
+
mastGUID: string = "";
|
|
77
|
+
createBy: string = "";
|
|
78
|
+
createAt: number = 0;
|
|
79
|
+
updateBy: string = "";
|
|
80
|
+
updateAt: number = 0;
|
|
81
|
+
deleteBy: string = "";
|
|
82
|
+
deleteAt: number = 0;
|
|
83
|
+
queuesBy: number = 0;
|
|
84
|
+
entityID: string = "";
|
|
85
|
+
envrCode: string = "";
|
|
86
|
+
envrName: string = "";
|
|
87
|
+
aczfYzbm: string = "";
|
|
88
|
+
aczfYhbm: string = "";
|
|
89
|
+
aczfKhyh: string = "";
|
|
90
|
+
aczfYhzh: string = "";
|
|
91
|
+
aczfZhmc: string = "";
|
|
92
|
+
aczfMemo: string = "";
|
|
93
|
+
yzzfTxdz: string = "";
|
|
94
|
+
yihaSqkh: string = "";
|
|
95
|
+
yihaSqmm: string = "";
|
|
96
|
+
yihaCzkh: string = "";
|
|
97
|
+
yihaCzmm: string = "";
|
|
98
|
+
yihaTxdz: string = "";
|
|
99
|
+
yihaQmdz: string = "";
|
|
100
|
+
yihaWjdz: string = "";
|
|
101
|
+
aczfLiha: string = "";
|
|
102
|
+
ysdwText: string = "";
|
|
103
|
+
srvr4ftp: string = "";
|
|
104
|
+
port4ftp: string = "";
|
|
105
|
+
user4ftp: string = "";
|
|
106
|
+
pswd4ftp: string = "";
|
|
107
|
+
file4ftp: string = "";
|
|
108
|
+
asCznbcb: number = 0;
|
|
109
|
+
asDzyzyh: number = 0;
|
|
110
|
+
sourceDW: string = "";
|
|
111
|
+
unitIndx: number = 0;
|
|
112
|
+
uses4TLS: number = 0;
|
|
113
|
+
|
|
114
|
+
listYSDW: IUnitResponse[] = [];
|
|
115
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { construct } from "@aximario/json-tree";
|
|
2
|
+
import _ from "lodash";
|
|
3
|
+
|
|
4
|
+
export interface IViewCtrlResponse {
|
|
5
|
+
asParent: number;
|
|
6
|
+
ctrlCode: string;
|
|
7
|
+
ctrlName: string;
|
|
8
|
+
ctrlPara: string;
|
|
9
|
+
entityID: string;
|
|
10
|
+
formType: string;
|
|
11
|
+
jsMethod: string;
|
|
12
|
+
metaData: string;
|
|
13
|
+
parentID: number;
|
|
14
|
+
queuesBy: number;
|
|
15
|
+
showCode: string;
|
|
16
|
+
showName: string;
|
|
17
|
+
uniqueID: number;
|
|
18
|
+
userIndx: number;
|
|
19
|
+
view4url: string;
|
|
20
|
+
viewCode: string;
|
|
21
|
+
viewIcon: string;
|
|
22
|
+
viewMemo: string;
|
|
23
|
+
viewName: string;
|
|
24
|
+
viewPara: string;
|
|
25
|
+
vitualID: number;
|
|
26
|
+
whoBuild: number;
|
|
27
|
+
withPara: string;
|
|
28
|
+
wtuiMain: number;
|
|
29
|
+
labelVal: string;
|
|
30
|
+
viewIndx: number;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export class TViewCtrlResponse implements IViewCtrlResponse {
|
|
34
|
+
asParent: number = 0;
|
|
35
|
+
ctrlCode: string = "";
|
|
36
|
+
ctrlName: string = "";
|
|
37
|
+
ctrlPara: string = "";
|
|
38
|
+
entityID: string = "";
|
|
39
|
+
formType: string = "";
|
|
40
|
+
jsMethod: string = "";
|
|
41
|
+
metaData: string = "";
|
|
42
|
+
parentID: number = 0;
|
|
43
|
+
queuesBy: number = 0;
|
|
44
|
+
showCode: string = "";
|
|
45
|
+
showName: string = "";
|
|
46
|
+
uniqueID: number = 0;
|
|
47
|
+
userIndx: number = 0;
|
|
48
|
+
view4url: string = "";
|
|
49
|
+
viewCode: string = "";
|
|
50
|
+
viewIcon: string = "";
|
|
51
|
+
viewMemo: string = "";
|
|
52
|
+
viewName: string = "";
|
|
53
|
+
viewPara: string = "";
|
|
54
|
+
vitualID: number = 0;
|
|
55
|
+
whoBuild: number = 0;
|
|
56
|
+
withPara: string = "";
|
|
57
|
+
wtuiMain: number = 0;
|
|
58
|
+
labelVal: string = "";
|
|
59
|
+
viewIndx: number = 0;
|
|
60
|
+
|
|
61
|
+
static toTree(listView: IViewCtrlResponse[]) {
|
|
62
|
+
return construct(listView, { id: "uniqueID", pid: "parentID", children: "children" }) as IViewCtrlResponse[];
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
static toTree2(listView: IViewCtrlResponse[]) {
|
|
66
|
+
return construct(listView, { id: "viewIndx", pid: "parentID", children: "children" }) as IViewCtrlResponse[];
|
|
67
|
+
}
|
|
68
|
+
}
|