@ningboyz/apis 1.6.194 → 1.6.195
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/antv/type.ts~ +57 -0
- package/packages/card/index.ts~ +47 -0
- package/packages/card/tzclbsort.ts~ +36 -0
- package/packages/card/zccz.ts~ +106 -0
- package/packages/expd/type.ts~ +17 -0
- package/packages/myoa/main.ts +18 -18
- package/packages/myoa/types.ts +146 -145
- package/packages/noti/type.ts~ +29 -0
- package/packages/wtui/type.ts~ +380 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.195",
|
|
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.6.
|
|
20
|
+
"@ningboyz/types": "1.6.195",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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";
|
|
@@ -0,0 +1,36 @@
|
|
|
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;
|
|
@@ -0,0 +1,106 @@
|
|
|
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;
|
|
@@ -0,0 +1,17 @@
|
|
|
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/myoa/main.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TCore, TMyoa } from "@ningboyz/types";
|
|
2
2
|
import type { HttpRequest } from "../axios";
|
|
3
3
|
import { IEmptyQuerys } from "../type";
|
|
4
4
|
import {
|
|
5
5
|
IMyoaFinishedQuerys,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
IMyoaMainCheckdbQuerys,
|
|
7
|
+
IMyoaMainDel4cardQuerys,
|
|
8
|
+
IMyoaMainDetaild2Querys,
|
|
9
|
+
IMyoaMainInsertd2Querys,
|
|
10
|
+
IMyoaMainInsertdbQuerys,
|
|
8
11
|
IMyoaMainScheduleQuerys,
|
|
9
|
-
|
|
12
|
+
IMyoaMainSelectd2Querys,
|
|
13
|
+
IMyoaMainSelectd3Querys,
|
|
10
14
|
IMyoaMainSelectdbQuerys,
|
|
15
|
+
IMyoaMainSet4cardQuerys,
|
|
11
16
|
IMyoaMainSet4pathQuerys,
|
|
12
17
|
IMyoaMainUpdated4Querys,
|
|
13
|
-
IMyoaMainUsesdzqzUpdatedbQuerys,
|
|
14
|
-
TMyoaMainDetaildbQuerys,
|
|
15
|
-
TMyoaMainMrokdbQuerys,
|
|
16
|
-
IMyoaMainSet4cardQuerys,
|
|
17
|
-
IMyoaMainCheckdbQuerys,
|
|
18
18
|
IMyoaMainUploadd4Querys,
|
|
19
19
|
IMyoaMainUploadd5Querys,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
IMyoaMainUsesdzqzUpdatedbQuerys,
|
|
21
|
+
TMyoaMainDetaildbQuerys,
|
|
22
|
+
TMyoaMainMrokdbQuerys
|
|
23
23
|
} from "./types";
|
|
24
24
|
|
|
25
25
|
class ParaRequest {
|
|
@@ -44,18 +44,18 @@ class ParaRequest {
|
|
|
44
44
|
* @param params
|
|
45
45
|
* @returns
|
|
46
46
|
*/
|
|
47
|
-
selectd2(querys:
|
|
47
|
+
selectd2(querys: IMyoaMainSelectd2Querys) {
|
|
48
48
|
return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/selectd2", querys, undefined);
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* 获取内部办公列表-明细
|
|
53
53
|
* @param querys
|
|
54
54
|
* @param params
|
|
55
55
|
* @returns
|
|
56
56
|
*/
|
|
57
|
-
|
|
58
|
-
return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/
|
|
57
|
+
selectd3(querys: IMyoaMainSelectd3Querys, params: object) {
|
|
58
|
+
return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/selectd3", querys, params);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
/**
|
|
@@ -102,7 +102,7 @@ class ParaRequest {
|
|
|
102
102
|
* @param params
|
|
103
103
|
* @returns
|
|
104
104
|
*/
|
|
105
|
-
insertd2(querys:
|
|
105
|
+
insertd2(querys: IMyoaMainInsertd2Querys, params: object) {
|
|
106
106
|
return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/insertd2", querys, params);
|
|
107
107
|
}
|
|
108
108
|
|
|
@@ -121,7 +121,7 @@ class ParaRequest {
|
|
|
121
121
|
* @param querys
|
|
122
122
|
* @returns
|
|
123
123
|
*/
|
|
124
|
-
detaild2(querys:
|
|
124
|
+
detaild2(querys: IMyoaMainDetaild2Querys) {
|
|
125
125
|
return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/detaild2", querys, undefined);
|
|
126
126
|
}
|
|
127
127
|
|
package/packages/myoa/types.ts
CHANGED
|
@@ -7,6 +7,7 @@ export interface IMyoaMainSelectdbQuerys {
|
|
|
7
7
|
useronly: number;
|
|
8
8
|
/** 1001 会议申请 1002 用车申请 1010 盖章 */
|
|
9
9
|
myoatype: number;
|
|
10
|
+
showpath: number;
|
|
10
11
|
queuesby: string;
|
|
11
12
|
}
|
|
12
13
|
|
|
@@ -16,10 +17,23 @@ export class TMyoaMainSelectdbQuerys implements IMyoaMainSelectdbQuerys {
|
|
|
16
17
|
viewonly: number = -1;
|
|
17
18
|
useronly: number = -1;
|
|
18
19
|
myoatype: number = -1;
|
|
20
|
+
showpath: number = -1;
|
|
19
21
|
queuesby: string = "";
|
|
20
22
|
}
|
|
21
23
|
|
|
22
|
-
export interface
|
|
24
|
+
export interface IMyoaMainSelectd2Querys {
|
|
25
|
+
sourcend: number;
|
|
26
|
+
myoatype: number;
|
|
27
|
+
queuesby: number;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export class TMyoaMainSelectd2Querys implements IMyoaMainSelectd2Querys {
|
|
31
|
+
sourcend: number = -1;
|
|
32
|
+
myoatype: number = -1;
|
|
33
|
+
queuesby: number = -1;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export interface IMyoaMainSelectd3Querys {
|
|
23
37
|
sourcend: number;
|
|
24
38
|
/** 申请-0 审核-1 */
|
|
25
39
|
withflow: number;
|
|
@@ -27,95 +41,48 @@ export interface IMyoaMainSelectdb3Querys {
|
|
|
27
41
|
useronly: number;
|
|
28
42
|
/** 1001 会议申请 1002 用车申请 1010 盖章 */
|
|
29
43
|
myoatype: number;
|
|
44
|
+
showbill: number;
|
|
30
45
|
queuesby: string;
|
|
31
|
-
showpath: number;
|
|
32
46
|
}
|
|
33
47
|
|
|
34
|
-
export class
|
|
48
|
+
export class TMyoaMainSelectd3Querys implements IMyoaMainSelectd3Querys {
|
|
35
49
|
sourcend: number = -1;
|
|
36
50
|
withflow: number = -1;
|
|
37
51
|
viewonly: number = -1;
|
|
38
52
|
useronly: number = -1;
|
|
39
53
|
myoatype: number = -1;
|
|
54
|
+
showbill: number = -1;
|
|
40
55
|
queuesby: string = "";
|
|
41
|
-
showpath: number = -1;
|
|
42
56
|
}
|
|
43
57
|
|
|
44
|
-
export interface
|
|
58
|
+
export interface IMyoaMainInsertdbQuerys {
|
|
45
59
|
sourcend: number;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
useronly: number;
|
|
60
|
+
unitmain: number;
|
|
61
|
+
myoacode: string;
|
|
62
|
+
datahide: number;
|
|
50
63
|
}
|
|
51
64
|
|
|
52
|
-
export class
|
|
65
|
+
export class TMyoaMainInsertdbQuerys implements IMyoaMainInsertdbQuerys {
|
|
53
66
|
sourcend: number = -1;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
67
|
+
unitmain: number = -1;
|
|
68
|
+
myoacode: string = "";
|
|
69
|
+
datahide: number = -1;
|
|
57
70
|
}
|
|
58
71
|
|
|
59
|
-
export interface
|
|
72
|
+
export interface IMyoaMainDetaildbQuerys {
|
|
60
73
|
myoamain: number;
|
|
61
74
|
}
|
|
62
75
|
|
|
63
|
-
export class
|
|
76
|
+
export class TMyoaMainDetaildbQuerys implements IMyoaMainDetaildbQuerys {
|
|
64
77
|
myoamain: number = -1;
|
|
65
78
|
}
|
|
66
79
|
|
|
67
|
-
export interface
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
useronly: number;
|
|
71
|
-
unitmain: number;
|
|
72
|
-
sourcend: number;
|
|
73
|
-
queuesby: string;
|
|
74
|
-
}
|
|
75
|
-
export class TMyoaFinishedQuerys implements IMyoaFinishedQuerys {
|
|
76
|
-
myoatype: number = -1;
|
|
77
|
-
withflow: number = -1;
|
|
78
|
-
useronly: number = -1;
|
|
79
|
-
unitmain: number = -1;
|
|
80
|
-
sourcend: number = -1;
|
|
81
|
-
queuesby: string = "";
|
|
82
|
-
}
|
|
83
|
-
/** ========== room ========== */
|
|
84
|
-
export interface IMyoaRoomSelectdbQuerys {}
|
|
85
|
-
|
|
86
|
-
export class TMyoaRoomSelectdbQuerys implements IMyoaRoomSelectdbQuerys {}
|
|
87
|
-
export interface IMyoaRoomGet5lastQuerys {
|
|
88
|
-
myoatype: number;
|
|
89
|
-
myoaroom: number;
|
|
90
|
-
}
|
|
91
|
-
export class TMyoaRoomGet5lastQuerys implements IMyoaRoomGet5lastQuerys {
|
|
92
|
-
myoatype: number = -1;
|
|
93
|
-
myoaroom: number = -1;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export interface IMyoaMainScheduleQuerys {
|
|
97
|
-
myoatype: number;
|
|
98
|
-
sourcend: number;
|
|
99
|
-
}
|
|
100
|
-
export class TMyoaMainScheduleQuerys implements IMyoaMainScheduleQuerys {
|
|
101
|
-
myoatype: number = -1;
|
|
102
|
-
sourcend: number = -1;
|
|
80
|
+
export interface IMyoaMainDetail2dbQuerys {
|
|
81
|
+
/** 单据主键 */
|
|
82
|
+
myoamain: number;
|
|
103
83
|
}
|
|
104
84
|
|
|
105
|
-
|
|
106
|
-
export interface IMyoaMainInsertdbQuerys {
|
|
107
|
-
sourcend: number;
|
|
108
|
-
unitmain: number;
|
|
109
|
-
myoacode: string;
|
|
110
|
-
datahide: number;
|
|
111
|
-
}
|
|
112
|
-
export class TMyoaMainInsertdbQuerys implements IMyoaMainInsertdbQuerys {
|
|
113
|
-
sourcend: number = -1;
|
|
114
|
-
unitmain: number = -1;
|
|
115
|
-
myoacode: string = "";
|
|
116
|
-
datahide: number = -1;
|
|
117
|
-
}
|
|
118
|
-
export interface IMyoaMainInsertdb2Querys {
|
|
85
|
+
export interface IMyoaMainInsertd2Querys {
|
|
119
86
|
/** 结账年度 */
|
|
120
87
|
cardkjnd: number;
|
|
121
88
|
/** 结账期间 */
|
|
@@ -123,7 +90,7 @@ export interface IMyoaMainInsertdb2Querys {
|
|
|
123
90
|
myoacode: string;
|
|
124
91
|
}
|
|
125
92
|
|
|
126
|
-
export class
|
|
93
|
+
export class TMyoaMainInsertd2Querys implements IMyoaMainInsertd2Querys {
|
|
127
94
|
cardkjnd: number = -1;
|
|
128
95
|
cardkjqj: number = -1;
|
|
129
96
|
myoacode: string = "";
|
|
@@ -143,49 +110,139 @@ export class TMyoaMainUpdated4Querys implements IMyoaMainUpdated4Querys {
|
|
|
143
110
|
myoacode: string = "";
|
|
144
111
|
}
|
|
145
112
|
|
|
146
|
-
export interface
|
|
113
|
+
export interface IMyoaMainDetaild2Querys {
|
|
147
114
|
myoamain: number;
|
|
148
115
|
}
|
|
149
116
|
|
|
150
|
-
export class
|
|
117
|
+
export class TMyoaMainDetaild2Querys implements IMyoaMainDetaild2Querys {
|
|
151
118
|
myoamain: number = -1;
|
|
152
119
|
}
|
|
153
120
|
|
|
154
|
-
export interface
|
|
121
|
+
export interface IMyoaMainMrokdbQuerys {
|
|
122
|
+
/** 领用 */
|
|
123
|
+
mrokstat: number;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export class TMyoaMainMrokdbQuerys implements IMyoaMainMrokdbQuerys {
|
|
127
|
+
mrokstat: number = -1;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export interface IMyoaMainSet4pathQuerys {
|
|
155
131
|
/** 单据主键 */
|
|
156
132
|
myoamain: number;
|
|
157
133
|
}
|
|
158
134
|
|
|
159
|
-
export class
|
|
160
|
-
|
|
135
|
+
export class TMyoaMainSet4pathQuerys implements IMyoaMainSet4pathQuerys {
|
|
136
|
+
/** 单据主键 */
|
|
137
|
+
myoamain: number = 0;
|
|
161
138
|
}
|
|
162
139
|
|
|
163
|
-
|
|
164
|
-
|
|
140
|
+
export interface IMyoaMainUsesdzqzUpdatedbQuerys {
|
|
141
|
+
/** 单据主键 */
|
|
142
|
+
myoamain: number;
|
|
143
|
+
/** 签章状态 */
|
|
144
|
+
usesdzqz: number;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export class TMyoaMainUsesdzqzUpdatedbQuerys implements IMyoaMainUsesdzqzUpdatedbQuerys {
|
|
148
|
+
/** 单据主键 */
|
|
149
|
+
myoamain: number = 0;
|
|
150
|
+
/** 签章状态 */
|
|
151
|
+
usesdzqz: number = 0;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
export interface IMyoaFinishedQuerys {
|
|
155
|
+
myoatype: number;
|
|
165
156
|
withflow: number;
|
|
166
|
-
viewonly: number;
|
|
167
157
|
useronly: number;
|
|
158
|
+
unitmain: number;
|
|
168
159
|
sourcend: number;
|
|
169
|
-
|
|
170
|
-
queuesby: number;
|
|
171
|
-
// 根据审核流状态查询
|
|
172
|
-
myoastat: number;
|
|
173
|
-
// 根据确认状态查询0:未确认 1:已确认
|
|
174
|
-
mrokstat: number;
|
|
160
|
+
queuesby: string;
|
|
175
161
|
}
|
|
176
162
|
|
|
177
|
-
export class
|
|
178
|
-
|
|
179
|
-
|
|
163
|
+
export class TMyoaFinishedQuerys implements IMyoaFinishedQuerys {
|
|
164
|
+
myoatype: number = -1;
|
|
165
|
+
withflow: number = -1;
|
|
180
166
|
useronly: number = -1;
|
|
167
|
+
unitmain: number = -1;
|
|
181
168
|
sourcend: number = -1;
|
|
169
|
+
queuesby: string = "";
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export interface IMyoaMainScheduleQuerys {
|
|
173
|
+
myoatype: number;
|
|
174
|
+
sourcend: number;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export class TMyoaMainScheduleQuerys implements IMyoaMainScheduleQuerys {
|
|
182
178
|
myoatype: number = -1;
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
179
|
+
sourcend: number = -1;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
export interface IMyoaMainDel4cardQuerys {
|
|
183
|
+
myoamain: number;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export class TMyoaMainDel4cardQuerys implements IMyoaMainDel4cardQuerys {
|
|
187
|
+
myoamain: number = -1;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
export interface IMyoaMainSet4cardQuerys {
|
|
191
|
+
/** 单据主键 */
|
|
192
|
+
myoamain: number;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export class TMyoaMainSet4cardQuerys implements IMyoaMainSet4cardQuerys {
|
|
196
|
+
/** 单据主键 */
|
|
197
|
+
myoamain: number = 0;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export interface IMyoaMainCheckdbQuerys {
|
|
201
|
+
|
|
188
202
|
}
|
|
203
|
+
|
|
204
|
+
export class TMyoaMainCheckdbQuerys implements IMyoaMainCheckdbQuerys {
|
|
205
|
+
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export interface IMyoaMainUploadd4Querys {
|
|
209
|
+
/**单据状态 */
|
|
210
|
+
myoastat: number;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export class TMyoaMainUploadd4Querys implements IMyoaMainUploadd4Querys {
|
|
214
|
+
myoastat: number = 0;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
export interface IMyoaMainUploadd5Querys {
|
|
218
|
+
/**解锁状态 1:解锁 0:未解锁*/
|
|
219
|
+
canclose: number;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
export class TMyoaMainUploadd5Querys implements IMyoaMainUploadd5Querys {
|
|
223
|
+
canclose: number = 0;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/** ========== room ========== */
|
|
227
|
+
export interface IMyoaRoomSelectdbQuerys {
|
|
228
|
+
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export class TMyoaRoomSelectdbQuerys implements IMyoaRoomSelectdbQuerys {
|
|
232
|
+
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
export interface IMyoaRoomGet5lastQuerys {
|
|
236
|
+
myoatype: number;
|
|
237
|
+
myoaroom: number;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
export class TMyoaRoomGet5lastQuerys implements IMyoaRoomGet5lastQuerys {
|
|
241
|
+
myoatype: number = -1;
|
|
242
|
+
myoaroom: number = -1;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/** ========== WithCardRequest ========== */
|
|
189
246
|
export interface IMyoaWithCardFinishedQuerys {
|
|
190
247
|
sourcend: number;
|
|
191
248
|
unitmain: number;
|
|
@@ -201,6 +258,7 @@ export class TMyoaWithCardFinishedQuerys implements IMyoaWithCardFinishedQuerys
|
|
|
201
258
|
queuesby: number = -1;
|
|
202
259
|
useronly: number = -1;
|
|
203
260
|
}
|
|
261
|
+
|
|
204
262
|
export interface IMyoaWithCardTodosizeQuerys {
|
|
205
263
|
sourcend: number;
|
|
206
264
|
myoatype: number;
|
|
@@ -220,14 +278,6 @@ export class TMyoaWithCardTodolistQuerys implements IMyoaWithCardTodolistQuerys
|
|
|
220
278
|
sourcend: number = -1;
|
|
221
279
|
myoatype: number = -1;
|
|
222
280
|
}
|
|
223
|
-
export interface IMyoaMainMrokdbQuerys {
|
|
224
|
-
/** 领用 */
|
|
225
|
-
mrokstat: number;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
export class TMyoaMainMrokdbQuerys implements IMyoaMainMrokdbQuerys {
|
|
229
|
-
mrokstat: number = -1;
|
|
230
|
-
}
|
|
231
281
|
|
|
232
282
|
export interface IMyoaMainChkinsertQuerys {
|
|
233
283
|
/** 结账年度 */
|
|
@@ -289,52 +339,3 @@ export class TMyoaMainGetzydj2Querys implements IMyoaMainGetzydj2Querys {
|
|
|
289
339
|
endedout: number = -1;
|
|
290
340
|
flownode: number = -1;
|
|
291
341
|
}
|
|
292
|
-
|
|
293
|
-
export interface IMyoaMainSet4pathQuerys {
|
|
294
|
-
/** 单据主键 */
|
|
295
|
-
myoamain: number;
|
|
296
|
-
}
|
|
297
|
-
export class TMyoaMainSet4pathQuerys implements IMyoaMainSet4pathQuerys {
|
|
298
|
-
/** 单据主键 */
|
|
299
|
-
myoamain: number = 0;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
export interface IMyoaMainUsesdzqzUpdatedbQuerys {
|
|
303
|
-
/** 单据主键 */
|
|
304
|
-
myoamain: number;
|
|
305
|
-
/** 签章状态 */
|
|
306
|
-
usesdzqz: number;
|
|
307
|
-
}
|
|
308
|
-
export class TMyoaMainUsesdzqzUpdatedbQuerys implements IMyoaMainUsesdzqzUpdatedbQuerys {
|
|
309
|
-
/** 单据主键 */
|
|
310
|
-
myoamain: number = 0;
|
|
311
|
-
/** 签章状态 */
|
|
312
|
-
usesdzqz: number = 0;
|
|
313
|
-
}
|
|
314
|
-
export interface IMyoaMainSet4cardQuerys {
|
|
315
|
-
/** 单据主键 */
|
|
316
|
-
myoamain: number;
|
|
317
|
-
}
|
|
318
|
-
export class TMyoaMainSet4cardQuerys implements IMyoaMainSet4cardQuerys {
|
|
319
|
-
/** 单据主键 */
|
|
320
|
-
myoamain: number = 0;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
export interface IMyoaMainCheckdbQuerys {}
|
|
324
|
-
export class TMyoaMainCheckdbQuerys implements IMyoaMainCheckdbQuerys {}
|
|
325
|
-
|
|
326
|
-
export interface IMyoaMainUploadd4Querys {
|
|
327
|
-
/**单据状态 */
|
|
328
|
-
myoastat: number;
|
|
329
|
-
}
|
|
330
|
-
export class TMyoaMainUploadd4Querys implements IMyoaMainUploadd4Querys {
|
|
331
|
-
myoastat: number = 0;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
export interface IMyoaMainUploadd5Querys {
|
|
335
|
-
/**解锁状态 1:解锁 0:未解锁*/
|
|
336
|
-
canclose: number;
|
|
337
|
-
}
|
|
338
|
-
export class TMyoaMainUploadd5Querys implements IMyoaMainUploadd5Querys {
|
|
339
|
-
canclose: number = 0;
|
|
340
|
-
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,380 @@
|
|
|
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
|
+
}
|