@gizone/rrs-client 4.2.9-alpha.637 → 4.2.9-alpha.638

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.
Files changed (94) hide show
  1. package/.openapi-generator/FILES +12 -1
  2. package/api.ts +0 -1
  3. package/apis/reimbursement-bill-api.ts +536 -6
  4. package/dist/api.d.ts +0 -1
  5. package/dist/api.js +0 -1
  6. package/dist/apis/reimbursement-bill-api.d.ts +272 -7
  7. package/dist/apis/reimbursement-bill-api.js +421 -4
  8. package/dist/esm/api.d.ts +0 -1
  9. package/dist/esm/api.js +0 -1
  10. package/dist/esm/apis/reimbursement-bill-api.d.ts +272 -7
  11. package/dist/esm/apis/reimbursement-bill-api.js +421 -4
  12. package/dist/esm/models/budget-balance-query-dto.d.ts +54 -0
  13. package/dist/esm/models/budget-balance-query-dto.js +14 -0
  14. package/dist/esm/models/budget-object.d.ts +30 -0
  15. package/dist/esm/models/budget-object.js +14 -0
  16. package/dist/esm/models/czy-budget-balance-vo.d.ts +48 -0
  17. package/dist/esm/models/czy-budget-balance-vo.js +14 -0
  18. package/dist/esm/models/czy-organization-cost-vo.d.ts +109 -0
  19. package/dist/esm/models/czy-organization-cost-vo.js +14 -0
  20. package/dist/esm/models/czy-system-organization-member-detail-vo.d.ts +176 -0
  21. package/dist/esm/models/czy-system-organization-member-detail-vo.js +14 -0
  22. package/dist/esm/models/index.d.ts +12 -0
  23. package/dist/esm/models/index.js +12 -0
  24. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  25. package/dist/esm/models/json-result-czy-budget-balance-vo.d.ts +62 -0
  26. package/dist/esm/models/json-result-czy-budget-balance-vo.js +14 -0
  27. package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
  28. package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.js +14 -0
  29. package/dist/esm/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
  30. package/dist/esm/models/json-result-list-czy-organization-cost-vo.js +14 -0
  31. package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
  32. package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.js +14 -0
  33. package/dist/esm/models/organization-object.d.ts +30 -0
  34. package/dist/esm/models/organization-object.js +14 -0
  35. package/dist/esm/models/perform-object.d.ts +30 -0
  36. package/dist/esm/models/perform-object.js +14 -0
  37. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
  38. package/dist/esm/models/reimbursement-bill-payer-vo.d.ts +30 -0
  39. package/dist/esm/models/reimbursement-bill-payer-vo.js +14 -0
  40. package/dist/esm/models/reimbursement-status-enum.d.ts +1 -0
  41. package/dist/esm/models/reimbursement-status-enum.js +1 -0
  42. package/dist/models/budget-balance-query-dto.d.ts +54 -0
  43. package/dist/models/budget-balance-query-dto.js +15 -0
  44. package/dist/models/budget-object.d.ts +30 -0
  45. package/dist/models/budget-object.js +15 -0
  46. package/dist/models/czy-budget-balance-vo.d.ts +48 -0
  47. package/dist/models/czy-budget-balance-vo.js +15 -0
  48. package/dist/models/czy-organization-cost-vo.d.ts +109 -0
  49. package/dist/models/czy-organization-cost-vo.js +15 -0
  50. package/dist/models/czy-system-organization-member-detail-vo.d.ts +176 -0
  51. package/dist/models/czy-system-organization-member-detail-vo.js +15 -0
  52. package/dist/models/index.d.ts +12 -0
  53. package/dist/models/index.js +12 -0
  54. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  55. package/dist/models/json-result-czy-budget-balance-vo.d.ts +62 -0
  56. package/dist/models/json-result-czy-budget-balance-vo.js +15 -0
  57. package/dist/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
  58. package/dist/models/json-result-czy-system-organization-member-detail-vo.js +15 -0
  59. package/dist/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
  60. package/dist/models/json-result-list-czy-organization-cost-vo.js +15 -0
  61. package/dist/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
  62. package/dist/models/json-result-list-reimbursement-bill-payer-vo.js +15 -0
  63. package/dist/models/organization-object.d.ts +30 -0
  64. package/dist/models/organization-object.js +15 -0
  65. package/dist/models/perform-object.d.ts +30 -0
  66. package/dist/models/perform-object.js +15 -0
  67. package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
  68. package/dist/models/reimbursement-bill-payer-vo.d.ts +30 -0
  69. package/dist/models/reimbursement-bill-payer-vo.js +15 -0
  70. package/dist/models/reimbursement-status-enum.d.ts +1 -0
  71. package/dist/models/reimbursement-status-enum.js +1 -0
  72. package/models/budget-balance-query-dto.ts +60 -0
  73. package/models/budget-object.ts +36 -0
  74. package/models/czy-budget-balance-vo.ts +54 -0
  75. package/models/czy-organization-cost-vo.ts +117 -0
  76. package/models/czy-system-organization-member-detail-vo.ts +186 -0
  77. package/models/index.ts +12 -0
  78. package/models/ipage-energy-cost-record-info-vo.ts +8 -8
  79. package/models/json-result-czy-budget-balance-vo.ts +72 -0
  80. package/models/json-result-czy-system-organization-member-detail-vo.ts +72 -0
  81. package/models/json-result-list-czy-organization-cost-vo.ts +72 -0
  82. package/models/json-result-list-reimbursement-bill-payer-vo.ts +72 -0
  83. package/models/organization-object.ts +36 -0
  84. package/models/perform-object.ts +36 -0
  85. package/models/reimbursement-bill-draft-dto.ts +6 -0
  86. package/models/reimbursement-bill-payer-vo.ts +36 -0
  87. package/models/reimbursement-status-enum.ts +1 -0
  88. package/ossutil.log +1170 -1170
  89. package/package.json +1 -1
  90. package/apis/mdmapi.ts +0 -217
  91. package/dist/apis/mdmapi.d.ts +0 -117
  92. package/dist/apis/mdmapi.js +0 -200
  93. package/dist/esm/apis/mdmapi.d.ts +0 -117
  94. package/dist/esm/apis/mdmapi.js +0 -193
@@ -0,0 +1,176 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BudgetObject } from './budget-object';
13
+ import type { PerformObject } from './perform-object';
14
+ /**
15
+ * 系统组织-根据工号查询人员预算执行组织信息
16
+ * @export
17
+ * @interface CzySystemOrganizationMemberDetailVo
18
+ */
19
+ export interface CzySystemOrganizationMemberDetailVo {
20
+ /**
21
+ * 所属领域编码
22
+ * @type {string}
23
+ * @memberof CzySystemOrganizationMemberDetailVo
24
+ */
25
+ 'curAreaCode'?: string;
26
+ /**
27
+ * 所属领域名称
28
+ * @type {string}
29
+ * @memberof CzySystemOrganizationMemberDetailVo
30
+ */
31
+ 'curAreaName'?: string;
32
+ /**
33
+ * 所属平台编码
34
+ * @type {string}
35
+ * @memberof CzySystemOrganizationMemberDetailVo
36
+ */
37
+ 'curPlatformCode'?: string;
38
+ /**
39
+ * 所属平台名称
40
+ * @type {string}
41
+ * @memberof CzySystemOrganizationMemberDetailVo
42
+ */
43
+ 'curPlatformName'?: string;
44
+ /**
45
+ * 所属小微编码
46
+ * @type {string}
47
+ * @memberof CzySystemOrganizationMemberDetailVo
48
+ */
49
+ 'microUnitCode'?: string;
50
+ /**
51
+ * 所属小微名称
52
+ * @type {string}
53
+ * @memberof CzySystemOrganizationMemberDetailVo
54
+ */
55
+ 'microUnitName'?: string;
56
+ /**
57
+ * 人员编码
58
+ * @type {string}
59
+ * @memberof CzySystemOrganizationMemberDetailVo
60
+ */
61
+ 'memberCode'?: string;
62
+ /**
63
+ * 人员名称
64
+ * @type {string}
65
+ * @memberof CzySystemOrganizationMemberDetailVo
66
+ */
67
+ 'memberName'?: string;
68
+ /**
69
+ * 预算主体编码
70
+ * @type {string}
71
+ * @memberof CzySystemOrganizationMemberDetailVo
72
+ */
73
+ 'budgetGroupCode'?: string;
74
+ /**
75
+ * 预算主体名称
76
+ * @type {string}
77
+ * @memberof CzySystemOrganizationMemberDetailVo
78
+ */
79
+ 'budgetGroupName'?: string;
80
+ /**
81
+ * 预算主体状态
82
+ * @type {number}
83
+ * @memberof CzySystemOrganizationMemberDetailVo
84
+ */
85
+ 'budgetStatus'?: number;
86
+ /**
87
+ * 预算主体预算经理编码
88
+ * @type {string}
89
+ * @memberof CzySystemOrganizationMemberDetailVo
90
+ */
91
+ 'budgetManager'?: string;
92
+ /**
93
+ * 预算主体预算经理名称
94
+ * @type {string}
95
+ * @memberof CzySystemOrganizationMemberDetailVo
96
+ */
97
+ 'budgetManagerName'?: string;
98
+ /**
99
+ * 预算对象列表
100
+ * @type {Array<BudgetObject>}
101
+ * @memberof CzySystemOrganizationMemberDetailVo
102
+ */
103
+ 'budgetObjectList'?: Array<BudgetObject>;
104
+ /**
105
+ * 预算主体管理岗编码
106
+ * @type {string}
107
+ * @memberof CzySystemOrganizationMemberDetailVo
108
+ */
109
+ 'budgetMasterCode'?: string;
110
+ /**
111
+ * 预算主体管理岗名称
112
+ * @type {string}
113
+ * @memberof CzySystemOrganizationMemberDetailVo
114
+ */
115
+ 'budgetMasterName'?: string;
116
+ /**
117
+ * 执行主体编码
118
+ * @type {string}
119
+ * @memberof CzySystemOrganizationMemberDetailVo
120
+ */
121
+ 'performGroupCode'?: string;
122
+ /**
123
+ * 执行主体名称
124
+ * @type {string}
125
+ * @memberof CzySystemOrganizationMemberDetailVo
126
+ */
127
+ 'performGroupName'?: string;
128
+ /**
129
+ * 执行主体状态
130
+ * @type {number}
131
+ * @memberof CzySystemOrganizationMemberDetailVo
132
+ */
133
+ 'performStatus'?: number;
134
+ /**
135
+ * 执行主体管理岗编码
136
+ * @type {string}
137
+ * @memberof CzySystemOrganizationMemberDetailVo
138
+ */
139
+ 'performMasterCode'?: string;
140
+ /**
141
+ * 执行主体管理岗名称
142
+ * @type {string}
143
+ * @memberof CzySystemOrganizationMemberDetailVo
144
+ */
145
+ 'performMasterName'?: string;
146
+ /**
147
+ * 执行主体预算经理编码
148
+ * @type {string}
149
+ * @memberof CzySystemOrganizationMemberDetailVo
150
+ */
151
+ 'performBudgetManager'?: string;
152
+ /**
153
+ * 执行主体预算经理名称
154
+ * @type {string}
155
+ * @memberof CzySystemOrganizationMemberDetailVo
156
+ */
157
+ 'performBudgetManagerName'?: string;
158
+ /**
159
+ * 执行对象列表
160
+ * @type {Array<PerformObject>}
161
+ * @memberof CzySystemOrganizationMemberDetailVo
162
+ */
163
+ 'performObjectList'?: Array<PerformObject>;
164
+ /**
165
+ * 财务组织编码
166
+ * @type {string}
167
+ * @memberof CzySystemOrganizationMemberDetailVo
168
+ */
169
+ 'financialCode'?: string;
170
+ /**
171
+ * 财务组织名称
172
+ * @type {string}
173
+ * @memberof CzySystemOrganizationMemberDetailVo
174
+ */
175
+ 'financialName'?: string;
176
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -65,6 +65,8 @@ export * from './applet-user-type-dto';
65
65
  export * from './area-park-dto';
66
66
  export * from './area-park-vo';
67
67
  export * from './base-error-result';
68
+ export * from './budget-balance-query-dto';
69
+ export * from './budget-object';
68
70
  export * from './business-contacts-vo';
69
71
  export * from './cuser-info';
70
72
  export * from './cuser-update-pass-word-vo';
@@ -75,6 +77,9 @@ export * from './captcha-type-enum';
75
77
  export * from './center-list-dto';
76
78
  export * from './change-password-dto';
77
79
  export * from './choose-pak-body';
80
+ export * from './czy-budget-balance-vo';
81
+ export * from './czy-organization-cost-vo';
82
+ export * from './czy-system-organization-member-detail-vo';
78
83
  export * from './dashboard-access-park-group-stats-vo';
79
84
  export * from './dashboard-access-search-dto';
80
85
  export * from './dashboard-access-source-group-stats-vo';
@@ -208,6 +213,8 @@ export * from './json-result-applet-user-type-dto';
208
213
  export * from './json-result-big-decimal';
209
214
  export * from './json-result-boolean';
210
215
  export * from './json-result-calendar-entity';
216
+ export * from './json-result-czy-budget-balance-vo';
217
+ export * from './json-result-czy-system-organization-member-detail-vo';
211
218
  export * from './json-result-dashboard-park-statistics-vo';
212
219
  export * from './json-result-disaster-warning-standard-entity';
213
220
  export * from './json-result-energy-cost-import-redis-vo';
@@ -244,6 +251,7 @@ export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
244
251
  export * from './json-result-list-area-park-dto';
245
252
  export * from './json-result-list-calendar-entity';
246
253
  export * from './json-result-list-center-list-dto';
254
+ export * from './json-result-list-czy-organization-cost-vo';
247
255
  export * from './json-result-list-dashboard-access-park-group-stats-vo';
248
256
  export * from './json-result-list-dashboard-access-source-group-stats-vo';
249
257
  export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
@@ -271,6 +279,7 @@ export * from './json-result-list-mdm-increment-vendors-vo';
271
279
  export * from './json-result-list-park-list-dto';
272
280
  export * from './json-result-list-plan-calendar-list-vo';
273
281
  export * from './json-result-list-plan-calendar-vo';
282
+ export * from './json-result-list-reimbursement-bill-payer-vo';
274
283
  export * from './json-result-list-space-image-detail-dto';
275
284
  export * from './json-result-list-space-point-dto';
276
285
  export * from './json-result-list-space-qr-code-dto';
@@ -374,6 +383,7 @@ export * from './offline-alert-work-order-vo';
374
383
  export * from './open-api-access-appointment-record-add-vo';
375
384
  export * from './open-api-access-appointment-record-delete-vo';
376
385
  export * from './open-api-equipment-list-dto';
386
+ export * from './organization-object';
377
387
  export * from './page-dto-access-appointment-record-details-dto';
378
388
  export * from './page-dto-access-blacklist-details-dto';
379
389
  export * from './page-dto-access-record-summary-list-dto';
@@ -401,6 +411,7 @@ export * from './park-push-settings-add-bo';
401
411
  export * from './park-settings-details-dto';
402
412
  export * from './park-settings-vo';
403
413
  export * from './payment-method-enum';
414
+ export * from './perform-object';
404
415
  export * from './period-detail-resp';
405
416
  export * from './plan-add-vo';
406
417
  export * from './plan-calendar-list-vo';
@@ -426,6 +437,7 @@ export * from './reimbursement-bill-draft-dto';
426
437
  export * from './reimbursement-bill-handle-info-add-dto';
427
438
  export * from './reimbursement-bill-handle-info-vo';
428
439
  export * from './reimbursement-bill-list-vo';
440
+ export * from './reimbursement-bill-payer-vo';
429
441
  export * from './reimbursement-bill-search-dto';
430
442
  export * from './reimbursement-bill-submit-dto';
431
443
  export * from './reimbursement-status-enum';
@@ -81,6 +81,8 @@ __exportStar(require("./applet-user-type-dto"), exports);
81
81
  __exportStar(require("./area-park-dto"), exports);
82
82
  __exportStar(require("./area-park-vo"), exports);
83
83
  __exportStar(require("./base-error-result"), exports);
84
+ __exportStar(require("./budget-balance-query-dto"), exports);
85
+ __exportStar(require("./budget-object"), exports);
84
86
  __exportStar(require("./business-contacts-vo"), exports);
85
87
  __exportStar(require("./cuser-info"), exports);
86
88
  __exportStar(require("./cuser-update-pass-word-vo"), exports);
@@ -91,6 +93,9 @@ __exportStar(require("./captcha-type-enum"), exports);
91
93
  __exportStar(require("./center-list-dto"), exports);
92
94
  __exportStar(require("./change-password-dto"), exports);
93
95
  __exportStar(require("./choose-pak-body"), exports);
96
+ __exportStar(require("./czy-budget-balance-vo"), exports);
97
+ __exportStar(require("./czy-organization-cost-vo"), exports);
98
+ __exportStar(require("./czy-system-organization-member-detail-vo"), exports);
94
99
  __exportStar(require("./dashboard-access-park-group-stats-vo"), exports);
95
100
  __exportStar(require("./dashboard-access-search-dto"), exports);
96
101
  __exportStar(require("./dashboard-access-source-group-stats-vo"), exports);
@@ -224,6 +229,8 @@ __exportStar(require("./json-result-applet-user-type-dto"), exports);
224
229
  __exportStar(require("./json-result-big-decimal"), exports);
225
230
  __exportStar(require("./json-result-boolean"), exports);
226
231
  __exportStar(require("./json-result-calendar-entity"), exports);
232
+ __exportStar(require("./json-result-czy-budget-balance-vo"), exports);
233
+ __exportStar(require("./json-result-czy-system-organization-member-detail-vo"), exports);
227
234
  __exportStar(require("./json-result-dashboard-park-statistics-vo"), exports);
228
235
  __exportStar(require("./json-result-disaster-warning-standard-entity"), exports);
229
236
  __exportStar(require("./json-result-energy-cost-import-redis-vo"), exports);
@@ -260,6 +267,7 @@ __exportStar(require("./json-result-list-applet-sys-user-drop-down-box-list-dto"
260
267
  __exportStar(require("./json-result-list-area-park-dto"), exports);
261
268
  __exportStar(require("./json-result-list-calendar-entity"), exports);
262
269
  __exportStar(require("./json-result-list-center-list-dto"), exports);
270
+ __exportStar(require("./json-result-list-czy-organization-cost-vo"), exports);
263
271
  __exportStar(require("./json-result-list-dashboard-access-park-group-stats-vo"), exports);
264
272
  __exportStar(require("./json-result-list-dashboard-access-source-group-stats-vo"), exports);
265
273
  __exportStar(require("./json-result-list-dashboard-equipment-park-group-stats-vo"), exports);
@@ -287,6 +295,7 @@ __exportStar(require("./json-result-list-mdm-increment-vendors-vo"), exports);
287
295
  __exportStar(require("./json-result-list-park-list-dto"), exports);
288
296
  __exportStar(require("./json-result-list-plan-calendar-list-vo"), exports);
289
297
  __exportStar(require("./json-result-list-plan-calendar-vo"), exports);
298
+ __exportStar(require("./json-result-list-reimbursement-bill-payer-vo"), exports);
290
299
  __exportStar(require("./json-result-list-space-image-detail-dto"), exports);
291
300
  __exportStar(require("./json-result-list-space-point-dto"), exports);
292
301
  __exportStar(require("./json-result-list-space-qr-code-dto"), exports);
@@ -390,6 +399,7 @@ __exportStar(require("./offline-alert-work-order-vo"), exports);
390
399
  __exportStar(require("./open-api-access-appointment-record-add-vo"), exports);
391
400
  __exportStar(require("./open-api-access-appointment-record-delete-vo"), exports);
392
401
  __exportStar(require("./open-api-equipment-list-dto"), exports);
402
+ __exportStar(require("./organization-object"), exports);
393
403
  __exportStar(require("./page-dto-access-appointment-record-details-dto"), exports);
394
404
  __exportStar(require("./page-dto-access-blacklist-details-dto"), exports);
395
405
  __exportStar(require("./page-dto-access-record-summary-list-dto"), exports);
@@ -417,6 +427,7 @@ __exportStar(require("./park-push-settings-add-bo"), exports);
417
427
  __exportStar(require("./park-settings-details-dto"), exports);
418
428
  __exportStar(require("./park-settings-vo"), exports);
419
429
  __exportStar(require("./payment-method-enum"), exports);
430
+ __exportStar(require("./perform-object"), exports);
420
431
  __exportStar(require("./period-detail-resp"), exports);
421
432
  __exportStar(require("./plan-add-vo"), exports);
422
433
  __exportStar(require("./plan-calendar-list-vo"), exports);
@@ -442,6 +453,7 @@ __exportStar(require("./reimbursement-bill-draft-dto"), exports);
442
453
  __exportStar(require("./reimbursement-bill-handle-info-add-dto"), exports);
443
454
  __exportStar(require("./reimbursement-bill-handle-info-vo"), exports);
444
455
  __exportStar(require("./reimbursement-bill-list-vo"), exports);
456
+ __exportStar(require("./reimbursement-bill-payer-vo"), exports);
445
457
  __exportStar(require("./reimbursement-bill-search-dto"), exports);
446
458
  __exportStar(require("./reimbursement-bill-submit-dto"), exports);
447
459
  __exportStar(require("./reimbursement-status-enum"), exports);
@@ -24,22 +24,22 @@ export interface IPageEnergyCostRecordInfoVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {Array<EnergyCostRecordInfoVO>}
27
+ * @type {number}
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
- 'records'?: Array<EnergyCostRecordInfoVO>;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<EnergyCostRecordInfoVO>}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
- 'current'?: number;
36
+ 'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
45
  * @type {boolean}
@@ -49,10 +49,10 @@ export interface IPageEnergyCostRecordInfoVO {
49
49
  'hitCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageEnergyCostRecordInfoVO
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BaseErrorResult } from './base-error-result';
13
+ import type { CzyBudgetBalanceVo } from './czy-budget-balance-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultCzyBudgetBalanceVo
18
+ */
19
+ export interface JsonResultCzyBudgetBalanceVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultCzyBudgetBalanceVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultCzyBudgetBalanceVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultCzyBudgetBalanceVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {CzyBudgetBalanceVo}
41
+ * @memberof JsonResultCzyBudgetBalanceVo
42
+ */
43
+ 'data'?: CzyBudgetBalanceVo | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultCzyBudgetBalanceVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultCzyBudgetBalanceVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultCzyBudgetBalanceVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BaseErrorResult } from './base-error-result';
13
+ import type { CzySystemOrganizationMemberDetailVo } from './czy-system-organization-member-detail-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultCzySystemOrganizationMemberDetailVo
18
+ */
19
+ export interface JsonResultCzySystemOrganizationMemberDetailVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultCzySystemOrganizationMemberDetailVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultCzySystemOrganizationMemberDetailVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultCzySystemOrganizationMemberDetailVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {CzySystemOrganizationMemberDetailVo}
41
+ * @memberof JsonResultCzySystemOrganizationMemberDetailVo
42
+ */
43
+ 'data'?: CzySystemOrganizationMemberDetailVo | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultCzySystemOrganizationMemberDetailVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultCzySystemOrganizationMemberDetailVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultCzySystemOrganizationMemberDetailVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BaseErrorResult } from './base-error-result';
13
+ import type { CzyOrganizationCostVo } from './czy-organization-cost-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListCzyOrganizationCostVo
18
+ */
19
+ export interface JsonResultListCzyOrganizationCostVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListCzyOrganizationCostVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListCzyOrganizationCostVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListCzyOrganizationCostVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<CzyOrganizationCostVo>}
41
+ * @memberof JsonResultListCzyOrganizationCostVo
42
+ */
43
+ 'data'?: Array<CzyOrganizationCostVo> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListCzyOrganizationCostVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListCzyOrganizationCostVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListCzyOrganizationCostVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BaseErrorResult } from './base-error-result';
13
+ import type { ReimbursementBillPayerVo } from './reimbursement-bill-payer-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListReimbursementBillPayerVo
18
+ */
19
+ export interface JsonResultListReimbursementBillPayerVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListReimbursementBillPayerVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListReimbursementBillPayerVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListReimbursementBillPayerVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<ReimbursementBillPayerVo>}
41
+ * @memberof JsonResultListReimbursementBillPayerVo
42
+ */
43
+ 'data'?: Array<ReimbursementBillPayerVo> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListReimbursementBillPayerVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListReimbursementBillPayerVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListReimbursementBillPayerVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });