@ningboyz/types 1.0.12 → 1.0.14

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -42,11 +42,13 @@ export interface ICardMainResponse {
42
42
  cardYwbz: number;
43
43
  /** 资产类型 */
44
44
  cardType: number;
45
+ /** 资金来源 */
46
+ cardZjly: number;
45
47
  /** 使用部门 */
46
48
  cardDept: number;
47
49
  /** 存放地点 */
48
50
  cardLaid: number;
49
- /** 资产用途 */
51
+ /** 分类用途 */
50
52
  cardUses: number;
51
53
  /** 计量单位 */
52
54
  cardJldw: number;
@@ -84,6 +86,53 @@ export interface ICardMainResponse {
84
86
  cardMemo: string;
85
87
  /** 有多少层(楼宇租赁) */
86
88
  floorCnt: number;
89
+
90
+ /** 产权形式 */
91
+ cardCqxs: number;
92
+ /** 使用方向 */
93
+ cardSyfx: number;
94
+ /** 发证时间 */
95
+ cardFzsj: number;
96
+ /** 证书号码 */
97
+ cardZshm: string;
98
+ /** 座落位置 */
99
+ cardZlwz: string;
100
+ /** 管理部门 */
101
+ cardGlbm: string;
102
+
103
+ /** 自用面积 */
104
+ cardZymj: number;
105
+ /** 后勤面积 */
106
+ cardHqmj: number;
107
+ /** 出租面积 */
108
+ cardCzmj: number;
109
+ /** 出借面积 */
110
+ cardCjmj: number;
111
+ /** 闲置面积 */
112
+ cardXzmj: number;
113
+ /** 其他面积 */
114
+ cardQtmj: number;
115
+ /** 使用面积 */
116
+ cardSymj: number;
117
+
118
+ /** 权属性质 */
119
+ landQsxz: number;
120
+ /** 土地面积 */
121
+ landTdmj: number;
122
+ /** 土地证载明面积 */
123
+ landZmmj: number;
124
+
125
+ /** 竣工日期 */
126
+ buldJgrq: number;
127
+ /** 使用日期 */
128
+ buldSyrq: number;
129
+ /** 建筑结构 */
130
+ buldJzjg: number;
131
+ /** 建筑面积 */
132
+ buldJzmj: number;
133
+ /** 其中:单位负担费用面积 */
134
+ buldFymj: number;
135
+
87
136
  /** 汽车类型 */
88
137
  autoType: number;
89
138
  /** 汽车车牌 */
@@ -96,13 +145,22 @@ export interface ICardMainResponse {
96
145
  autoBfrq: number;
97
146
  /** 加油卡号 */
98
147
  autoJykh: string;
148
+
99
149
  /** 单位名称 */
100
150
  cardUnitText: string;
151
+ /** 国标名称 */
152
+ cardGblbText: string;
153
+ /** 资金来源名称 */
154
+ cardZjlyText: string;
101
155
  /** 部门名称 */
102
156
  cardDeptText: string;
103
157
  /** 资产类型名称 */
104
158
  cardTypeText: string;
105
- /** 资产用途名称 */
159
+ /** 产权形式名称 */
160
+ CardCqxsText: string;
161
+ /** 使用方向名称 */
162
+ CardSyfxText: string;
163
+ /** 分类用途名称 */
106
164
  cardUsesText: string;
107
165
  /** 计量单位名称 */
108
166
  cardJldwText: string;
@@ -110,6 +168,11 @@ export interface ICardMainResponse {
110
168
  cardLaidText: string;
111
169
  /** 使用人名称 */
112
170
  cardUserText: string;
171
+ /** 权属性质名称 */
172
+ landQsxzText: string;
173
+ /** 建筑结构名称 */
174
+ buldJzjgText: string;
175
+
113
176
  /** 使用次数 */
114
177
  knockCnt: number;
115
178
  /** 司乘人数 */
@@ -209,6 +272,7 @@ export class TCardMainResponse implements ICardMainResponse {
209
272
  cardGmrq: number = 0;
210
273
  cardYwbz: number = 0;
211
274
  cardType: number = 0;
275
+ cardZjly: number = 0;
212
276
  cardDept: number = 0;
213
277
  cardLaid: number = 0;
214
278
  cardUses: number = 0;
@@ -230,19 +294,53 @@ export class TCardMainResponse implements ICardMainResponse {
230
294
  cardZctm: string = "";
231
295
  cardMemo: string = "";
232
296
  floorCnt: number = 0;
297
+
298
+ cardCqxs: number = 0;
299
+ cardSyfx: number = 0;
300
+ cardFzsj: number = 0;
301
+ cardZshm: string = "";
302
+ cardZlwz: string = "";
303
+ cardGlbm: string = "";
304
+
305
+ cardZymj: number = 0;
306
+ cardHqmj: number = 0;
307
+ cardCzmj: number = 0;
308
+ cardCjmj: number = 0;
309
+ cardXzmj: number = 0;
310
+ cardQtmj: number = 0;
311
+ cardSymj: number = 0;
312
+
313
+ landQsxz: number = 0;
314
+ landTdmj: number = 0;
315
+ landZmmj: number = 0;
316
+
317
+ buldJgrq: number = 0;
318
+ buldSyrq: number = 0;
319
+ buldJzjg: number = 0;
320
+ buldJzmj: number = 0;
321
+ buldFymj: number = 0;
322
+
233
323
  autoType: number = 0;
234
324
  autoCpbh: string = "";
235
325
  autoBxrq: number = 0;
236
326
  autoNjrq: number = 0;
237
327
  autoBfrq: number = 0;
238
328
  autoJykh: string = "";
329
+
239
330
  cardUnitText: string = "";
331
+ cardGblbText: string = "";
332
+ cardZjlyText: string = "";
240
333
  cardDeptText: string = "";
241
334
  cardTypeText: string = "";
335
+ CardCqxsText: string = "";
336
+ CardSyfxText: string = "";
242
337
  cardUsesText: string = "";
243
338
  cardJldwText: string = "";
244
339
  cardLaidText: string = "";
245
340
  cardUserText: string = "";
341
+ landQsxzText: string = "";
342
+ buldJzjgText: string = "";
343
+
246
344
  knockCnt: number = 0;
247
345
  userSize: number = 0;
248
346
  autoClno: string = "";
@@ -306,6 +404,7 @@ export class TCardMainResponse implements ICardMainResponse {
306
404
  this.deptMain = card.deptMain ?? this.deptMain;
307
405
  this.cardStat = card.cardStat ?? this.cardStat;
308
406
  this.cardType = card.cardType ?? this.cardType;
407
+ this.cardZjly = card.cardZjly ?? this.cardZjly;
309
408
  this.cardJldw = card.cardJldw ?? this.cardJldw;
310
409
  this.cardGblb = card.cardGblb ?? this.cardGblb;
311
410
  this.cardZczt = card.cardZczt ?? this.cardZczt;
@@ -322,19 +421,53 @@ export class TCardMainResponse implements ICardMainResponse {
322
421
  this.cardZctm = card.cardZctm ?? this.cardZctm;
323
422
  this.cardMemo = card.cardMemo ?? this.cardMemo;
324
423
  this.floorCnt = card.floorCnt ?? this.floorCnt;
424
+
425
+ this.cardCqxs = card.cardCqxs ?? this.cardCqxs;
426
+ this.cardSyfx = card.cardSyfx ?? this.cardSyfx;
427
+ this.cardFzsj = card.cardFzsj ?? this.cardFzsj;
428
+ this.cardZshm = card.cardZshm ?? this.cardZshm;
429
+ this.cardZlwz = card.cardZlwz ?? this.cardZlwz;
430
+ this.cardGlbm = card.cardGlbm ?? this.cardGlbm;
431
+
432
+ this.cardZymj = card.cardZymj ?? this.cardZymj;
433
+ this.cardHqmj = card.cardHqmj ?? this.cardHqmj;
434
+ this.cardCzmj = card.cardCzmj ?? this.cardCzmj;
435
+ this.cardCjmj = card.cardCjmj ?? this.cardCjmj;
436
+ this.cardXzmj = card.cardXzmj ?? this.cardXzmj;
437
+ this.cardQtmj = card.cardQtmj ?? this.cardQtmj;
438
+ this.cardSymj = card.cardSymj ?? this.cardSymj;
439
+
440
+ this.landQsxz = card.landQsxz ?? this.landQsxz;
441
+ this.landTdmj = card.landTdmj ?? this.landTdmj;
442
+ this.landZmmj = card.landZmmj ?? this.landZmmj;
443
+
444
+ this.buldJgrq = card.buldJgrq ?? this.buldJgrq;
445
+ this.buldSyrq = card.buldSyrq ?? this.buldSyrq;
446
+ this.buldJzjg = card.buldJzjg ?? this.buldJzjg;
447
+ this.buldJzmj = card.buldJzmj ?? this.buldJzmj;
448
+ this.buldFymj = card.buldFymj ?? this.buldFymj;
449
+
325
450
  this.autoType = card.autoType ?? this.autoType;
326
451
  this.autoCpbh = card.autoCpbh ?? this.autoCpbh;
327
452
  this.autoBxrq = card.autoBxrq ?? this.autoBxrq;
328
453
  this.autoNjrq = card.autoNjrq ?? this.autoNjrq;
329
454
  this.autoBfrq = card.autoBfrq ?? this.autoBfrq;
330
455
  this.autoJykh = card.autoJykh ?? this.autoJykh;
456
+
331
457
  this.cardUnitText = card.cardUnitText ?? this.cardUnitText;
458
+ this.cardGblbText = card.cardGblbText ?? this.cardGblbText;
459
+ this.cardZjlyText = card.cardZjlyText ?? this.cardZjlyText;
332
460
  this.cardDeptText = card.cardDeptText ?? this.cardDeptText;
333
461
  this.cardTypeText = card.cardTypeText ?? this.cardTypeText;
462
+ this.CardCqxsText = card.CardCqxsText ?? this.CardCqxsText;
463
+ this.CardSyfxText = card.CardSyfxText ?? this.CardSyfxText;
334
464
  this.cardUsesText = card.cardUsesText ?? this.cardUsesText;
335
465
  this.cardJldwText = card.cardJldwText ?? this.cardJldwText;
336
466
  this.cardLaidText = card.cardLaidText ?? this.cardLaidText;
337
467
  this.cardUserText = card.cardUserText ?? this.cardUserText;
468
+ this.landQsxzText = card.landQsxzText ?? this.landQsxzText;
469
+ this.buldJzjgText = card.buldJzjgText ?? this.buldJzjgText;
470
+
338
471
  this.knockCnt = card.knockCnt ?? this.knockCnt;
339
472
  this.userSize = card.userSize ?? this.userSize;
340
473
  this.autoClno = card.autoClno ?? this.autoClno;
@@ -136,3 +136,4 @@ export const CONST_SYS_TYPEU_事项管理_就餐场所 = "事项管理-就餐场
136
136
  export const CONST_SYS_TYPEU_举办会议_会议地点 = "举办会议-会议地点";
137
137
  export const CONST_SYS_TYPEU_包干经费支出 = "包干经费支出";
138
138
  export const CONST_SYS_TYPEU_用户类型 = "用户管理-用户类型";
139
+ export const CONST_SYS_TYPEU_资金来源_固定资产 = "资金来源-固定资产";
@@ -0,0 +1,71 @@
1
+ import _ from "lodash";
2
+
3
+ //#流程配置(按业务单据)
4
+ export interface IFlowCnfgResponse {
5
+ whoBuild: number;
6
+ userIndx: number;
7
+ cnfgIndx: number;
8
+
9
+ flowMain: number;
10
+ flowNode: number;
11
+ flowName: string;
12
+ nodeName: string;
13
+
14
+ createAt: number;
15
+ createBy: string;
16
+ dataDate: number;
17
+ dataFrom: number;
18
+ dataHide: number;
19
+ dataOrdr: number;
20
+ dataStat: number;
21
+ dataTime: number;
22
+ deleteAt: number;
23
+ deleteBy: string;
24
+
25
+ mastGUID: string;
26
+ mastName: string;
27
+ queuesBy: number;
28
+ updateAt: number;
29
+ updateBy: string;
30
+
31
+ cnfgName: string;
32
+ cnfg4Key: string;
33
+ cnfg4Val: string;
34
+ cnfgMemo: string;
35
+ }
36
+
37
+ export class TFlowCnfgResponse implements IFlowCnfgResponse {
38
+ whoBuild: number = 0;
39
+ userIndx: number = 0;
40
+ cnfgIndx: number = 0;
41
+
42
+ flowMain: number = 0;
43
+ flowNode: number = 0;
44
+ flowName: string = "";
45
+ nodeName: string = "";
46
+
47
+ createAt: number = 0;
48
+ createBy: string = "";
49
+ dataDate: number = 0;
50
+ dataFrom: number = 0;
51
+ dataHide: number = 0;
52
+ dataOrdr: number = 0;
53
+ dataStat: number = 0;
54
+ dataTime: number = 0;
55
+ deleteAt: number = 0;
56
+ deleteBy: string = "";
57
+ dutyIndx: number = 0;
58
+ dutyText: string = "";
59
+ flowIndx: number = 0;
60
+
61
+ mastGUID: string = "";
62
+ mastName: string = "";
63
+ queuesBy: number = 0;
64
+ updateAt: number = 0;
65
+ updateBy: string = "";
66
+
67
+ cnfgName: string = "";
68
+ cnfg4Key: string = "";
69
+ cnfg4Val: string = "";
70
+ cnfgMemo: string = "";
71
+ }
@@ -4,8 +4,16 @@ import type { IFlowDutyNodeParaConv } from "./IFlowDutyNodeParaConv";
4
4
  import { TFlowDutyNodeParaConv } from "./IFlowDutyNodeParaConv";
5
5
 
6
6
  export interface IFlowDutyResponse {
7
+ whoBuild: number;
8
+ userIndx: number;
9
+ dutyIndx: number;
10
+
11
+ flowNode: number;
12
+ flowMain: number;
13
+ flowIndx: number;
7
14
  flowName: string;
8
15
  nodeName: string;
16
+
9
17
  createAt: number;
10
18
  createBy: string;
11
19
  dataDate: number;
@@ -16,27 +24,30 @@ export interface IFlowDutyResponse {
16
24
  dataTime: number;
17
25
  deleteAt: number;
18
26
  deleteBy: string;
19
- dutyIndx: number;
20
- dutyText: string;
21
- flowIndx: number;
22
- flowNode: number;
23
- flowMain: number;
27
+ updateAt: number;
28
+ updateBy: string;
24
29
  mastGUID: string;
25
30
  mastName: string;
31
+
32
+ dutyText: string;
26
33
  queuesBy: number;
27
34
  selectEd: number;
28
- updateAt: number;
29
- updateBy: string;
30
- userIndx: number;
31
- whoBuild: number;
32
35
  dutyPara: string;
33
36
  dutyParaConv: IFlowDutyNodeParaConv;
34
37
  listNode: IFlowNodeResponse[];
35
38
  }
36
39
 
37
40
  export class TFlowDutyResponse implements IFlowDutyResponse {
38
- nodeName: string = "";
41
+ whoBuild: number = 0;
42
+ userIndx: number = 0;
43
+ dutyIndx: number = 0;
44
+
45
+ flowNode: number = 0;
46
+ flowMain: number = 0;
47
+ flowIndx: number = 0;
39
48
  flowName: string = "";
49
+ nodeName: string = "";
50
+
40
51
  createAt: number = 0;
41
52
  createBy: string = "";
42
53
  dataDate: number = 0;
@@ -47,19 +58,15 @@ export class TFlowDutyResponse implements IFlowDutyResponse {
47
58
  dataTime: number = 0;
48
59
  deleteAt: number = 0;
49
60
  deleteBy: string = "";
50
- dutyIndx: number = 0;
61
+
51
62
  dutyText: string = "";
52
- flowIndx: number = 0;
53
- flowNode: number = 0;
54
- flowMain: number = 0;
55
63
  mastGUID: string = "";
56
64
  mastName: string = "";
57
65
  queuesBy: number = 0;
58
66
  selectEd: number = 0;
59
67
  updateAt: number = 0;
60
68
  updateBy: string = "";
61
- userIndx: number = 0;
62
- whoBuild: number = 0;
69
+
63
70
  dutyPara: string = "";
64
71
  listNode: IFlowNodeResponse[] = [];
65
72
  dutyParaConv: IFlowDutyNodeParaConv = new TFlowDutyNodeParaConv();
package/src/flow/index.ts CHANGED
@@ -3,16 +3,19 @@ import { IFlowMainResponse, TFlowMainResponse } from "./IFlowMainResponse";
3
3
  import { IFlowNodeResponse, TFlowNodeResponse } from "./IFlowNodeResponse";
4
4
  import { IFlowVoidResponse, TFlowVoidResponse } from "./IFlowVoidResponse";
5
5
  import { IFlowTypeResponse, TFlowTypeResponse } from "./IFlowTypeResponse";
6
+ import { IFlowCnfgResponse, TFlowCnfgResponse } from "./IFlowCnfgResponse";
6
7
 
7
8
  export {
9
+ type IFlowCnfgResponse,
8
10
  type IFlowDutyResponse,
9
11
  type IFlowMainResponse,
10
- type IFlowTypeResponse,
11
12
  type IFlowNodeResponse,
13
+ type IFlowTypeResponse,
12
14
  type IFlowVoidResponse,
15
+ TFlowCnfgResponse,
13
16
  TFlowDutyResponse,
14
17
  TFlowMainResponse,
15
- TFlowTypeResponse,
16
18
  TFlowNodeResponse,
19
+ TFlowTypeResponse,
17
20
  TFlowVoidResponse
18
21
  };
@@ -1,5 +1,5 @@
1
1
  interface IMicroAppDataInfo {
2
- pageIndx: number;
2
+ wldyPage: number;
3
3
  }
4
4
 
5
5
  interface IMicroAppData {
@@ -12,7 +12,7 @@ interface IMicroAppData {
12
12
  }
13
13
 
14
14
  class TMicroAppDataInfo implements IMicroAppDataInfo {
15
- pageIndx: number = 0;
15
+ wldyPage: number = 0;
16
16
  }
17
17
 
18
18
  class TMicroAppData implements IMicroAppData {