@gizone/rrs-client 4.2.9-alpha.566 → 4.2.9-alpha.570

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 (139) hide show
  1. package/.openapi-generator/FILES +23 -0
  2. package/api.ts +2 -0
  3. package/apis/energy-cost-controller-api.ts +387 -34
  4. package/apis/mdmapi.ts +217 -0
  5. package/apis/reimbursement-bill-api.ts +605 -0
  6. package/dist/api.d.ts +2 -0
  7. package/dist/api.js +2 -0
  8. package/dist/apis/energy-cost-controller-api.d.ts +208 -25
  9. package/dist/apis/energy-cost-controller-api.js +315 -21
  10. package/dist/apis/mdmapi.d.ts +117 -0
  11. package/dist/apis/mdmapi.js +200 -0
  12. package/dist/apis/reimbursement-bill-api.d.ts +323 -0
  13. package/dist/apis/reimbursement-bill-api.js +489 -0
  14. package/dist/esm/api.d.ts +2 -0
  15. package/dist/esm/api.js +2 -0
  16. package/dist/esm/apis/energy-cost-controller-api.d.ts +208 -25
  17. package/dist/esm/apis/energy-cost-controller-api.js +314 -20
  18. package/dist/esm/apis/mdmapi.d.ts +117 -0
  19. package/dist/esm/apis/mdmapi.js +193 -0
  20. package/dist/esm/apis/reimbursement-bill-api.d.ts +323 -0
  21. package/dist/esm/apis/reimbursement-bill-api.js +482 -0
  22. package/dist/esm/models/energy-cost-import-redis-vo.d.ts +55 -0
  23. package/dist/esm/models/energy-cost-import-redis-vo.js +14 -0
  24. package/dist/esm/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
  25. package/dist/esm/models/energy-cost-month-setting-excel-dto.js +14 -0
  26. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +12 -0
  27. package/dist/esm/models/expense-subject-enum.d.ts +22 -0
  28. package/dist/esm/models/expense-subject-enum.js +23 -0
  29. package/dist/esm/models/index.d.ts +21 -0
  30. package/dist/esm/models/index.js +21 -0
  31. package/dist/esm/models/invoice-type-enum.d.ts +22 -0
  32. package/dist/esm/models/invoice-type-enum.js +23 -0
  33. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  34. package/dist/esm/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
  35. package/dist/esm/models/json-result-energy-cost-import-redis-vo.js +14 -0
  36. package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
  37. package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +14 -0
  38. package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
  39. package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.js +14 -0
  40. package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
  41. package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.js +14 -0
  42. package/dist/esm/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
  43. package/dist/esm/models/json-result-reimbursement-bill-details-vo.js +14 -0
  44. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
  45. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.js +14 -0
  46. package/dist/esm/models/mdm-increment-vendors-vo.d.ts +90 -0
  47. package/dist/esm/models/mdm-increment-vendors-vo.js +14 -0
  48. package/dist/esm/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
  49. package/dist/esm/models/page-dto-reimbursement-bill-list-vo.js +14 -0
  50. package/dist/esm/models/payment-method-enum.d.ts +23 -0
  51. package/dist/esm/models/payment-method-enum.js +24 -0
  52. package/dist/esm/models/reimbursement-bill-details-vo.d.ts +242 -0
  53. package/dist/esm/models/reimbursement-bill-details-vo.js +22 -0
  54. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +188 -0
  55. package/dist/esm/models/reimbursement-bill-draft-dto.js +22 -0
  56. package/dist/esm/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
  57. package/dist/esm/models/reimbursement-bill-handle-info-add-dto.js +14 -0
  58. package/dist/esm/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
  59. package/dist/esm/models/reimbursement-bill-handle-info-vo.js +14 -0
  60. package/dist/esm/models/reimbursement-bill-list-vo.d.ts +142 -0
  61. package/dist/esm/models/reimbursement-bill-list-vo.js +14 -0
  62. package/dist/esm/models/reimbursement-bill-search-dto.d.ts +68 -0
  63. package/dist/esm/models/reimbursement-bill-search-dto.js +14 -0
  64. package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +188 -0
  65. package/dist/esm/models/reimbursement-bill-submit-dto.js +22 -0
  66. package/dist/esm/models/reimbursement-status-enum.d.ts +23 -0
  67. package/dist/esm/models/reimbursement-status-enum.js +24 -0
  68. package/dist/models/energy-cost-import-redis-vo.d.ts +55 -0
  69. package/dist/models/energy-cost-import-redis-vo.js +15 -0
  70. package/dist/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
  71. package/dist/models/energy-cost-month-setting-excel-dto.js +15 -0
  72. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +12 -0
  73. package/dist/models/expense-subject-enum.d.ts +22 -0
  74. package/dist/models/expense-subject-enum.js +26 -0
  75. package/dist/models/index.d.ts +21 -0
  76. package/dist/models/index.js +21 -0
  77. package/dist/models/invoice-type-enum.d.ts +22 -0
  78. package/dist/models/invoice-type-enum.js +26 -0
  79. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  80. package/dist/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
  81. package/dist/models/json-result-energy-cost-import-redis-vo.js +15 -0
  82. package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
  83. package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +15 -0
  84. package/dist/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
  85. package/dist/models/json-result-list-mdm-increment-vendors-vo.js +15 -0
  86. package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
  87. package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.js +15 -0
  88. package/dist/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
  89. package/dist/models/json-result-reimbursement-bill-details-vo.js +15 -0
  90. package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
  91. package/dist/models/mdm-increment-vendor-bank-accounts-vo.js +15 -0
  92. package/dist/models/mdm-increment-vendors-vo.d.ts +90 -0
  93. package/dist/models/mdm-increment-vendors-vo.js +15 -0
  94. package/dist/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
  95. package/dist/models/page-dto-reimbursement-bill-list-vo.js +15 -0
  96. package/dist/models/payment-method-enum.d.ts +23 -0
  97. package/dist/models/payment-method-enum.js +27 -0
  98. package/dist/models/reimbursement-bill-details-vo.d.ts +242 -0
  99. package/dist/models/reimbursement-bill-details-vo.js +25 -0
  100. package/dist/models/reimbursement-bill-draft-dto.d.ts +188 -0
  101. package/dist/models/reimbursement-bill-draft-dto.js +25 -0
  102. package/dist/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
  103. package/dist/models/reimbursement-bill-handle-info-add-dto.js +15 -0
  104. package/dist/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
  105. package/dist/models/reimbursement-bill-handle-info-vo.js +15 -0
  106. package/dist/models/reimbursement-bill-list-vo.d.ts +142 -0
  107. package/dist/models/reimbursement-bill-list-vo.js +15 -0
  108. package/dist/models/reimbursement-bill-search-dto.d.ts +68 -0
  109. package/dist/models/reimbursement-bill-search-dto.js +15 -0
  110. package/dist/models/reimbursement-bill-submit-dto.d.ts +188 -0
  111. package/dist/models/reimbursement-bill-submit-dto.js +25 -0
  112. package/dist/models/reimbursement-status-enum.d.ts +23 -0
  113. package/dist/models/reimbursement-status-enum.js +27 -0
  114. package/models/energy-cost-import-redis-vo.ts +63 -0
  115. package/models/energy-cost-month-setting-excel-dto.ts +84 -0
  116. package/models/energy-cost-record-info-not-emun-vo.ts +12 -0
  117. package/models/expense-subject-enum.ts +32 -0
  118. package/models/index.ts +21 -0
  119. package/models/invoice-type-enum.ts +32 -0
  120. package/models/ipage-energy-cost-record-info-vo.ts +8 -8
  121. package/models/json-result-energy-cost-import-redis-vo.ts +72 -0
  122. package/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts +72 -0
  123. package/models/json-result-list-mdm-increment-vendors-vo.ts +72 -0
  124. package/models/json-result-page-dto-reimbursement-bill-list-vo.ts +72 -0
  125. package/models/json-result-reimbursement-bill-details-vo.ts +72 -0
  126. package/models/mdm-increment-vendor-bank-accounts-vo.ts +78 -0
  127. package/models/mdm-increment-vendors-vo.ts +96 -0
  128. package/models/page-dto-reimbursement-bill-list-vo.ts +39 -0
  129. package/models/payment-method-enum.ts +33 -0
  130. package/models/reimbursement-bill-details-vo.ts +259 -0
  131. package/models/reimbursement-bill-draft-dto.ts +205 -0
  132. package/models/reimbursement-bill-handle-info-add-dto.ts +42 -0
  133. package/models/reimbursement-bill-handle-info-vo.ts +54 -0
  134. package/models/reimbursement-bill-list-vo.ts +158 -0
  135. package/models/reimbursement-bill-search-dto.ts +80 -0
  136. package/models/reimbursement-bill-submit-dto.ts +205 -0
  137. package/models/reimbursement-status-enum.ts +33 -0
  138. package/ossutil.log +1098 -1092
  139. package/package.json +1 -1
@@ -0,0 +1,84 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface EnergyCostMonthSettingExcelDTO
21
+ */
22
+ export interface EnergyCostMonthSettingExcelDTO {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof EnergyCostMonthSettingExcelDTO
27
+ */
28
+ 'parkCode'?: string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof EnergyCostMonthSettingExcelDTO
33
+ */
34
+ 'parkName'?: string;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof EnergyCostMonthSettingExcelDTO
39
+ */
40
+ 'energyType'?: string;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof EnergyCostMonthSettingExcelDTO
45
+ */
46
+ 'usageScenariosType'?: string;
47
+ /**
48
+ *
49
+ * @type {number}
50
+ * @memberof EnergyCostMonthSettingExcelDTO
51
+ */
52
+ 'standardValue'?: number;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof EnergyCostMonthSettingExcelDTO
57
+ */
58
+ 'yearMonths'?: string;
59
+ /**
60
+ *
61
+ * @type {boolean}
62
+ * @memberof EnergyCostMonthSettingExcelDTO
63
+ */
64
+ 'success'?: boolean;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof EnergyCostMonthSettingExcelDTO
69
+ */
70
+ 'tips'?: string;
71
+ /**
72
+ *
73
+ * @type {number}
74
+ * @memberof EnergyCostMonthSettingExcelDTO
75
+ */
76
+ 'counts'?: number;
77
+ /**
78
+ *
79
+ * @type {number}
80
+ * @memberof EnergyCostMonthSettingExcelDTO
81
+ */
82
+ 'parkId'?: number;
83
+ }
84
+
@@ -203,6 +203,18 @@ export interface EnergyCostRecordInfoNotEmunVO {
203
203
  * @memberof EnergyCostRecordInfoNotEmunVO
204
204
  */
205
205
  'isDelete'?: number;
206
+ /**
207
+ * 上次园区总面积
208
+ * @type {number}
209
+ * @memberof EnergyCostRecordInfoNotEmunVO
210
+ */
211
+ 'lastTotalParkArea'?: number;
212
+ /**
213
+ * 上个月总空仓面积
214
+ * @type {number}
215
+ * @memberof EnergyCostRecordInfoNotEmunVO
216
+ */
217
+ 'lastTotalVacantArea'?: number;
206
218
  /**
207
219
  *
208
220
  * @type {Array<EnergyCostScenariosInfoNotEnumVO>}
@@ -0,0 +1,32 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 费用科目
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const ExpenseSubjectEnum = {
24
+ RepairSafety: 'REPAIR_SAFETY',
25
+ PropertyManagement: 'PROPERTY_MANAGEMENT',
26
+ EnergyPower: 'ENERGY_POWER'
27
+ } as const;
28
+
29
+ export type ExpenseSubjectEnum = typeof ExpenseSubjectEnum[keyof typeof ExpenseSubjectEnum];
30
+
31
+
32
+
package/models/index.ts CHANGED
@@ -111,6 +111,8 @@ export * from './energy-cost-add-setting-dtopark-setting-item';
111
111
  export * from './energy-cost-analysis-list-vo';
112
112
  export * from './energy-cost-analysis-query-dto';
113
113
  export * from './energy-cost-edit-record-dto';
114
+ export * from './energy-cost-import-redis-vo';
115
+ export * from './energy-cost-month-setting-excel-dto';
114
116
  export * from './energy-cost-month-setting-list-summary-standards-vo';
115
117
  export * from './energy-cost-month-setting-list-vo';
116
118
  export * from './energy-cost-per-area-analysis-vo';
@@ -160,6 +162,7 @@ export * from './excel-import-result-dtomaintenance-standard-import-dto';
160
162
  export * from './excel-import-result-dtosurveillance-batch-import-template-dto';
161
163
  export * from './excel-import-result-dtosurveillance-settings-export-dto';
162
164
  export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
165
+ export * from './expense-subject-enum';
163
166
  export * from './exploration-work-order-add-vo';
164
167
  export * from './exploration-work-order-details-dto';
165
168
  export * from './exploration-work-order-info';
@@ -189,6 +192,7 @@ export * from './installation-body-enum';
189
192
  export * from './insurance-notice-vo';
190
193
  export * from './insurance-work-order-issue-vo';
191
194
  export * from './insurance-work-order-vo';
195
+ export * from './invoice-type-enum';
192
196
  export * from './iot-device-status-enum';
193
197
  export * from './iot-device-unit-delete-dto';
194
198
  export * from './item';
@@ -206,6 +210,7 @@ export * from './json-result-boolean';
206
210
  export * from './json-result-calendar-entity';
207
211
  export * from './json-result-dashboard-park-statistics-vo';
208
212
  export * from './json-result-disaster-warning-standard-entity';
213
+ export * from './json-result-energy-cost-import-redis-vo';
209
214
  export * from './json-result-energy-cost-per-area-analysis-vo';
210
215
  export * from './json-result-energy-cost-per-unit-analysis-vo';
211
216
  export * from './json-result-energy-cost-record-bill-info-vo';
@@ -261,6 +266,8 @@ export * from './json-result-list-equipment-tree-dto';
261
266
  export * from './json-result-list-inspection-point';
262
267
  export * from './json-result-list-inspection-standard-entity';
263
268
  export * from './json-result-list-maintenance-standard-entity';
269
+ export * from './json-result-list-mdm-increment-vendor-bank-accounts-vo';
270
+ export * from './json-result-list-mdm-increment-vendors-vo';
264
271
  export * from './json-result-list-park-list-dto';
265
272
  export * from './json-result-list-plan-calendar-list-vo';
266
273
  export * from './json-result-list-plan-calendar-vo';
@@ -302,6 +309,7 @@ export * from './json-result-page-dto-inspection-standard-dto';
302
309
  export * from './json-result-page-dto-maintenance-standard-dto';
303
310
  export * from './json-result-page-dto-open-api-equipment-list-dto';
304
311
  export * from './json-result-page-dto-plan-search-dto';
312
+ export * from './json-result-page-dto-reimbursement-bill-list-vo';
305
313
  export * from './json-result-page-dto-supplier-contract-details-dto';
306
314
  export * from './json-result-page-dto-surveillance-details-dto';
307
315
  export * from './json-result-page-dto-sys-user-msg-dto';
@@ -311,6 +319,7 @@ export * from './json-result-park-info-dto';
311
319
  export * from './json-result-park-settings-details-dto';
312
320
  export * from './json-result-period-detail-resp';
313
321
  export * from './json-result-plan-detail-dto';
322
+ export * from './json-result-reimbursement-bill-details-vo';
314
323
  export * from './json-result-space-add-redis-list-dto';
315
324
  export * from './json-result-space-image-detail-dto';
316
325
  export * from './json-result-srm-center-entity';
@@ -341,6 +350,8 @@ export * from './maintenance-standard-add-or-update-vo';
341
350
  export * from './maintenance-standard-dto';
342
351
  export * from './maintenance-standard-entity';
343
352
  export * from './maintenance-standard-import-dto';
353
+ export * from './mdm-increment-vendor-bank-accounts-vo';
354
+ export * from './mdm-increment-vendors-vo';
344
355
  export * from './media-dto';
345
356
  export * from './message-push-log-search-list-bo';
346
357
  export * from './monitoring-coverage-alert-info';
@@ -375,6 +386,7 @@ export * from './page-dto-inspection-standard-dto';
375
386
  export * from './page-dto-maintenance-standard-dto';
376
387
  export * from './page-dto-open-api-equipment-list-dto';
377
388
  export * from './page-dto-plan-search-dto';
389
+ export * from './page-dto-reimbursement-bill-list-vo';
378
390
  export * from './page-dto-supplier-contract-details-dto';
379
391
  export * from './page-dto-surveillance-details-dto';
380
392
  export * from './page-dto-sys-user-msg-dto';
@@ -389,6 +401,7 @@ export * from './park-plat-form-enum';
389
401
  export * from './park-push-settings-add-bo';
390
402
  export * from './park-settings-details-dto';
391
403
  export * from './park-settings-vo';
404
+ export * from './payment-method-enum';
392
405
  export * from './period-detail-resp';
393
406
  export * from './plan-add-vo';
394
407
  export * from './plan-calendar-list-vo';
@@ -409,6 +422,14 @@ export * from './privacy-update-state-dto';
409
422
  export * from './process-network-monitor-repair-vo';
410
423
  export * from './process-work-order-vo';
411
424
  export * from './register-body';
425
+ export * from './reimbursement-bill-details-vo';
426
+ export * from './reimbursement-bill-draft-dto';
427
+ export * from './reimbursement-bill-handle-info-add-dto';
428
+ export * from './reimbursement-bill-handle-info-vo';
429
+ export * from './reimbursement-bill-list-vo';
430
+ export * from './reimbursement-bill-search-dto';
431
+ export * from './reimbursement-bill-submit-dto';
432
+ export * from './reimbursement-status-enum';
412
433
  export * from './response-data';
413
434
  export * from './result-code';
414
435
  export * from './safety-smart-fire-record-gizone-dto';
@@ -0,0 +1,32 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 发票类型
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const InvoiceTypeEnum = {
24
+ InvoiceFirst: 'INVOICE_FIRST',
25
+ InvoiceAfter: 'INVOICE_AFTER',
26
+ NoInvoice: 'NO_INVOICE'
27
+ } as const;
28
+
29
+ export type InvoiceTypeEnum = typeof InvoiceTypeEnum[keyof typeof InvoiceTypeEnum];
30
+
31
+
32
+
@@ -31,28 +31,28 @@ export interface IPageEnergyCostRecordInfoVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {boolean}
34
+ * @type {number}
35
35
  * @memberof IPageEnergyCostRecordInfoVO
36
36
  */
37
- 'searchCount'?: boolean;
37
+ 'current'?: number;
38
38
  /**
39
39
  *
40
- * @type {number}
40
+ * @type {Array<EnergyCostRecordInfoVO>}
41
41
  * @memberof IPageEnergyCostRecordInfoVO
42
42
  */
43
- 'pages'?: number;
43
+ 'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
48
  */
49
- 'current'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {Array<EnergyCostRecordInfoVO>}
52
+ * @type {number}
53
53
  * @memberof IPageEnergyCostRecordInfoVO
54
54
  */
55
- 'records'?: Array<EnergyCostRecordInfoVO>;
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {boolean}
@@ -0,0 +1,72 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { EnergyCostImportRedisVo } from './energy-cost-import-redis-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultEnergyCostImportRedisVo
27
+ */
28
+ export interface JsonResultEnergyCostImportRedisVo {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultEnergyCostImportRedisVo
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultEnergyCostImportRedisVo
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultEnergyCostImportRedisVo
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {EnergyCostImportRedisVo}
50
+ * @memberof JsonResultEnergyCostImportRedisVo
51
+ */
52
+ 'data'?: EnergyCostImportRedisVo | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultEnergyCostImportRedisVo
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultEnergyCostImportRedisVo
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultEnergyCostImportRedisVo
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,72 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { MdmIncrementVendorBankAccountsVo } from './mdm-increment-vendor-bank-accounts-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListMdmIncrementVendorBankAccountsVo
27
+ */
28
+ export interface JsonResultListMdmIncrementVendorBankAccountsVo {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<MdmIncrementVendorBankAccountsVo>}
50
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
51
+ */
52
+ 'data'?: Array<MdmIncrementVendorBankAccountsVo> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,72 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { MdmIncrementVendorsVo } from './mdm-increment-vendors-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListMdmIncrementVendorsVo
27
+ */
28
+ export interface JsonResultListMdmIncrementVendorsVo {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListMdmIncrementVendorsVo
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListMdmIncrementVendorsVo
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListMdmIncrementVendorsVo
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<MdmIncrementVendorsVo>}
50
+ * @memberof JsonResultListMdmIncrementVendorsVo
51
+ */
52
+ 'data'?: Array<MdmIncrementVendorsVo> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListMdmIncrementVendorsVo
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListMdmIncrementVendorsVo
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListMdmIncrementVendorsVo
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,72 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { PageDtoReimbursementBillListVo } from './page-dto-reimbursement-bill-list-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultPageDtoReimbursementBillListVo
27
+ */
28
+ export interface JsonResultPageDtoReimbursementBillListVo {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultPageDtoReimbursementBillListVo
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultPageDtoReimbursementBillListVo
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultPageDtoReimbursementBillListVo
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {PageDtoReimbursementBillListVo}
50
+ * @memberof JsonResultPageDtoReimbursementBillListVo
51
+ */
52
+ 'data'?: PageDtoReimbursementBillListVo | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultPageDtoReimbursementBillListVo
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultPageDtoReimbursementBillListVo
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultPageDtoReimbursementBillListVo
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,72 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { ReimbursementBillDetailsVo } from './reimbursement-bill-details-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultReimbursementBillDetailsVo
27
+ */
28
+ export interface JsonResultReimbursementBillDetailsVo {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultReimbursementBillDetailsVo
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultReimbursementBillDetailsVo
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultReimbursementBillDetailsVo
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {ReimbursementBillDetailsVo}
50
+ * @memberof JsonResultReimbursementBillDetailsVo
51
+ */
52
+ 'data'?: ReimbursementBillDetailsVo | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultReimbursementBillDetailsVo
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultReimbursementBillDetailsVo
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultReimbursementBillDetailsVo
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+