@ningboyz/types 1.0.13 → 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.13",
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,15 +145,22 @@ export interface ICardMainResponse {
96
145
  autoBfrq: number;
97
146
  /** 加油卡号 */
98
147
  autoJykh: string;
148
+
99
149
  /** 单位名称 */
100
150
  cardUnitText: string;
101
151
  /** 国标名称 */
102
152
  cardGblbText: string;
153
+ /** 资金来源名称 */
154
+ cardZjlyText: string;
103
155
  /** 部门名称 */
104
156
  cardDeptText: string;
105
157
  /** 资产类型名称 */
106
158
  cardTypeText: string;
107
- /** 资产用途名称 */
159
+ /** 产权形式名称 */
160
+ CardCqxsText: string;
161
+ /** 使用方向名称 */
162
+ CardSyfxText: string;
163
+ /** 分类用途名称 */
108
164
  cardUsesText: string;
109
165
  /** 计量单位名称 */
110
166
  cardJldwText: string;
@@ -112,6 +168,11 @@ export interface ICardMainResponse {
112
168
  cardLaidText: string;
113
169
  /** 使用人名称 */
114
170
  cardUserText: string;
171
+ /** 权属性质名称 */
172
+ landQsxzText: string;
173
+ /** 建筑结构名称 */
174
+ buldJzjgText: string;
175
+
115
176
  /** 使用次数 */
116
177
  knockCnt: number;
117
178
  /** 司乘人数 */
@@ -211,6 +272,7 @@ export class TCardMainResponse implements ICardMainResponse {
211
272
  cardGmrq: number = 0;
212
273
  cardYwbz: number = 0;
213
274
  cardType: number = 0;
275
+ cardZjly: number = 0;
214
276
  cardDept: number = 0;
215
277
  cardLaid: number = 0;
216
278
  cardUses: number = 0;
@@ -232,20 +294,53 @@ export class TCardMainResponse implements ICardMainResponse {
232
294
  cardZctm: string = "";
233
295
  cardMemo: string = "";
234
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
+
235
323
  autoType: number = 0;
236
324
  autoCpbh: string = "";
237
325
  autoBxrq: number = 0;
238
326
  autoNjrq: number = 0;
239
327
  autoBfrq: number = 0;
240
328
  autoJykh: string = "";
329
+
241
330
  cardUnitText: string = "";
242
331
  cardGblbText: string = "";
332
+ cardZjlyText: string = "";
243
333
  cardDeptText: string = "";
244
334
  cardTypeText: string = "";
335
+ CardCqxsText: string = "";
336
+ CardSyfxText: string = "";
245
337
  cardUsesText: string = "";
246
338
  cardJldwText: string = "";
247
339
  cardLaidText: string = "";
248
340
  cardUserText: string = "";
341
+ landQsxzText: string = "";
342
+ buldJzjgText: string = "";
343
+
249
344
  knockCnt: number = 0;
250
345
  userSize: number = 0;
251
346
  autoClno: string = "";
@@ -309,6 +404,7 @@ export class TCardMainResponse implements ICardMainResponse {
309
404
  this.deptMain = card.deptMain ?? this.deptMain;
310
405
  this.cardStat = card.cardStat ?? this.cardStat;
311
406
  this.cardType = card.cardType ?? this.cardType;
407
+ this.cardZjly = card.cardZjly ?? this.cardZjly;
312
408
  this.cardJldw = card.cardJldw ?? this.cardJldw;
313
409
  this.cardGblb = card.cardGblb ?? this.cardGblb;
314
410
  this.cardZczt = card.cardZczt ?? this.cardZczt;
@@ -325,20 +421,53 @@ export class TCardMainResponse implements ICardMainResponse {
325
421
  this.cardZctm = card.cardZctm ?? this.cardZctm;
326
422
  this.cardMemo = card.cardMemo ?? this.cardMemo;
327
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
+
328
450
  this.autoType = card.autoType ?? this.autoType;
329
451
  this.autoCpbh = card.autoCpbh ?? this.autoCpbh;
330
452
  this.autoBxrq = card.autoBxrq ?? this.autoBxrq;
331
453
  this.autoNjrq = card.autoNjrq ?? this.autoNjrq;
332
454
  this.autoBfrq = card.autoBfrq ?? this.autoBfrq;
333
455
  this.autoJykh = card.autoJykh ?? this.autoJykh;
456
+
334
457
  this.cardUnitText = card.cardUnitText ?? this.cardUnitText;
335
458
  this.cardGblbText = card.cardGblbText ?? this.cardGblbText;
459
+ this.cardZjlyText = card.cardZjlyText ?? this.cardZjlyText;
336
460
  this.cardDeptText = card.cardDeptText ?? this.cardDeptText;
337
461
  this.cardTypeText = card.cardTypeText ?? this.cardTypeText;
462
+ this.CardCqxsText = card.CardCqxsText ?? this.CardCqxsText;
463
+ this.CardSyfxText = card.CardSyfxText ?? this.CardSyfxText;
338
464
  this.cardUsesText = card.cardUsesText ?? this.cardUsesText;
339
465
  this.cardJldwText = card.cardJldwText ?? this.cardJldwText;
340
466
  this.cardLaidText = card.cardLaidText ?? this.cardLaidText;
341
467
  this.cardUserText = card.cardUserText ?? this.cardUserText;
468
+ this.landQsxzText = card.landQsxzText ?? this.landQsxzText;
469
+ this.buldJzjgText = card.buldJzjgText ?? this.buldJzjgText;
470
+
342
471
  this.knockCnt = card.knockCnt ?? this.knockCnt;
343
472
  this.userSize = card.userSize ?? this.userSize;
344
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_资金来源_固定资产 = "资金来源-固定资产";
@@ -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 {