@ningboyz/types 1.5.190 → 1.5.192
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 +1 -1
- package/src/card/ICardFromResponse.ts +4 -4
- package/src/card/ICardRoomResponse.ts +4 -0
- package/src/const/const_myoa.ts +1 -1
- package/src/core/ISysTravelResponse.ts +1 -2
- package/src/core/IUserResponse.ts +3 -14
- package/src/enums/btnMode.ts +1 -1
- package/src/gztb/IGztbMainResponse.ts +2 -3
- package/src/tabl/ITablMainResponse.ts +1 -4
- package/src/tabl/ITablWzk8Response.ts +93 -93
- package/src/tabl/index.ts +1 -4
- package/src/vary/IVaryBillResponse.ts +9 -0
- package/src/wtui/IWtuiUserCnfgResponse.ts +1 -1
- package/src/wzpz/IWzpzK8kmResponse.ts +10 -17
- package/src/wzpz/IWzpzUserBodyResponse.ts +2 -8
- package/src/wzpz/index.ts +0 -1
- package/src/card/ISyszclbgblbResponse.ts~ +0 -67
- package/src/card/IZclbgblbResponse.ts~ +0 -68
- package/src/const/const_wtui_item_type.ts~ +0 -20
package/package.json
CHANGED
|
@@ -40,8 +40,8 @@ export interface ICardFromResponse {
|
|
|
40
40
|
fromMemo: string;
|
|
41
41
|
|
|
42
42
|
thirdApp: string;
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
|
|
44
|
+
listPath: IPathResponse[];
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
export class TCardFromResponse implements ICardFromResponse {
|
|
@@ -73,6 +73,6 @@ export class TCardFromResponse implements ICardFromResponse {
|
|
|
73
73
|
fromMemo: string = "";
|
|
74
74
|
|
|
75
75
|
thirdApp: string = "";
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
|
|
77
|
+
listPath: IPathResponse[] = [];
|
|
78
78
|
}
|
|
@@ -137,6 +137,8 @@ export interface ICardRoomResponse {
|
|
|
137
137
|
/** 预计交付时间 */
|
|
138
138
|
roomYjjfsj: number;
|
|
139
139
|
|
|
140
|
+
code4Old: string;
|
|
141
|
+
|
|
140
142
|
thirdApp: string;
|
|
141
143
|
|
|
142
144
|
/**附件 */
|
|
@@ -279,6 +281,8 @@ export class TCardRoomResponse implements ICardRoomResponse {
|
|
|
279
281
|
/** 预计交付时间 */
|
|
280
282
|
roomYjjfsj: number = 0;
|
|
281
283
|
|
|
284
|
+
code4Old: string = "";
|
|
285
|
+
|
|
282
286
|
thirdApp: string = "";
|
|
283
287
|
|
|
284
288
|
listPath: TCore.IPathResponse[] = [];
|
package/src/const/const_myoa.ts
CHANGED
|
@@ -89,4 +89,4 @@ export const CONST_MYOA_MAIN_MYOA_CODE_固定资产_公物仓领用 = "GWCLY"; /
|
|
|
89
89
|
export const CONST_MYOA_MAIN_MYOA_TYPC_固定资产_公物仓入仓 = 1011; //#公物仓入仓
|
|
90
90
|
export const CONST_MYOA_MAIN_MYOA_TYPC_固定资产_公物仓领用 = 1012; //#公物仓领用
|
|
91
91
|
|
|
92
|
-
export const CONST_MYOA_MAIN_MYOA_TYPC_被装管理_信息维护 = 1014; //#被装管理_信息维护
|
|
92
|
+
export const CONST_MYOA_MAIN_MYOA_TYPC_被装管理_信息维护 = 1014; //#被装管理_信息维护
|
|
@@ -93,7 +93,6 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
|
|
|
93
93
|
nodeName: string;
|
|
94
94
|
nickName: string;
|
|
95
95
|
|
|
96
|
-
|
|
97
96
|
fromUserStat: number;
|
|
98
97
|
menuUUID: string;
|
|
99
98
|
creditOf: number; // 信用等级
|
|
@@ -378,18 +377,15 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
|
|
|
378
377
|
}
|
|
379
378
|
}
|
|
380
379
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
static toFlowData(user: IUserResponse): TFlowDataResponse {
|
|
380
|
+
static toFlowData(user: IUserResponse): TFlowDataResponse {
|
|
385
381
|
const result = new TFlowDataResponse();
|
|
386
382
|
result.whoBuild = user.whoBuild;
|
|
387
383
|
result.flowMain = user.flowMain;
|
|
388
384
|
result.flowNode = user.flowNode;
|
|
389
|
-
|
|
385
|
+
|
|
390
386
|
result.entityID = user.entityID;
|
|
391
387
|
result.billMain = user.userIndx;
|
|
392
|
-
result.billCode =
|
|
388
|
+
result.billCode = user.enrollID;
|
|
393
389
|
result.billMemo = user.userMemo;
|
|
394
390
|
result.createAt = user.createAt;
|
|
395
391
|
result.mastName = user.mastName;
|
|
@@ -405,13 +401,6 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
|
|
|
405
401
|
return user.map((u) => this.toFlowData(u));
|
|
406
402
|
}
|
|
407
403
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
404
|
public static toTree(listUser: IUserResponse[]) {
|
|
416
405
|
return construct(listUser, { id: "userIndx", pid: "parentID", children: "children" }) as IUserResponse[];
|
|
417
406
|
}
|
package/src/enums/btnMode.ts
CHANGED
|
@@ -43,7 +43,7 @@ export interface IGztbMainResponse {
|
|
|
43
43
|
onStatus: number;
|
|
44
44
|
/** 表体对象,1:单位,2:部门,3:人员,4:字典 */
|
|
45
45
|
bodyFill: number;
|
|
46
|
-
|
|
46
|
+
|
|
47
47
|
taskMain: number;
|
|
48
48
|
taskName: string;
|
|
49
49
|
gzjgText: string;
|
|
@@ -62,7 +62,6 @@ export interface IGztbMainResponse {
|
|
|
62
62
|
readUnit: IUnitResponse[];
|
|
63
63
|
|
|
64
64
|
listWZK8: IWzpzK8kmResponse[];
|
|
65
|
-
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
export class TGztbMainResponse implements IGztbMainResponse {
|
|
@@ -117,5 +116,5 @@ export class TGztbMainResponse implements IGztbMainResponse {
|
|
|
117
116
|
listTabl: ITablMainResponse[] = [];
|
|
118
117
|
listGZZD: IGzzdMainResponse[] = [];
|
|
119
118
|
readUnit: IUnitResponse[] = [];
|
|
120
|
-
listWZK8: IWzpzK8kmResponse[]=[];
|
|
119
|
+
listWZK8: IWzpzK8kmResponse[] = [];
|
|
121
120
|
}
|
|
@@ -5,7 +5,6 @@ import type { ITablDataResponse } from "./ITablDataResponse";
|
|
|
5
5
|
import _ from "lodash";
|
|
6
6
|
import { ITablWzk8Response } from "./ITablWzk8Response";
|
|
7
7
|
|
|
8
|
-
|
|
9
8
|
export interface ITablMainResponse {
|
|
10
9
|
whoBuild: number;
|
|
11
10
|
userIndx: number;
|
|
@@ -122,7 +121,7 @@ export class TTablMainResponse implements ITablMainResponse {
|
|
|
122
121
|
flowUndo: number = 0;
|
|
123
122
|
handleBy: string = "";
|
|
124
123
|
handleAt: number = 0;
|
|
125
|
-
|
|
124
|
+
|
|
126
125
|
sourceDW: string = "";
|
|
127
126
|
unitMain: number = 0;
|
|
128
127
|
unitNamf: string = "";
|
|
@@ -169,8 +168,6 @@ export class TTablMainResponse implements ITablMainResponse {
|
|
|
169
168
|
_.merge(slef, _.pick(tabl, Object.keys(slef)));
|
|
170
169
|
};
|
|
171
170
|
|
|
172
|
-
|
|
173
|
-
|
|
174
171
|
static toFlowDatas(list: ITablMainResponse[]): TFlowDataResponse[] {
|
|
175
172
|
return list.map((u) => this.toFlowData(u));
|
|
176
173
|
}
|
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
import _ from "lodash";
|
|
2
2
|
|
|
3
3
|
export interface ITablWzk8Response {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
4
|
+
whoBuild: number;
|
|
5
|
+
userIndx: number;
|
|
6
|
+
idEntity: number;
|
|
7
|
+
tablMain: number;
|
|
8
|
+
dataStat: number;
|
|
9
|
+
dataHide: number;
|
|
10
|
+
dataOrdr: number;
|
|
11
|
+
dataFrom: number;
|
|
12
|
+
dataType: number;
|
|
13
|
+
dataDate: number;
|
|
14
|
+
dataTime: number;
|
|
15
|
+
createBy: string;
|
|
16
|
+
createAt: number;
|
|
17
|
+
updateBy: string;
|
|
18
|
+
updateAt: number;
|
|
19
|
+
deleteBy: string;
|
|
20
|
+
deleteAt: number;
|
|
21
|
+
sourceND: number;
|
|
22
|
+
sourceID: number;
|
|
23
|
+
k8kmKmid: number;
|
|
24
|
+
k8kmKmmc: string;
|
|
25
|
+
k8kmKmbm: string;
|
|
26
|
+
k8kmJldw: number;
|
|
27
|
+
k8kmGgxh: string;
|
|
28
|
+
itemMain: number;
|
|
29
|
+
itemCode: string;
|
|
30
|
+
applyCnt: number;
|
|
31
|
+
finalCnt: number;
|
|
32
|
+
applyVal: number;
|
|
33
|
+
finalVal: number;
|
|
34
|
+
applyOut: number;
|
|
35
|
+
finalOut: number;
|
|
36
|
+
billMemo: string;
|
|
37
|
+
jldwText: string;
|
|
38
38
|
}
|
|
39
|
-
|
|
39
|
+
|
|
40
40
|
export class TTablWzk8Response implements ITablWzk8Response {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
k8kmGgxh: string = "";
|
|
73
|
-
/** 物资号型 */
|
|
74
|
-
itemMain: number = 0;
|
|
75
|
-
/** 号型编码 */
|
|
76
|
-
itemCode: string = "";
|
|
77
|
-
|
|
78
|
-
/** 申请数量 */
|
|
79
|
-
applyCnt: number = 0;
|
|
80
|
-
/** 核定数量 */
|
|
81
|
-
finalCnt: number = 0;
|
|
82
|
-
/** 申请单价 */
|
|
83
|
-
applyVal: number = 0;
|
|
84
|
-
/** 核定单价 */
|
|
85
|
-
finalVal: number = 0;
|
|
86
|
-
/** 申请金额 */
|
|
87
|
-
applyOut: number = 0;
|
|
88
|
-
/** 核定金额 */
|
|
89
|
-
finalOut: number = 0;
|
|
90
|
-
/** 备注信息 */
|
|
91
|
-
billMemo: string = "";
|
|
92
|
-
/** 计量单位文本 */
|
|
93
|
-
jldwText: string = "";
|
|
41
|
+
whoBuild: number = 0;
|
|
42
|
+
userIndx: number = 0;
|
|
43
|
+
idEntity: number = 0;
|
|
44
|
+
tablMain: number = 0;
|
|
45
|
+
dataStat: number = 0;
|
|
46
|
+
dataHide: number = 0;
|
|
47
|
+
dataOrdr: number = 0;
|
|
48
|
+
dataFrom: number = 0;
|
|
49
|
+
dataType: number = 0;
|
|
50
|
+
dataDate: number = 0;
|
|
51
|
+
dataTime: number = 0;
|
|
52
|
+
createBy: string = "";
|
|
53
|
+
createAt: number = 0;
|
|
54
|
+
updateBy: string = "";
|
|
55
|
+
updateAt: number = 0;
|
|
56
|
+
deleteBy: string = "";
|
|
57
|
+
deleteAt: number = 0;
|
|
58
|
+
|
|
59
|
+
sourceND: number = 0;
|
|
60
|
+
/** 物资账套 */
|
|
61
|
+
sourceID: number = 0;
|
|
62
|
+
|
|
63
|
+
/** 物资科目 */
|
|
64
|
+
k8kmKmid: number = 0;
|
|
65
|
+
/** 科目名称 */
|
|
66
|
+
k8kmKmmc: string = "";
|
|
67
|
+
/** 科目编码 */
|
|
68
|
+
k8kmKmbm: string = "";
|
|
69
|
+
/** 计量单位 */
|
|
70
|
+
k8kmJldw: number = 0;
|
|
94
71
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
72
|
+
k8kmGgxh: string = "";
|
|
73
|
+
/** 物资号型 */
|
|
74
|
+
itemMain: number = 0;
|
|
75
|
+
/** 号型编码 */
|
|
76
|
+
itemCode: string = "";
|
|
77
|
+
|
|
78
|
+
/** 申请数量 */
|
|
79
|
+
applyCnt: number = 0;
|
|
80
|
+
/** 核定数量 */
|
|
81
|
+
finalCnt: number = 0;
|
|
82
|
+
/** 申请单价 */
|
|
83
|
+
applyVal: number = 0;
|
|
84
|
+
/** 核定单价 */
|
|
85
|
+
finalVal: number = 0;
|
|
86
|
+
/** 申请金额 */
|
|
87
|
+
applyOut: number = 0;
|
|
88
|
+
/** 核定金额 */
|
|
89
|
+
finalOut: number = 0;
|
|
90
|
+
/** 备注信息 */
|
|
91
|
+
billMemo: string = "";
|
|
92
|
+
/** 计量单位文本 */
|
|
93
|
+
jldwText: string = "";
|
|
94
|
+
|
|
95
|
+
constructor(data: Partial<ITablWzk8Response> = {}) {
|
|
96
|
+
if (data) {
|
|
97
|
+
_.merge(this, _.pick(data, Object.keys(this)));
|
|
99
98
|
}
|
|
100
|
-
}
|
|
99
|
+
}
|
|
100
|
+
}
|
package/src/tabl/index.ts
CHANGED
|
@@ -3,7 +3,4 @@ import { ITablLineResponse, TTablLineResponse } from "./ITablLineResponse";
|
|
|
3
3
|
import { ITablMainResponse, TTablMainResponse } from "./ITablMainResponse";
|
|
4
4
|
import { ITablWzk8Response, TTablWzk8Response } from "./ITablWzk8Response";
|
|
5
5
|
|
|
6
|
-
export { type ITablDataResponse,
|
|
7
|
-
type ITablLineResponse,
|
|
8
|
-
type ITablMainResponse,
|
|
9
|
-
type ITablWzk8Response, TTablDataResponse, TTablLineResponse, TTablMainResponse, TTablWzk8Response };
|
|
6
|
+
export { type ITablDataResponse, type ITablLineResponse, type ITablMainResponse, type ITablWzk8Response, TTablDataResponse, TTablLineResponse, TTablMainResponse, TTablWzk8Response };
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import _ from "lodash";
|
|
2
|
+
|
|
1
3
|
export interface IVaryBillResponse {
|
|
2
4
|
whoBuild: number;
|
|
3
5
|
userIndx: number;
|
|
@@ -58,4 +60,11 @@ export class TVaryBillResponse implements IVaryBillResponse {
|
|
|
58
60
|
billDate: number = 0;
|
|
59
61
|
billUses: string = "";
|
|
60
62
|
billMemo: string = "";
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
constructor(data: Partial<IVaryBillResponse> = {}) {
|
|
66
|
+
if (data) {
|
|
67
|
+
_.merge(this, _.pick(data, Object.keys(this)));
|
|
68
|
+
}
|
|
69
|
+
}
|
|
61
70
|
}
|
|
@@ -118,7 +118,7 @@ export class TWtuiUserCnfgResponse implements IWtuiUserCnfgResponse {
|
|
|
118
118
|
if (response) {
|
|
119
119
|
_.merge(this, _.pick(response, Object.keys(this)));
|
|
120
120
|
}
|
|
121
|
-
}
|
|
121
|
+
}
|
|
122
122
|
|
|
123
123
|
public static parseJson(dictPara: string) {
|
|
124
124
|
const defaultDictPara = new TCnfgPara();
|
|
@@ -69,13 +69,13 @@ export interface IWzpzK8kmResponse {
|
|
|
69
69
|
inGenger: number;
|
|
70
70
|
dictText: string;
|
|
71
71
|
// 性别
|
|
72
|
-
inGender:number;
|
|
72
|
+
inGender: number;
|
|
73
73
|
// 单价 价格
|
|
74
|
-
k8kmKmdj:number;
|
|
75
|
-
canEmpty:number; // 是否可以为空 0代表为必填,1代表非必填
|
|
76
|
-
limitCnt:number; // 限制数量
|
|
74
|
+
k8kmKmdj: number;
|
|
75
|
+
canEmpty: number; // 是否可以为空 0代表为必填,1代表非必填
|
|
76
|
+
limitCnt: number; // 限制数量
|
|
77
77
|
// 供应商
|
|
78
|
-
k8kmSccs:string;
|
|
78
|
+
k8kmSccs: string;
|
|
79
79
|
listDict: TCore.IDictResponse[];
|
|
80
80
|
children: IWzpzK8kmResponse[];
|
|
81
81
|
listDept: TCore.IDeptResponse[];
|
|
@@ -151,16 +151,14 @@ export class TWzpzK8kmResponse implements IWzpzK8kmResponse {
|
|
|
151
151
|
k8kmQmje: number = 0;
|
|
152
152
|
k0kmKmbm: string = "";
|
|
153
153
|
laidMain: number = 0;
|
|
154
|
-
inGender:number = 0;
|
|
155
|
-
k8kmKmdj:number = 0;
|
|
156
|
-
k8kmSccs:string = "";
|
|
157
|
-
canEmpty:number = 0;
|
|
158
|
-
limitCnt:number = 0;
|
|
159
|
-
|
|
154
|
+
inGender: number = 0;
|
|
155
|
+
k8kmKmdj: number = 0;
|
|
156
|
+
k8kmSccs: string = "";
|
|
157
|
+
canEmpty: number = 0;
|
|
158
|
+
limitCnt: number = 0;
|
|
160
159
|
|
|
161
160
|
listDict: TCore.IDictResponse[] = [];
|
|
162
161
|
|
|
163
|
-
|
|
164
162
|
children: IWzpzK8kmResponse[] = [];
|
|
165
163
|
listDept: TCore.IDeptResponse[] = [];
|
|
166
164
|
listItem: IWzpzItemResponse[] = [];
|
|
@@ -169,14 +167,9 @@ export class TWzpzK8kmResponse implements IWzpzK8kmResponse {
|
|
|
169
167
|
|
|
170
168
|
listPath: TCore.IPathResponse[] = [];
|
|
171
169
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
170
|
constructor(data: Partial<IWzpzK8kmResponse> = {}) {
|
|
177
171
|
if (data) {
|
|
178
172
|
_.merge(this, _.pick(data, Object.keys(this)));
|
|
179
173
|
}
|
|
180
174
|
}
|
|
181
|
-
|
|
182
175
|
}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
1
|
export interface IWzpzUserBodyResponse {
|
|
4
2
|
whoBuild: number;
|
|
5
3
|
userIndx: number;
|
|
@@ -37,7 +35,7 @@ export interface IWzpzUserBodyResponse {
|
|
|
37
35
|
/** 颈围 */
|
|
38
36
|
neckCircumference1: number;
|
|
39
37
|
neckCircumference2: number;
|
|
40
|
-
|
|
38
|
+
/** 胸围 */
|
|
41
39
|
bustCircumference1: number;
|
|
42
40
|
bustCircumference2: number;
|
|
43
41
|
/** 腰围 */
|
|
@@ -85,7 +83,6 @@ export interface IWzpzUserBodyResponse {
|
|
|
85
83
|
}
|
|
86
84
|
|
|
87
85
|
export class TWzpzUserBodyResponse implements IWzpzUserBodyResponse {
|
|
88
|
-
|
|
89
86
|
whoBuild: number = 0;
|
|
90
87
|
userIndx: number = 0;
|
|
91
88
|
sourceND: number = 0;
|
|
@@ -149,7 +146,4 @@ export class TWzpzUserBodyResponse implements IWzpzUserBodyResponse {
|
|
|
149
146
|
backClothesLength2: number = 0;
|
|
150
147
|
skirtLength1: number = 0;
|
|
151
148
|
skirtLength2: number = 0;
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}
|
|
149
|
+
}
|
package/src/wzpz/index.ts
CHANGED
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import _ from "lodash";
|
|
2
|
-
|
|
3
|
-
export interface ISyszclbgblbResponse {
|
|
4
|
-
whoBuild: number
|
|
5
|
-
userIndx: number
|
|
6
|
-
zclbIndx: number
|
|
7
|
-
dataStat: number
|
|
8
|
-
dataHide: number
|
|
9
|
-
dataOrdr: number
|
|
10
|
-
dataFrom: number
|
|
11
|
-
dataDate: number
|
|
12
|
-
dataTime: number
|
|
13
|
-
createBy: string
|
|
14
|
-
createAt: number
|
|
15
|
-
updateBy: string
|
|
16
|
-
updateAt: number
|
|
17
|
-
deleteBy: string
|
|
18
|
-
deleteAt: number
|
|
19
|
-
queuesBy: number
|
|
20
|
-
fromWhoBuild: number
|
|
21
|
-
fromUserIndx: number
|
|
22
|
-
fromGblbIndx: number
|
|
23
|
-
sourceND: number
|
|
24
|
-
fromSourceND: number
|
|
25
|
-
|
|
26
|
-
zclbTypeText: string
|
|
27
|
-
zclbCode: string
|
|
28
|
-
zclbName: string
|
|
29
|
-
gblbCode: string
|
|
30
|
-
gblbName: string
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export class TSyszclbgblbResponse implements ISyszclbgblbResponse {
|
|
34
|
-
whoBuild: number = 0
|
|
35
|
-
userIndx: number = 0
|
|
36
|
-
zclbIndx: number = 0
|
|
37
|
-
dataStat: number = 0
|
|
38
|
-
dataHide: number = 0
|
|
39
|
-
dataOrdr: number = 0
|
|
40
|
-
dataFrom: number = 0
|
|
41
|
-
dataDate: number = 0
|
|
42
|
-
dataTime: number = 0
|
|
43
|
-
createBy: string = ""
|
|
44
|
-
createAt: number = 0
|
|
45
|
-
updateBy: string = ""
|
|
46
|
-
updateAt: number = 0
|
|
47
|
-
deleteBy: string = ""
|
|
48
|
-
deleteAt: number = 0
|
|
49
|
-
queuesBy: number = 0
|
|
50
|
-
fromWhoBuild: number = 0
|
|
51
|
-
fromUserIndx: number = 0
|
|
52
|
-
fromGblbIndx: number = 0
|
|
53
|
-
sourceND: number = 0
|
|
54
|
-
fromSourceND: number = 0
|
|
55
|
-
|
|
56
|
-
zclbTypeText: string = ""
|
|
57
|
-
zclbCode: string = ""
|
|
58
|
-
zclbName: string = ""
|
|
59
|
-
gblbCode: string = ""
|
|
60
|
-
gblbName: string = ""
|
|
61
|
-
|
|
62
|
-
constructor(data: any = {}) {
|
|
63
|
-
if (data) {
|
|
64
|
-
_.merge(this, _.pick(data, Object.keys(this)));
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import _ from "lodash";
|
|
2
|
-
|
|
3
|
-
export interface ISyszclbgblb{
|
|
4
|
-
whoBuild : number
|
|
5
|
-
userIndx : number
|
|
6
|
-
zclbIndx : number
|
|
7
|
-
dataStat : number
|
|
8
|
-
dataHide : number
|
|
9
|
-
dataOrdr : number
|
|
10
|
-
dataFrom : number
|
|
11
|
-
dataDate : number
|
|
12
|
-
dataTime : number
|
|
13
|
-
createBy : string
|
|
14
|
-
createAt : number
|
|
15
|
-
updateBy : string
|
|
16
|
-
updateAt : number
|
|
17
|
-
deleteBy : string
|
|
18
|
-
deleteAt : number
|
|
19
|
-
queuesBy : number
|
|
20
|
-
fromWhoBuild: number
|
|
21
|
-
fromUserIndx: number
|
|
22
|
-
fromGblbIndx: number
|
|
23
|
-
sourceND : number
|
|
24
|
-
fromSourceND: number
|
|
25
|
-
|
|
26
|
-
zclbTypeText : string
|
|
27
|
-
zclbCode: string
|
|
28
|
-
zclbName: string
|
|
29
|
-
gblbCode: string
|
|
30
|
-
gblbName: string
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export class TSyszclbgblb implements ISyszclbgblb{
|
|
35
|
-
whoBuild : number = 0
|
|
36
|
-
userIndx : number = 0
|
|
37
|
-
zclbIndx : number = 0
|
|
38
|
-
dataStat : number = 0
|
|
39
|
-
dataHide : number = 0
|
|
40
|
-
dataOrdr : number = 0
|
|
41
|
-
dataFrom : number = 0
|
|
42
|
-
dataDate : number = 0
|
|
43
|
-
dataTime : number = 0
|
|
44
|
-
createBy : string =''
|
|
45
|
-
createAt : number = 0
|
|
46
|
-
updateBy : string =''
|
|
47
|
-
updateAt : number = 0
|
|
48
|
-
deleteBy : string =''
|
|
49
|
-
deleteAt : number = 0
|
|
50
|
-
queuesBy : number = 0
|
|
51
|
-
fromWhoBuild: number = 0
|
|
52
|
-
fromUserIndx: number = 0
|
|
53
|
-
fromGblbIndx: number = 0
|
|
54
|
-
sourceND : number = 0
|
|
55
|
-
fromSourceND: number = 0
|
|
56
|
-
|
|
57
|
-
zclbTypeText : string =""
|
|
58
|
-
zclbCode: string =""
|
|
59
|
-
zclbName: string =""
|
|
60
|
-
gblbCode: string =""
|
|
61
|
-
gblbName: string =""
|
|
62
|
-
|
|
63
|
-
constructor(data: Partial<ISYSZCLBGBLB> = {}) {
|
|
64
|
-
if (data) {
|
|
65
|
-
_.merge(this, _.pick(data, Object.keys(this)));
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export const CONST_ITEM_TYPE_TO_数值 = 0; // #数值
|
|
2
|
-
export const CONST_ITEM_TYPE_TO_文本 = 1; // #文本
|
|
3
|
-
export const CONST_ITEM_TYPE_TO_文本域 = 2; // #备注
|
|
4
|
-
export const CONST_ITEM_TYPE_TO_日期 = 3; // #日期
|
|
5
|
-
export const CONST_ITEM_TYPE_TO_字典 = 4; // #字典
|
|
6
|
-
|
|
7
|
-
export const CONST_VALIDATE_TO_手机号码 = 0; // #整数
|
|
8
|
-
export const CONST_VALIDATE_TO_邮箱 = 1; // #文本
|
|
9
|
-
export const CONST_VALIDATE_TO_身份证 = 2; // #备注
|
|
10
|
-
export const CONST_VALIDATE_TO_自定义 = 3;
|
|
11
|
-
|
|
12
|
-
export const CONST_CLEARABLE_TO_不清空 = 0; //不清空
|
|
13
|
-
export const CONST_CLEARABLE_TO_清空 = 1; //清空
|
|
14
|
-
export const CONST_CLEARABLE_TO_询问 = 2; //询问
|
|
15
|
-
|
|
16
|
-
export const CONST_OPERATOR_TO_大于 = 0; //大于
|
|
17
|
-
export const CONST_OPERATOR_TO_等于 = 1; //等于
|
|
18
|
-
export const CONST_OPERATOR_TO_小于 = 2; //小于
|
|
19
|
-
export const CONST_OPERATOR_TO_大于等于 = 3; //大于等于
|
|
20
|
-
export const CONST_OPERATOR_TO_小于等于 = 4; //小于等于
|