@ningboyz/apis 1.7.124 → 1.7.125
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 +2 -2
- package/packages/core/dept.ts +8 -1
- package/packages/core/types.ts +102 -91
- package/packages/antv/type.ts~ +0 -57
- package/packages/card/index.ts~ +0 -47
- package/packages/card/tzclbsort.ts~ +0 -36
- package/packages/card/zccz.ts~ +0 -106
- package/packages/expd/type.ts~ +0 -17
- package/packages/noti/type.ts~ +0 -29
- package/packages/wtui/type.ts~ +0 -380
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.125",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "宁波甬政请求库",
|
|
6
6
|
"author": "nbyt-syq",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"registry": "https://registry.npmjs.org/"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@ningboyz/types": "1.7.
|
|
20
|
+
"@ningboyz/types": "1.7.125",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/core/dept.ts
CHANGED
|
@@ -16,7 +16,8 @@ import {
|
|
|
16
16
|
ICoreDeptUpdatedbQuerys,
|
|
17
17
|
ICoreDeptUpdateDeptCodeQuerys,
|
|
18
18
|
ICoreDeptUploadd2Querys,
|
|
19
|
-
ICoreDeptUploadd3Querys
|
|
19
|
+
ICoreDeptUploadd3Querys,
|
|
20
|
+
ICoreDeptUsersizeSelectdbQuerys
|
|
20
21
|
} from "./types";
|
|
21
22
|
|
|
22
23
|
class DeptRequest {
|
|
@@ -185,10 +186,16 @@ class DeptRequest {
|
|
|
185
186
|
updateDeptCode(querys: ICoreDeptUpdateDeptCodeQuerys, params: object) {
|
|
186
187
|
return this.httpRequest.post<TCore.IDeptResponse[]>("/core/tdept/deptcode/uploaddb", querys, params);
|
|
187
188
|
}
|
|
189
|
+
|
|
188
190
|
/**统计部门人员 */
|
|
189
191
|
appenddb(querys: ICoreDeptCountDeptPersonQuerys, params: object) {
|
|
190
192
|
return this.httpRequest.post<TCore.IDeptResponse[]>("/core/tdept/usersize/appenddb", querys, params);
|
|
191
193
|
}
|
|
194
|
+
|
|
195
|
+
/**返回人数统计 */
|
|
196
|
+
usersizeSelectdb(querys: ICoreDeptUsersizeSelectdbQuerys, params: object) {
|
|
197
|
+
return this.httpRequest.post<TCore.IUserResponse[]>("/core/tdept/usersize/selectdb", querys, params);
|
|
198
|
+
}
|
|
192
199
|
}
|
|
193
200
|
|
|
194
201
|
export default DeptRequest;
|
package/packages/core/types.ts
CHANGED
|
@@ -66,9 +66,9 @@ export class TCoreDeptDeletedbQuerys implements ICoreDeptDeletedbQuerys {
|
|
|
66
66
|
unitmain: number = -1;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
export interface ICoreDeptDatalevlUploaddbdbQuerys {
|
|
69
|
+
export interface ICoreDeptDatalevlUploaddbdbQuerys {}
|
|
70
70
|
|
|
71
|
-
export class TCoreDeptDatalevlUploaddbdbQuerys implements ICoreDeptDatalevlUploaddbdbQuerys {
|
|
71
|
+
export class TCoreDeptDatalevlUploaddbdbQuerys implements ICoreDeptDatalevlUploaddbdbQuerys {}
|
|
72
72
|
|
|
73
73
|
export interface ICoreDeptUploadd2Querys {
|
|
74
74
|
/** 单位标识 */
|
|
@@ -204,13 +204,13 @@ export class TCoreLaidUploadd4Querys implements ICoreLaidUploadd4Querys {
|
|
|
204
204
|
sysclasc: number = -1;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
export interface ICoreLaidQueuesbyQuerys {
|
|
207
|
+
export interface ICoreLaidQueuesbyQuerys {}
|
|
208
208
|
|
|
209
|
-
export class TCoreLaidQueuesbyQuerys implements ICoreLaidQueuesbyQuerys {
|
|
209
|
+
export class TCoreLaidQueuesbyQuerys implements ICoreLaidQueuesbyQuerys {}
|
|
210
210
|
|
|
211
|
-
export interface ICoreLaidCopyfromQuerys {
|
|
211
|
+
export interface ICoreLaidCopyfromQuerys {}
|
|
212
212
|
|
|
213
|
-
export class TCoreLaidCopyfromQuerys implements ICoreLaidCopyfromQuerys {
|
|
213
|
+
export class TCoreLaidCopyfromQuerys implements ICoreLaidCopyfromQuerys {}
|
|
214
214
|
|
|
215
215
|
/** ========== part ========== */
|
|
216
216
|
export interface ICorePartSelectdbQuerys {
|
|
@@ -258,9 +258,9 @@ export class TCorePathDownloadGtbase64Querys implements ICorePathDownloadGtbase6
|
|
|
258
258
|
syspathc: number = -1;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
export interface ICorePathPdfmergeQuerys {
|
|
261
|
+
export interface ICorePathPdfmergeQuerys {}
|
|
262
262
|
|
|
263
|
-
export class TCorePathPdfmergeQuerys implements ICorePathPdfmergeQuerys {
|
|
263
|
+
export class TCorePathPdfmergeQuerys implements ICorePathPdfmergeQuerys {}
|
|
264
264
|
|
|
265
265
|
export interface ICorePathUploaddbQuerys {
|
|
266
266
|
txupload: number;
|
|
@@ -321,14 +321,14 @@ export class TCoreSysclasSelectdbQuerys implements ICoreSysclasSelectdbQuerys {
|
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
/** ========== sysenvr ========== */
|
|
324
|
-
export interface ICoreSysenvrSelectdbQuerys {
|
|
324
|
+
export interface ICoreSysenvrSelectdbQuerys {}
|
|
325
325
|
|
|
326
|
-
export class TCoreSysenvrSelectdbQuerys implements ICoreSysenvrSelectdbQuerys {
|
|
326
|
+
export class TCoreSysenvrSelectdbQuerys implements ICoreSysenvrSelectdbQuerys {}
|
|
327
327
|
|
|
328
328
|
/** ========== syskjnd ========== */
|
|
329
|
-
export interface ICoreSyskjndSelectdbQuerys {
|
|
329
|
+
export interface ICoreSyskjndSelectdbQuerys {}
|
|
330
330
|
|
|
331
|
-
export class TCoreSyskjndSelectdbQuerys implements ICoreSyskjndSelectdbQuerys {
|
|
331
|
+
export class TCoreSyskjndSelectdbQuerys implements ICoreSyskjndSelectdbQuerys {}
|
|
332
332
|
|
|
333
333
|
/** ========== sysmenu ========== */
|
|
334
334
|
export interface ICoreSysmenuWithExpdSelectdbQuerys {
|
|
@@ -363,13 +363,13 @@ export class TCoreSysmenuWithCoreUploaditQuerys implements ICoreSysmenuWithCoreU
|
|
|
363
363
|
override: number = -1;
|
|
364
364
|
}
|
|
365
365
|
|
|
366
|
-
export interface ICoreSysmenuWithExpdQueuesbyQuerys {
|
|
366
|
+
export interface ICoreSysmenuWithExpdQueuesbyQuerys {}
|
|
367
367
|
|
|
368
|
-
export class TCoreSysmenuWithExpdQueuesbyQuerys implements ICoreSysmenuWithExpdQueuesbyQuerys {
|
|
368
|
+
export class TCoreSysmenuWithExpdQueuesbyQuerys implements ICoreSysmenuWithExpdQueuesbyQuerys {}
|
|
369
369
|
|
|
370
|
-
export interface ICoreSysmenuWithCoreQueuesbyQuerys {
|
|
370
|
+
export interface ICoreSysmenuWithCoreQueuesbyQuerys {}
|
|
371
371
|
|
|
372
|
-
export class TCoreSysmenuWithCoreQueuesbyQuerys implements ICoreSysmenuWithCoreQueuesbyQuerys {
|
|
372
|
+
export class TCoreSysmenuWithCoreQueuesbyQuerys implements ICoreSysmenuWithCoreQueuesbyQuerys {}
|
|
373
373
|
|
|
374
374
|
export interface ICoreSysmenuWithCoreDetaildbQuerys {
|
|
375
375
|
entityid: string;
|
|
@@ -467,9 +467,9 @@ export class TCoreMasttSelectdbQuerys implements ICoreMasttSelectdbQuerys {
|
|
|
467
467
|
queuesby: string = "";
|
|
468
468
|
}
|
|
469
469
|
|
|
470
|
-
export interface ICoreMasttQueuesbyQuerys {
|
|
470
|
+
export interface ICoreMasttQueuesbyQuerys {}
|
|
471
471
|
|
|
472
|
-
export class TCoreMasttQueuesbyQuerys implements ICoreMasttQueuesbyQuerys {
|
|
472
|
+
export class TCoreMasttQueuesbyQuerys implements ICoreMasttQueuesbyQuerys {}
|
|
473
473
|
|
|
474
474
|
/** ========== unit ========== */
|
|
475
475
|
|
|
@@ -482,11 +482,11 @@ export class TCoreUnitSelectdbQuerys implements ICoreUnitSelectdbQuerys {
|
|
|
482
482
|
queuesby: string = "-1";
|
|
483
483
|
}
|
|
484
484
|
|
|
485
|
-
export interface ICoreUnitGet4UnitQuerys {
|
|
486
|
-
export class TCoreUnitGet4UnitQuerys implements ICoreUnitGet4UnitQuerys {
|
|
485
|
+
export interface ICoreUnitGet4UnitQuerys {}
|
|
486
|
+
export class TCoreUnitGet4UnitQuerys implements ICoreUnitGet4UnitQuerys {}
|
|
487
487
|
|
|
488
|
-
export interface ICoreUnitUploadQuerys {
|
|
489
|
-
export class TCoreUnitUploadQuerys implements ICoreUnitUploadQuerys {
|
|
488
|
+
export interface ICoreUnitUploadQuerys {}
|
|
489
|
+
export class TCoreUnitUploadQuerys implements ICoreUnitUploadQuerys {}
|
|
490
490
|
|
|
491
491
|
export interface ICoreUnitUploadPathQuerys {
|
|
492
492
|
/**10011018 常量 const CONST_CORE_USER_CNFG_TO_单位公章上传 = 10011018 */
|
|
@@ -522,9 +522,9 @@ export class TCoreUnitDetaildbQuerys implements ICoreUnitDetaildbQuerys {
|
|
|
522
522
|
}
|
|
523
523
|
|
|
524
524
|
/** ========== user ========== */
|
|
525
|
-
export interface ICoreUserDetaildbQuerys {
|
|
525
|
+
export interface ICoreUserDetaildbQuerys {}
|
|
526
526
|
|
|
527
|
-
export class TCoreUserDetaildbQuerys implements ICoreUserDetaildbQuerys {
|
|
527
|
+
export class TCoreUserDetaildbQuerys implements ICoreUserDetaildbQuerys {}
|
|
528
528
|
|
|
529
529
|
export interface ICoreUserSelectd2Querys {
|
|
530
530
|
unitmain: number;
|
|
@@ -624,33 +624,33 @@ export class TCoreUserGet4WlzfQuerys implements ICoreUserGet4WlzfQuerys {
|
|
|
624
624
|
sourcedw: string = "";
|
|
625
625
|
}
|
|
626
626
|
|
|
627
|
-
export interface ICoreSet4DictQuerys {
|
|
627
|
+
export interface ICoreSet4DictQuerys {}
|
|
628
628
|
|
|
629
|
-
export class TCoreSet4DictQuerys implements ICoreSet4DictQuerys {
|
|
629
|
+
export class TCoreSet4DictQuerys implements ICoreSet4DictQuerys {}
|
|
630
630
|
|
|
631
|
-
export interface ICoreDel4DictQuerys {
|
|
631
|
+
export interface ICoreDel4DictQuerys {}
|
|
632
632
|
|
|
633
|
-
export class TCoreDel4DictQuerys implements ICoreDel4DictQuerys {
|
|
633
|
+
export class TCoreDel4DictQuerys implements ICoreDel4DictQuerys {}
|
|
634
634
|
|
|
635
|
-
export interface ICoreUserSet4WlzfQuerys {
|
|
635
|
+
export interface ICoreUserSet4WlzfQuerys {}
|
|
636
636
|
|
|
637
|
-
export class TCoreUserSet4WlzfQuerys implements ICoreUserSet4WlzfQuerys {
|
|
637
|
+
export class TCoreUserSet4WlzfQuerys implements ICoreUserSet4WlzfQuerys {}
|
|
638
638
|
|
|
639
|
-
export interface ICoreUserDel4WlzfQuerys {
|
|
639
|
+
export interface ICoreUserDel4WlzfQuerys {}
|
|
640
640
|
|
|
641
|
-
export class TCoreUserDel4WlzfQuerys implements ICoreUserDel4WlzfQuerys {
|
|
641
|
+
export class TCoreUserDel4WlzfQuerys implements ICoreUserDel4WlzfQuerys {}
|
|
642
642
|
|
|
643
|
-
export interface ICoreSet4userQuerys {
|
|
643
|
+
export interface ICoreSet4userQuerys {}
|
|
644
644
|
|
|
645
|
-
export class TCoreSet4userQuerys implements ICoreSet4userQuerys {
|
|
645
|
+
export class TCoreSet4userQuerys implements ICoreSet4userQuerys {}
|
|
646
646
|
|
|
647
|
-
export interface ICoreSet4laidQuerys {
|
|
647
|
+
export interface ICoreSet4laidQuerys {}
|
|
648
648
|
|
|
649
|
-
export class TCoreSet4laidQuerys implements ICoreSet4laidQuerys {
|
|
649
|
+
export class TCoreSet4laidQuerys implements ICoreSet4laidQuerys {}
|
|
650
650
|
|
|
651
|
-
export interface ICoreDel4laidQuerys {
|
|
651
|
+
export interface ICoreDel4laidQuerys {}
|
|
652
652
|
|
|
653
|
-
export class TCoreDel4laidQuerys implements ICoreDel4laidQuerys {
|
|
653
|
+
export class TCoreDel4laidQuerys implements ICoreDel4laidQuerys {}
|
|
654
654
|
|
|
655
655
|
export interface ICoreEdt4laidQuerys {
|
|
656
656
|
taketype: number;
|
|
@@ -660,21 +660,21 @@ export class TCoreEdt4laidQuerys implements ICoreEdt4laidQuerys {
|
|
|
660
660
|
taketype: number = -1;
|
|
661
661
|
}
|
|
662
662
|
|
|
663
|
-
export interface ICoreDel4deptQuerys {
|
|
663
|
+
export interface ICoreDel4deptQuerys {}
|
|
664
664
|
|
|
665
|
-
export class TCoreDel4deptQuerys implements ICoreDel4deptQuerys {
|
|
665
|
+
export class TCoreDel4deptQuerys implements ICoreDel4deptQuerys {}
|
|
666
666
|
|
|
667
|
-
export interface ICoreSet4gzjgQuerys {
|
|
667
|
+
export interface ICoreSet4gzjgQuerys {}
|
|
668
668
|
|
|
669
|
-
export class TCoreSet4gzjgQuerys implements ICoreSet4gzjgQuerys {
|
|
669
|
+
export class TCoreSet4gzjgQuerys implements ICoreSet4gzjgQuerys {}
|
|
670
670
|
|
|
671
|
-
export interface ICoreDel4gzjgQuerys {
|
|
671
|
+
export interface ICoreDel4gzjgQuerys {}
|
|
672
672
|
|
|
673
|
-
export class TCoreDel4gzjgQuerys implements ICoreDel4gzjgQuerys {
|
|
673
|
+
export class TCoreDel4gzjgQuerys implements ICoreDel4gzjgQuerys {}
|
|
674
674
|
|
|
675
|
-
export interface ICoreDel4userQuerys {
|
|
675
|
+
export interface ICoreDel4userQuerys {}
|
|
676
676
|
|
|
677
|
-
export class TCoreDel4userQuerys implements ICoreDel4userQuerys {
|
|
677
|
+
export class TCoreDel4userQuerys implements ICoreDel4userQuerys {}
|
|
678
678
|
|
|
679
679
|
export interface ICoreUserGet4DeptQuerys {
|
|
680
680
|
unitmain: number;
|
|
@@ -694,9 +694,9 @@ export class TCoreUserGet4LaidQuerys implements ICoreUserGet4LaidQuerys {
|
|
|
694
694
|
unitmain: number = -1;
|
|
695
695
|
}
|
|
696
696
|
|
|
697
|
-
export interface ICoreUserVerifydbCamelcaseQuery {
|
|
697
|
+
export interface ICoreUserVerifydbCamelcaseQuery {}
|
|
698
698
|
|
|
699
|
-
export class TCoreUserVerifydbCamelcaseQuery implements ICoreUserVerifydbCamelcaseQuery {
|
|
699
|
+
export class TCoreUserVerifydbCamelcaseQuery implements ICoreUserVerifydbCamelcaseQuery {}
|
|
700
700
|
|
|
701
701
|
export interface ICoreUserSendMessageQuerys {
|
|
702
702
|
whobuild: number;
|
|
@@ -852,8 +852,8 @@ export class TCoreUserSelectdbWithflow implements ICoreUserSelectdbWithflow {
|
|
|
852
852
|
export interface ICoreUserSelectdbWithflowParams {
|
|
853
853
|
usrPartC: number;
|
|
854
854
|
userPartMode: number;
|
|
855
|
-
listGet4Dept: { deptIndx: number
|
|
856
|
-
listGet4Unit: { unitIndx: number
|
|
855
|
+
listGet4Dept: { deptIndx: number }[];
|
|
856
|
+
listGet4Unit: { unitIndx: number }[];
|
|
857
857
|
}
|
|
858
858
|
|
|
859
859
|
export interface ICoreUserCaptcha1Querys {
|
|
@@ -966,9 +966,9 @@ export class TCoreUserWorkStatUpdatedbQuerys implements ICoreUserWorkStatUpdated
|
|
|
966
966
|
workstat: number = -1;
|
|
967
967
|
}
|
|
968
968
|
|
|
969
|
-
export interface ICoreUserPassInsertdbQuerys {
|
|
969
|
+
export interface ICoreUserPassInsertdbQuerys {}
|
|
970
970
|
|
|
971
|
-
export class TCoreUserPassInsertdbQuerys implements ICoreUserPassInsertdbQuerys {
|
|
971
|
+
export class TCoreUserPassInsertdbQuerys implements ICoreUserPassInsertdbQuerys {}
|
|
972
972
|
|
|
973
973
|
export interface ICoreUserPassUpdatedbQuerys {
|
|
974
974
|
workstat: number;
|
|
@@ -1006,13 +1006,13 @@ export class TCoreUserInsertd2Querys implements ICoreUserInsertd2Querys {
|
|
|
1006
1006
|
syspartc: number = -1;
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
|
-
export interface ICoreUserListUnitdbQuerys {
|
|
1009
|
+
export interface ICoreUserListUnitdbQuerys {}
|
|
1010
1010
|
|
|
1011
|
-
export class TCoreUserListUnitdbQuerys implements ICoreUserListUnitdbQuerys {
|
|
1011
|
+
export class TCoreUserListUnitdbQuerys implements ICoreUserListUnitdbQuerys {}
|
|
1012
1012
|
|
|
1013
|
-
export interface ICoreUserListDeptdbQuerys {
|
|
1013
|
+
export interface ICoreUserListDeptdbQuerys {}
|
|
1014
1014
|
|
|
1015
|
-
export class TCoreUserListDeptdbQuerys implements ICoreUserListDeptdbQuerys {
|
|
1015
|
+
export class TCoreUserListDeptdbQuerys implements ICoreUserListDeptdbQuerys {}
|
|
1016
1016
|
|
|
1017
1017
|
export interface ICoreUserUpdateclQuerys {
|
|
1018
1018
|
entityid: string;
|
|
@@ -1118,7 +1118,7 @@ export class TCoreDeptLiteGet4deptQuerys implements ICoreDeptLiteGet4deptQuerys
|
|
|
1118
1118
|
datatype: number = -1;
|
|
1119
1119
|
}
|
|
1120
1120
|
|
|
1121
|
-
export class ICoreDeptDeptBindUploaddbQuerys {
|
|
1121
|
+
export class ICoreDeptDeptBindUploaddbQuerys {}
|
|
1122
1122
|
|
|
1123
1123
|
export interface ICoreDeptDeptBindUploaddbQuerys {
|
|
1124
1124
|
matchval: string;
|
|
@@ -1157,25 +1157,25 @@ export class TCoreUserUpdatedbTouchurlQuerys implements ICoreUserUpdatedbTouchur
|
|
|
1157
1157
|
}
|
|
1158
1158
|
|
|
1159
1159
|
// 供货商
|
|
1160
|
-
export interface ICoreDddwInsertdbQuerys {
|
|
1160
|
+
export interface ICoreDddwInsertdbQuerys {}
|
|
1161
1161
|
|
|
1162
|
-
export class TCoreDddwInsertdbQuerys implements ICoreDddwInsertdbQuerys {
|
|
1162
|
+
export class TCoreDddwInsertdbQuerys implements ICoreDddwInsertdbQuerys {}
|
|
1163
1163
|
|
|
1164
|
-
export interface ICoreDddwSelectdb1Querys {
|
|
1164
|
+
export interface ICoreDddwSelectdb1Querys {}
|
|
1165
1165
|
|
|
1166
|
-
export class TCoreDddwSelectdb1Querys implements ICoreDddwSelectdb1Querys {
|
|
1166
|
+
export class TCoreDddwSelectdb1Querys implements ICoreDddwSelectdb1Querys {}
|
|
1167
1167
|
|
|
1168
|
-
export interface ICoreDddwUpdatedb1Querys {
|
|
1168
|
+
export interface ICoreDddwUpdatedb1Querys {}
|
|
1169
1169
|
|
|
1170
|
-
export class TCoreDddwUpdatedb1Querys implements ICoreDddwUpdatedb1Querys {
|
|
1170
|
+
export class TCoreDddwUpdatedb1Querys implements ICoreDddwUpdatedb1Querys {}
|
|
1171
1171
|
|
|
1172
|
-
export interface ICoreDddwDeletedb1Querys {
|
|
1172
|
+
export interface ICoreDddwDeletedb1Querys {}
|
|
1173
1173
|
|
|
1174
|
-
export class TCoreDddwDeletedb1Querys implements ICoreDddwDeletedb1Querys {
|
|
1174
|
+
export class TCoreDddwDeletedb1Querys implements ICoreDddwDeletedb1Querys {}
|
|
1175
1175
|
|
|
1176
|
-
export interface ICoreDddwDetaildb1Querys {
|
|
1176
|
+
export interface ICoreDddwDetaildb1Querys {}
|
|
1177
1177
|
|
|
1178
|
-
export class TCoreDddwDetaildb1Querys implements ICoreDddwDetaildb1Querys {
|
|
1178
|
+
export class TCoreDddwDetaildb1Querys implements ICoreDddwDetaildb1Querys {}
|
|
1179
1179
|
|
|
1180
1180
|
export interface ICoreDddwUploaddbQuerys {
|
|
1181
1181
|
dictname: string;
|
|
@@ -1203,9 +1203,9 @@ export class TCoreDddwUploadd3Querys implements ICoreDddwUploadd3Querys {
|
|
|
1203
1203
|
dictname: string = "";
|
|
1204
1204
|
}
|
|
1205
1205
|
|
|
1206
|
-
export interface ICoreDddwDetaildbQuerys {
|
|
1206
|
+
export interface ICoreDddwDetaildbQuerys {}
|
|
1207
1207
|
|
|
1208
|
-
export class TCoreDddwDetaildbQuerys implements ICoreDddwDetaildbQuerys {
|
|
1208
|
+
export class TCoreDddwDetaildbQuerys implements ICoreDddwDetaildbQuerys {}
|
|
1209
1209
|
|
|
1210
1210
|
export interface ICoreDictUploaddbQuerys {
|
|
1211
1211
|
typemain: number;
|
|
@@ -1234,11 +1234,11 @@ export class TCoreDeptDeptPathResetdpQuerys implements ICoreDeptDeptPathResetdpQ
|
|
|
1234
1234
|
cnfgmain: number = -1;
|
|
1235
1235
|
}
|
|
1236
1236
|
|
|
1237
|
-
export interface ICoreSysmenuWldypageSelectdbQuerys {
|
|
1238
|
-
export class TCoreSysmenuWldypageSelectdbQuerys implements ICoreSysmenuWldypageSelectdbQuerys {
|
|
1237
|
+
export interface ICoreSysmenuWldypageSelectdbQuerys {}
|
|
1238
|
+
export class TCoreSysmenuWldypageSelectdbQuerys implements ICoreSysmenuWldypageSelectdbQuerys {}
|
|
1239
1239
|
|
|
1240
|
-
export interface ICoreUserQueuesByQuerys {
|
|
1241
|
-
export class TCoreUserQueuesByQuerys implements ICoreUserQueuesByQuerys {
|
|
1240
|
+
export interface ICoreUserQueuesByQuerys {}
|
|
1241
|
+
export class TCoreUserQueuesByQuerys implements ICoreUserQueuesByQuerys {}
|
|
1242
1242
|
|
|
1243
1243
|
export interface ICorePathResizeitQuerys {
|
|
1244
1244
|
syspathc: number;
|
|
@@ -1327,11 +1327,11 @@ export class TCoreUserGet4UnitQuerys implements ICoreUserGet4UnitQuerys {
|
|
|
1327
1327
|
usrpartc: number = -1;
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
|
-
export interface ICoreUserUpdatedbBatchQuerys {
|
|
1331
|
-
export class TCoreUserUpdatedbBatchQuerys implements ICoreUserUpdatedbBatchQuerys {
|
|
1330
|
+
export interface ICoreUserUpdatedbBatchQuerys {}
|
|
1331
|
+
export class TCoreUserUpdatedbBatchQuerys implements ICoreUserUpdatedbBatchQuerys {}
|
|
1332
1332
|
|
|
1333
|
-
export interface ICoreUserGet4MobileQuerys {
|
|
1334
|
-
export class TCoreUserGet4MobileQuerys implements ICoreUserGet4MobileQuerys {
|
|
1333
|
+
export interface ICoreUserGet4MobileQuerys {}
|
|
1334
|
+
export class TCoreUserGet4MobileQuerys implements ICoreUserGet4MobileQuerys {}
|
|
1335
1335
|
|
|
1336
1336
|
export interface ICoreUserUpdateDeviceOnQuerys {
|
|
1337
1337
|
deviceon: number;
|
|
@@ -1358,9 +1358,9 @@ export class TCoreUserSet4pathQuerys implements ICoreUserSet4pathQuerys {
|
|
|
1358
1358
|
cnfgmain: number = -1;
|
|
1359
1359
|
}
|
|
1360
1360
|
|
|
1361
|
-
export interface ICoreUserSelectdbpathQuerys {
|
|
1361
|
+
export interface ICoreUserSelectdbpathQuerys {}
|
|
1362
1362
|
|
|
1363
|
-
export class TCoreUserSelectdbpathQuerys implements ICoreUserSelectdbpathQuerys {
|
|
1363
|
+
export class TCoreUserSelectdbpathQuerys implements ICoreUserSelectdbpathQuerys {}
|
|
1364
1364
|
|
|
1365
1365
|
export interface ICoreTuserGnkmcodeUploaddb {
|
|
1366
1366
|
deptmain: number;
|
|
@@ -1402,21 +1402,21 @@ export class TCoreUserUpdateIspublicQuerys implements ICoreUserUpdateIspublicQue
|
|
|
1402
1402
|
ispublic: number = -1;
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
|
-
export interface ICoreUserUpdateSyspartcQuerys {
|
|
1405
|
+
export interface ICoreUserUpdateSyspartcQuerys {}
|
|
1406
1406
|
|
|
1407
|
-
export class TCoreUserUpdateSyspartcQuerys implements ICoreUserUpdateSyspartcQuerys {
|
|
1407
|
+
export class TCoreUserUpdateSyspartcQuerys implements ICoreUserUpdateSyspartcQuerys {}
|
|
1408
1408
|
|
|
1409
|
-
export interface ICoreUserUpdateUsertypeQuerys {
|
|
1409
|
+
export interface ICoreUserUpdateUsertypeQuerys {}
|
|
1410
1410
|
|
|
1411
|
-
export class TCoreUserUpdateUsertypeQuerys implements ICoreUserUpdateUsertypeQuerys {
|
|
1411
|
+
export class TCoreUserUpdateUsertypeQuerys implements ICoreUserUpdateUsertypeQuerys {}
|
|
1412
1412
|
|
|
1413
|
-
export interface ICoreUserUpdateUserunitQuerys {
|
|
1413
|
+
export interface ICoreUserUpdateUserunitQuerys {}
|
|
1414
1414
|
|
|
1415
|
-
export class TCoreUserUpdateUserunitQuerys implements ICoreUserUpdateUserunitQuerys {
|
|
1415
|
+
export class TCoreUserUpdateUserunitQuerys implements ICoreUserUpdateUserunitQuerys {}
|
|
1416
1416
|
|
|
1417
|
-
export interface ICoreUserUpdateUserdeptQuerys {
|
|
1417
|
+
export interface ICoreUserUpdateUserdeptQuerys {}
|
|
1418
1418
|
|
|
1419
|
-
export class TCoreUserUpdateUserdeptQuerys implements ICoreUserUpdateUserdeptQuerys {
|
|
1419
|
+
export class TCoreUserUpdateUserdeptQuerys implements ICoreUserUpdateUserdeptQuerys {}
|
|
1420
1420
|
|
|
1421
1421
|
export interface ICoreUserUpdateIgnoremeQuerys {
|
|
1422
1422
|
ignoreme: number;
|
|
@@ -1461,14 +1461,14 @@ export class TCoreUserGet4BodyQuerys implements ICoreUserGet4BodyQuerys {
|
|
|
1461
1461
|
}
|
|
1462
1462
|
|
|
1463
1463
|
/**修改单位编号 */
|
|
1464
|
-
export interface ICoreUnitUpdateUnitCodeQuerys {
|
|
1464
|
+
export interface ICoreUnitUpdateUnitCodeQuerys {}
|
|
1465
1465
|
|
|
1466
|
-
export class TCoreUnitUpdateUnitCodeQuerys implements ICoreUnitUpdateUnitCodeQuerys {
|
|
1466
|
+
export class TCoreUnitUpdateUnitCodeQuerys implements ICoreUnitUpdateUnitCodeQuerys {}
|
|
1467
1467
|
|
|
1468
1468
|
/**修改部门编号 */
|
|
1469
|
-
export interface ICoreDeptUpdateDeptCodeQuerys {
|
|
1469
|
+
export interface ICoreDeptUpdateDeptCodeQuerys {}
|
|
1470
1470
|
|
|
1471
|
-
export class TCoreDeptUpdateDeptCodeQuerys implements ICoreDeptUpdateDeptCodeQuerys {
|
|
1471
|
+
export class TCoreDeptUpdateDeptCodeQuerys implements ICoreDeptUpdateDeptCodeQuerys {}
|
|
1472
1472
|
|
|
1473
1473
|
/**获取用户已处理数据 */
|
|
1474
1474
|
export interface ICoreUserGet4FinishedQuerys {
|
|
@@ -1543,3 +1543,14 @@ export class TCoreUserWithPageSelectdbQuerys implements ICoreUserWithPageSelectd
|
|
|
1543
1543
|
pagesize: number = -1;
|
|
1544
1544
|
realpage: number = -1;
|
|
1545
1545
|
}
|
|
1546
|
+
|
|
1547
|
+
/**返回人数统计 */
|
|
1548
|
+
export interface ICoreDeptUsersizeSelectdbQuerys {
|
|
1549
|
+
syspartc: number;
|
|
1550
|
+
userstat: number;
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
export class TCoreDeptUsersizeSelectdbQuerys implements ICoreDeptUsersizeSelectdbQuerys {
|
|
1554
|
+
syspartc: number = -1;
|
|
1555
|
+
userstat: number = -1;
|
|
1556
|
+
}
|
package/packages/antv/type.ts~
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/** cnfg */
|
|
2
|
-
export interface IAntvCnfgSelectdbQuerys {
|
|
3
|
-
antvmain: number;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
export class TAntvCnfgSelectdbQuerys implements IAntvCnfgSelectdbQuerys {
|
|
7
|
-
antvmain: number = -1;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export interface IAntvCnfgDetaildbQuerys {
|
|
11
|
-
antvmain: number;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export class TAntvCnfgDetaildbQuerys implements IAntvCnfgDetaildbQuerys {
|
|
15
|
-
antvmain: number = -1;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
/** main */
|
|
19
|
-
export interface IAntvMainDetaildbQuerys {
|
|
20
|
-
antvmain: number;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export class TAntvMainDetaildbQuerys implements IAntvMainDetaildbQuerys {
|
|
24
|
-
antvmain: number = -1;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export interface IAntvMainGet5DataQuerys {
|
|
28
|
-
antvname: string;
|
|
29
|
-
cnfgname: string;
|
|
30
|
-
unittypetext: string;
|
|
31
|
-
[key: string]: string;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export class TAntvMainGet5DataQuerys implements IAntvMainGet5DataQuerys {
|
|
35
|
-
antvname: string = "";
|
|
36
|
-
cnfgname: string = "";
|
|
37
|
-
unittypetext: string = "";
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/** para */
|
|
41
|
-
export interface IAntvParaSelectdbQuerys {
|
|
42
|
-
antvmain: number;
|
|
43
|
-
antvcnfg: number;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export class TAntvParaSelectdbQuerys implements IAntvParaSelectdbQuerys {
|
|
47
|
-
antvmain: number = -1;
|
|
48
|
-
antvcnfg: number = -1;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
export interface IAntvParaDetaildbQuerys {
|
|
52
|
-
antvmain: number;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export class TAntvParaDetaildbQuerys implements IAntvParaDetaildbQuerys {
|
|
56
|
-
antvmain: number = -1;
|
|
57
|
-
}
|
package/packages/card/index.ts~
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { createRequest, IAxiosConfig } from "../axios";
|
|
2
|
-
import GblbRequest from "./gblb";
|
|
3
|
-
import MainRequest from "./main";
|
|
4
|
-
import ZcbdRequest from "./zcbd";
|
|
5
|
-
import ZccfRequest from "./zccf";
|
|
6
|
-
import ZcczRequest from "./zccz";
|
|
7
|
-
import ZcdbRequest from "./zcdb";
|
|
8
|
-
import ZclbRequest from "./zclb";
|
|
9
|
-
import FormRequest from "./form";
|
|
10
|
-
import ZczjRequest from "./zczj";
|
|
11
|
-
import P4pzRequest from "./p4pz";
|
|
12
|
-
import ZczjPropRequest from "./zczjProp";
|
|
13
|
-
import TzclbgblbRequest from "./tzclbgblb";
|
|
14
|
-
|
|
15
|
-
class CardRequest {
|
|
16
|
-
public gblb: GblbRequest;
|
|
17
|
-
public main: MainRequest;
|
|
18
|
-
public zcbd: ZcbdRequest;
|
|
19
|
-
public zccf: ZccfRequest;
|
|
20
|
-
public zccz: ZcczRequest;
|
|
21
|
-
public zcdb: ZcdbRequest;
|
|
22
|
-
public zclb: ZclbRequest;
|
|
23
|
-
public form: FormRequest;
|
|
24
|
-
public p4pz: P4pzRequest;
|
|
25
|
-
public zczj: ZczjRequest;
|
|
26
|
-
public zczjProp: ZczjPropRequest;
|
|
27
|
-
public tzclbgblb: TzclbgblbRequest;
|
|
28
|
-
|
|
29
|
-
constructor(config: IAxiosConfig) {
|
|
30
|
-
const request = createRequest(config);
|
|
31
|
-
this.gblb = new GblbRequest(request);
|
|
32
|
-
this.main = new MainRequest(request);
|
|
33
|
-
this.zcbd = new ZcbdRequest(request);
|
|
34
|
-
this.zccf = new ZccfRequest(request);
|
|
35
|
-
this.zccz = new ZcczRequest(request);
|
|
36
|
-
this.zcdb = new ZcdbRequest(request);
|
|
37
|
-
this.zclb = new ZclbRequest(request);
|
|
38
|
-
this.form = new FormRequest(request);
|
|
39
|
-
this.p4pz = new P4pzRequest(request);
|
|
40
|
-
this.zczj = new ZczjRequest(request);
|
|
41
|
-
this.zczjProp = new ZczjPropRequest(request);
|
|
42
|
-
this.tzclbgblb = new TzclbgblbRequest(request);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export default CardRequest;
|
|
47
|
-
export * from "./type";
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { TCard } from "@ningboyz/types";
|
|
2
|
-
import type { HttpRequest } from "../axios";
|
|
3
|
-
import {
|
|
4
|
-
ICardZclbsortUploaddbQuerys, ICardZclbsortSelectdbQuerys
|
|
5
|
-
} from "./type";
|
|
6
|
-
import {TParams} from "../core";
|
|
7
|
-
|
|
8
|
-
/** 资产类别关联国标类别香菇按接口 */
|
|
9
|
-
class TzclbsortRequest {
|
|
10
|
-
private httpRequest: HttpRequest;
|
|
11
|
-
|
|
12
|
-
constructor(httpRequest: HttpRequest) {
|
|
13
|
-
this.httpRequest = httpRequest;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* 获取资产类别关联国标类别列表
|
|
18
|
-
* @param querys
|
|
19
|
-
* @returns
|
|
20
|
-
*/
|
|
21
|
-
selectdb(querys: ICardZclbsortSelectdbQuerys) {
|
|
22
|
-
return this.httpRequest.post<TCard.TSyszclbgblbResponse[]>("/gapi/card/tzclbsort/selectdb", querys, undefined);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* 导入资产类别关联国标类别
|
|
27
|
-
* @param querys
|
|
28
|
-
* @param params
|
|
29
|
-
* @returns
|
|
30
|
-
*/
|
|
31
|
-
uploaddb(querys: ICardZclbsortUploaddbQuerys, params: TParams<TCard.TSyszclbgblbResponse[]>) {
|
|
32
|
-
return this.httpRequest.post<TCard.TSyszclbgblbResponse[]>("/gapi/card/tzclbsort/uploaddb", querys, params);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export default TzclbsortRequest;
|
package/packages/card/zccz.ts~
DELETED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { TCard, TCore } from "@ningboyz/types";
|
|
2
|
-
import type { HttpRequest } from "../axios";
|
|
3
|
-
import { ICardZcczChkinsertQuerys, ICardZcczDetaildbQuerys, ICardZcczInsertdbQuerys, ICardZcczSelectdbQuerys, ICardZcczUpdatedbQuerys } from "./type";
|
|
4
|
-
|
|
5
|
-
class ZcczRequest {
|
|
6
|
-
private httpRequest: HttpRequest;
|
|
7
|
-
constructor(httpRequest: HttpRequest) {
|
|
8
|
-
this.httpRequest = httpRequest;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* 获取资产处置
|
|
13
|
-
* @param querys
|
|
14
|
-
* @returns
|
|
15
|
-
*/
|
|
16
|
-
selectdb(querys: ICardZcczSelectdbQuerys) {
|
|
17
|
-
return this.httpRequest.post<TCard.IZcczResponse[]>("/gapi/card/tzccz/selectdb", querys, undefined);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* 获取资产处置详情
|
|
22
|
-
* @param querys
|
|
23
|
-
* @returns
|
|
24
|
-
*/
|
|
25
|
-
detaildb(querys: ICardZcczDetaildbQuerys) {
|
|
26
|
-
return this.httpRequest.post<TCard.IZcczResponse[]>("/gapi/card/tzccz/detaildb", querys, undefined);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* 添加资产处置
|
|
31
|
-
* @param querys
|
|
32
|
-
* @param params
|
|
33
|
-
* @returns
|
|
34
|
-
*/
|
|
35
|
-
insertdb(querys: ICardZcczInsertdbQuerys, params: object) {
|
|
36
|
-
return this.httpRequest.post<TCard.IZcczResponse[]>(`/gapi/card/tzccz/insertdb`, querys, params);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* 编辑资产处置
|
|
41
|
-
* @param querys
|
|
42
|
-
* @param params
|
|
43
|
-
* @returns
|
|
44
|
-
*/
|
|
45
|
-
updatedb(querys: ICardZcczUpdatedbQuerys, params: object) {
|
|
46
|
-
return this.httpRequest.post<TCard.IZcczResponse[]>("/gapi/card/tzccz/updatedb", querys, params);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* 删除资产处置
|
|
51
|
-
* @param params
|
|
52
|
-
*/
|
|
53
|
-
deletedb(params: object) {
|
|
54
|
-
return this.httpRequest.post<TCard.IZcczResponse[]>("/gapi/card/tzccz/deletedb", undefined, params);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* 获取处置待办
|
|
59
|
-
*/
|
|
60
|
-
todolist() {
|
|
61
|
-
return this.httpRequest.post<TCard.IZcczResponse[]>("/gapi/card/tzccz/todolist");
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* 获取处置已办
|
|
66
|
-
*/
|
|
67
|
-
finished() {
|
|
68
|
-
return this.httpRequest.post<TCard.IZcczResponse[]>("/gapi/card/tzccz/finished");
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* 资产处置终审
|
|
73
|
-
* @param params
|
|
74
|
-
*/
|
|
75
|
-
executed(params: object) {
|
|
76
|
-
return this.httpRequest.post<TCard.IZcczResponse[]>("/gapi/card/tzccz/executed", undefined, params);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* 资产处置撤销终审
|
|
81
|
-
* @param params
|
|
82
|
-
*/
|
|
83
|
-
canceled(params: object) {
|
|
84
|
-
return this.httpRequest.post<TCard.IZcczResponse[]>("/gapi/card/tzccz/canceled", undefined, params);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* 资产处置撤销终审判断
|
|
89
|
-
* @param params
|
|
90
|
-
*/
|
|
91
|
-
chkexist(params: object) {
|
|
92
|
-
return this.httpRequest.post<TCore.ICoreValidResponse[]>("/gapi/card/tzccz/chkexist", undefined, params);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* 新增之前判断当前年度期间是否有修改业务
|
|
97
|
-
* @param querys
|
|
98
|
-
* @param params
|
|
99
|
-
* @returns
|
|
100
|
-
*/
|
|
101
|
-
chkinsert(querys: ICardZcczChkinsertQuerys, params: object) {
|
|
102
|
-
return this.httpRequest.post<TCard.IZcczResponse[]>("/gapi/card/tzccz/chkinsert", querys, params);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
export default ZcczRequest;
|
package/packages/expd/type.ts~
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/** ========== main ========== */
|
|
2
|
-
export interface IExpdMainDetaildbQuerys {
|
|
3
|
-
expdmain: number;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
export class TExpdMainDetaildbQuerys implements IExpdMainDetaildbQuerys {
|
|
7
|
-
expdmain: number = -1;
|
|
8
|
-
}
|
|
9
|
-
/** ========== main ========== */
|
|
10
|
-
export interface IExpdMainSelectdbQuerys {
|
|
11
|
-
todolock: number;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export class TExpdMainSelectdbQuerys implements IExpdMainSelectdbQuerys {
|
|
15
|
-
todolock: number = -1;
|
|
16
|
-
withflow: number = 1;
|
|
17
|
-
}
|
package/packages/noti/type.ts~
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/** ========== main ========== */
|
|
2
|
-
export interface INotiMainSelectdbQuerys {}
|
|
3
|
-
|
|
4
|
-
export class TNotiMainSelectdbQuerys implements INotiMainSelectdbQuerys {}
|
|
5
|
-
|
|
6
|
-
export interface INotiMainDetaildbQuerys {
|
|
7
|
-
notimain: number;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export class TNotiMainDetaildbQuerys implements INotiMainDetaildbQuerys {
|
|
11
|
-
notimain: number = -1;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export interface INotiMainSelectdbQuerys {
|
|
16
|
-
sysclasc: number;
|
|
17
|
-
viewonly: number;
|
|
18
|
-
unitonly: number;
|
|
19
|
-
unitmain: number;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export class TNotiMainSelectdbQuerys implements INotiMainSelectdbQuerys {
|
|
23
|
-
sysclasc: number = -1;
|
|
24
|
-
viewonly: number = -1;
|
|
25
|
-
unitonly: number = -1;
|
|
26
|
-
unitmain: number = -1;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
package/packages/wtui/type.ts~
DELETED
|
@@ -1,380 +0,0 @@
|
|
|
1
|
-
/** ===============todo ============== */
|
|
2
|
-
export interface IWtuiTodoCopywtuiQuerys {
|
|
3
|
-
/** 复制条数 */
|
|
4
|
-
copysize: number;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export class TWtuiTodoCopywtuiQuerys implements IWtuiTodoCopywtuiQuerys {
|
|
8
|
-
copysize: number = 1;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
/** ===============main ============== */
|
|
12
|
-
export interface IWtuiMainRecoverWtuiQuerys {
|
|
13
|
-
/** 1:覆盖,0:追加 */
|
|
14
|
-
override: number;
|
|
15
|
-
wtuimain: number;
|
|
16
|
-
wtuiroot: number;
|
|
17
|
-
}
|
|
18
|
-
export class TWtuiTodoRecoverWtuiQuerys implements IWtuiMainRecoverWtuiQuerys {
|
|
19
|
-
override: number = -1;
|
|
20
|
-
wtuimain: number = -1;
|
|
21
|
-
wtuiroot: number = -1;
|
|
22
|
-
}
|
|
23
|
-
export interface IWtuiMainCopywtuiQuerys {
|
|
24
|
-
/** 复制条数 */
|
|
25
|
-
copysize: number;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export class TWtuiMainCopywtuiQuerys implements IWtuiMainCopywtuiQuerys {
|
|
29
|
-
copysize: number = 1;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/** ========== ctrl ========== */
|
|
33
|
-
export interface IWtuiCtrlSelectdbQuerys {
|
|
34
|
-
wtuiview: number;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
export class TWtuiCtrlSelectdbQuerys implements IWtuiCtrlSelectdbQuerys {
|
|
38
|
-
wtuiview: number = -1;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export interface IWtuiCtrlInsertdbQuerys {
|
|
42
|
-
wtuimain: number;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export class TWtuiCtrlInsertdbQuerys implements IWtuiCtrlInsertdbQuerys {
|
|
46
|
-
wtuimain: number = -1;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export interface IWtuiCtrlUpdatedbQuerys {
|
|
50
|
-
wtuiview: number;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export class TWtuiCtrlUpdatedbQuerys implements IWtuiCtrlUpdatedbQuerys {
|
|
54
|
-
wtuiview: number = -1;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export interface IWtuiCtrlDetaildbQuerys {
|
|
58
|
-
ctrlindx: number;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
export class TWtuiCtrlDetaildbQuerys implements IWtuiCtrlDetaildbQuerys {
|
|
62
|
-
ctrlindx: number = -1;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/** ========== envr ========== */
|
|
66
|
-
|
|
67
|
-
/** ========== form ========== */
|
|
68
|
-
export interface IWtuiFormSelectdbQuerys {
|
|
69
|
-
zonemain: number;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export class TWtuiFormSelectdbQuerys implements IWtuiFormSelectdbQuerys {
|
|
73
|
-
zonemain: number = -1;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
export interface IWtuiFormDetaild2Querys {
|
|
77
|
-
formname: string;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
export class TWtuiFormDetaild2Querys implements IWtuiFormDetaild2Querys {
|
|
81
|
-
formname: string = "";
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
export interface IWtuiFormInsertdbQuerys {
|
|
85
|
-
wtuizone: number;
|
|
86
|
-
wtuimain: number;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
export class TWtuiFormInsertdbQuerys implements IWtuiFormInsertdbQuerys {
|
|
90
|
-
wtuizone: number = -1;
|
|
91
|
-
wtuimain: number = -1;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
export interface IWtuiFormDetaildbQuerys {
|
|
95
|
-
formmain: number;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
export class TWtuiFormDetaildbQuerys implements IWtuiFormDetaildbQuerys {
|
|
99
|
-
formmain: number = -1;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/** ========== item ========== */
|
|
103
|
-
export interface IWtuiItemSelectdbQuerys {
|
|
104
|
-
wtuimain: number;
|
|
105
|
-
zonemain: number;
|
|
106
|
-
formmain: number;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
export class TWtuiItemSelectdbQuerys implements IWtuiItemSelectdbQuerys {
|
|
110
|
-
wtuimain: number = -1;
|
|
111
|
-
zonemain: number = -1;
|
|
112
|
-
formmain: number = -1;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
export interface IWtuiItemInsertdbQuerys {
|
|
116
|
-
wtuiform: number;
|
|
117
|
-
wtuizone: number;
|
|
118
|
-
wtuimain: number;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
export class TWtuiItemInsertdbQuerys implements IWtuiItemInsertdbQuerys {
|
|
122
|
-
wtuiform: number = -1;
|
|
123
|
-
wtuizone: number = -1;
|
|
124
|
-
wtuimain: number = -1;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
export interface IWtuiItemDetaildbQuerys {
|
|
128
|
-
itemmain: number;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
export class TWtuiItemDetaildbQuerys implements IWtuiItemDetaildbQuerys {
|
|
132
|
-
itemmain: number = -1;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
/** ========== main ========== */
|
|
136
|
-
export interface IWtuiMainGet4viewQuerys {
|
|
137
|
-
sysclasc: number;
|
|
138
|
-
useruuid: string;
|
|
139
|
-
unitmain: number;
|
|
140
|
-
usrpartc: number;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
export class TWtuiMainGet4viewQuerys implements IWtuiMainGet4viewQuerys {
|
|
144
|
-
sysclasc: number = -1;
|
|
145
|
-
useruuid: string = "";
|
|
146
|
-
unitmain: number = -1;
|
|
147
|
-
usrpartc: number = -1;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
export interface IWtuiMainSelectdbQuerys {
|
|
151
|
-
sysclasc: number;
|
|
152
|
-
useruuid: string;
|
|
153
|
-
unitmain: number;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
export class TWtuiMainSelectdbQuerys implements IWtuiMainSelectdbQuerys {
|
|
157
|
-
sysclasc: number = -1;
|
|
158
|
-
useruuid: string = "";
|
|
159
|
-
unitmain: number = -1;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
export interface IWtuiMainDetaildbQuerys {
|
|
163
|
-
wtuimain: number;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
export class TWtuiMainDetaildbQuerys implements IWtuiMainDetaildbQuerys {
|
|
167
|
-
wtuimain: number = -1;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
/** ========== menu ========== */
|
|
171
|
-
export interface IWtuiMenuSelectdbQuerys {
|
|
172
|
-
wtuimain: number;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
export class TWtuiMenuSelectdbQuerys implements IWtuiMenuSelectdbQuerys {
|
|
176
|
-
wtuimain: number = -1;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
export interface IWtuiMenuInsertdbQuerys {
|
|
180
|
-
wtuimain: number;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
export class TWtuiMenuInsertdbQuerys implements IWtuiMenuInsertdbQuerys {
|
|
184
|
-
wtuimain: number = -1;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
export interface IWtuiMenuUpdatedbQuerys {
|
|
188
|
-
wtuimain: number;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
export class TWtuiMenuUpdatedbQuerys implements IWtuiMenuUpdatedbQuerys {
|
|
192
|
-
wtuimain: number = -1;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
/** ========== node ========== */
|
|
196
|
-
export interface IWtuiNodeRecoverWtuiQuerys {
|
|
197
|
-
/** 1:覆盖,0:追加 */
|
|
198
|
-
override: number;
|
|
199
|
-
wtuimain: number;
|
|
200
|
-
}
|
|
201
|
-
export class TWtuiNodeRecoverWtuiQuerys implements IWtuiNodeRecoverWtuiQuerys {
|
|
202
|
-
override: number = -1;
|
|
203
|
-
wtuimain: number = -1;
|
|
204
|
-
}
|
|
205
|
-
export interface IWtuiNodeAsmainlyQuerys {
|
|
206
|
-
useruuid: string;
|
|
207
|
-
asmobile: number;
|
|
208
|
-
asclient: number;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
export class TWtuiNodeAsmainlyQuerys implements IWtuiNodeAsmainlyQuerys {
|
|
212
|
-
useruuid: string = "";
|
|
213
|
-
asmobile: number = -1;
|
|
214
|
-
asclient: number = -1;
|
|
215
|
-
}
|
|
216
|
-
export interface IWtuiNodeSelectdbQuerys {
|
|
217
|
-
wtuimain: number;
|
|
218
|
-
wtuiroot: number;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
export class TWtuiNodeSelectdbQuerys implements IWtuiNodeSelectdbQuerys {
|
|
222
|
-
wtuimain: number = -1;
|
|
223
|
-
wtuiroot: number = -1;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
export interface IWtuiNodeInsertdbQuerys {
|
|
227
|
-
wtuimain: number;
|
|
228
|
-
wtuiroot: number;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
export class TWtuiNodeInsertdbQuerys implements IWtuiNodeInsertdbQuerys {
|
|
232
|
-
wtuimain: number = -1;
|
|
233
|
-
wtuiroot: number = -1;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
export interface IWtuiNodeUpdatedbQuerys {
|
|
237
|
-
wtuiroot: number;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
export class TWtuiNodeUpdatedbQuerys implements IWtuiNodeUpdatedbQuerys {
|
|
241
|
-
wtuiroot: number = -1;
|
|
242
|
-
}
|
|
243
|
-
export interface IWtuiNodeDatahideQuerys {
|
|
244
|
-
/** 是否隐藏
|
|
245
|
-
0:正常;1:隐藏
|
|
246
|
-
*/
|
|
247
|
-
datahide: number;
|
|
248
|
-
wtuimain: number;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
export class TWtuiNodeDatahideQuerys implements IWtuiNodeDatahideQuerys {
|
|
252
|
-
datahide: number = -1;
|
|
253
|
-
wtuimain: number = -1;
|
|
254
|
-
}
|
|
255
|
-
/** ========== todo ========== */
|
|
256
|
-
export interface IWtuiTodoSelectdbQuerys {
|
|
257
|
-
wtuimain: number;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
export class TWtuiTodoSelectdbQuerys implements IWtuiTodoSelectdbQuerys {
|
|
261
|
-
wtuimain: number = -1;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
export interface IWtuiTodoInsertdbQuerys {
|
|
265
|
-
wtuimain: number;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
export class TWtuiTodoInsertdbQuerys implements IWtuiTodoInsertdbQuerys {
|
|
269
|
-
wtuimain: number = -1;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
export interface IWtuiTodoUpdatedbQuerys {
|
|
273
|
-
wtuimain: number;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
export class TWtuiTodoUpdatedbQuerys implements IWtuiTodoUpdatedbQuerys {
|
|
277
|
-
wtuimain: number = -1;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
/** ========== user ========== */
|
|
281
|
-
export interface IWtuiUsercnfgGet4cnfgQuerys {
|
|
282
|
-
entityid: string;
|
|
283
|
-
}
|
|
284
|
-
export class TWtuiUsercnfgGet4cnfgQuerys implements IWtuiUsercnfgGet4cnfgQuerys {
|
|
285
|
-
entityid: string = "";
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
export interface IWtuiUsercnfgSelectdbQuerys {
|
|
289
|
-
cnfguses: string;
|
|
290
|
-
useronly: number;
|
|
291
|
-
}
|
|
292
|
-
export class TWtuiUsercnfgSelectdbQuerys implements IWtuiUsercnfgSelectdbQuerys {
|
|
293
|
-
cnfguses: string = "";
|
|
294
|
-
useronly: number = -1;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
/** ========== view ========== */
|
|
298
|
-
export interface IWtuiViewSelectdbQuerys {
|
|
299
|
-
wtuimain: number;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
export class TWtuiViewSelectdbQuerys implements IWtuiViewSelectdbQuerys {
|
|
303
|
-
wtuimain: number = -1;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
export interface IWtuiViewInsertdbQuerys {
|
|
307
|
-
wtuimain: number;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
export class TWtuiViewInsertdbQuerys implements IWtuiViewInsertdbQuerys {
|
|
311
|
-
wtuimain: number = -1;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
export interface IWtuiViewUpdatedbQuerys {
|
|
315
|
-
wtuimain: number;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
export class TWtuiViewUpdatedbQuerys implements IWtuiViewUpdatedbQuerys {
|
|
319
|
-
wtuimain: number = -1;
|
|
320
|
-
}
|
|
321
|
-
export interface IWtuiViewDetaildbQuerys {
|
|
322
|
-
wtuiview: number;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
export class TWtuiViewDetaildbQuerys implements IWtuiViewDetaildbQuerys {
|
|
326
|
-
wtuiview: number = -1;
|
|
327
|
-
}
|
|
328
|
-
export interface IWtuiViewParentId {
|
|
329
|
-
wtuimain: number;
|
|
330
|
-
parentid: number;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
export class TWtuiViewParentId implements IWtuiViewParentId {
|
|
334
|
-
wtuimain: number = -1;
|
|
335
|
-
parentid: number = -1;
|
|
336
|
-
}
|
|
337
|
-
export interface IWtuiViewHidePage {
|
|
338
|
-
wtuimain: number;
|
|
339
|
-
datahide: number;
|
|
340
|
-
}
|
|
341
|
-
/*
|
|
342
|
-
0:取消隐藏,1:设为隐藏
|
|
343
|
-
*/
|
|
344
|
-
export class TWtuiViewHidePage implements IWtuiViewHidePage {
|
|
345
|
-
wtuimain: number = -1;
|
|
346
|
-
datahide: number = -1;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/** ========== zone ========== */
|
|
350
|
-
export interface IWtuiZoneSelectdbQuerys {
|
|
351
|
-
wtuimain: number;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
export class TWtuiZoneSelectdbQuerys implements IWtuiZoneSelectdbQuerys {
|
|
355
|
-
wtuimain: number = -1;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
export interface IWtuiZoneInsertdbQuerys {
|
|
359
|
-
wtuimain: number;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
export class TWtuiZoneInsertdbQuerys implements IWtuiZoneInsertdbQuerys {
|
|
363
|
-
wtuimain: number = -1;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
export interface IWtuiZoneUpdatedbQuerys {
|
|
367
|
-
wtuimain: number;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
export class TWtuiZoneUpdatedbQuerys implements IWtuiZoneUpdatedbQuerys {
|
|
371
|
-
wtuimain: number = -1;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
export interface IWtuiZoneDetaildbQuerys {
|
|
375
|
-
zonemain: number;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
export class TWtuiZoneDetaildbQuerys implements IWtuiZoneDetaildbQuerys {
|
|
379
|
-
zonemain: number = -1;
|
|
380
|
-
}
|