@gizone/rrs-client 4.2.9-alpha.565 → 4.2.9-alpha.569
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/.openapi-generator/FILES +23 -0
- package/api.ts +2 -0
- package/apis/energy-cost-controller-api.ts +387 -34
- package/apis/mdmapi.ts +217 -0
- package/apis/reimbursement-bill-api.ts +605 -0
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/apis/energy-cost-controller-api.d.ts +208 -25
- package/dist/apis/energy-cost-controller-api.js +315 -21
- package/dist/apis/mdmapi.d.ts +117 -0
- package/dist/apis/mdmapi.js +200 -0
- package/dist/apis/reimbursement-bill-api.d.ts +323 -0
- package/dist/apis/reimbursement-bill-api.js +489 -0
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/apis/energy-cost-controller-api.d.ts +208 -25
- package/dist/esm/apis/energy-cost-controller-api.js +314 -20
- package/dist/esm/apis/mdmapi.d.ts +117 -0
- package/dist/esm/apis/mdmapi.js +193 -0
- package/dist/esm/apis/reimbursement-bill-api.d.ts +323 -0
- package/dist/esm/apis/reimbursement-bill-api.js +482 -0
- package/dist/esm/models/energy-cost-import-redis-vo.d.ts +55 -0
- package/dist/esm/models/energy-cost-import-redis-vo.js +14 -0
- package/dist/esm/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
- package/dist/esm/models/energy-cost-month-setting-excel-dto.js +14 -0
- package/dist/esm/models/expense-subject-enum.d.ts +22 -0
- package/dist/esm/models/expense-subject-enum.js +23 -0
- package/dist/esm/models/index.d.ts +21 -0
- package/dist/esm/models/index.js +21 -0
- package/dist/esm/models/invoice-type-enum.d.ts +22 -0
- package/dist/esm/models/invoice-type-enum.js +23 -0
- package/dist/esm/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-import-redis-vo.js +14 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +14 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
- package/dist/esm/models/json-result-reimbursement-bill-details-vo.js +14 -0
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.js +14 -0
- package/dist/esm/models/mdm-increment-vendors-vo.d.ts +90 -0
- package/dist/esm/models/mdm-increment-vendors-vo.js +14 -0
- package/dist/esm/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/payment-method-enum.d.ts +23 -0
- package/dist/esm/models/payment-method-enum.js +24 -0
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +242 -0
- package/dist/esm/models/reimbursement-bill-details-vo.js +22 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +188 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.js +22 -0
- package/dist/esm/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
- package/dist/esm/models/reimbursement-bill-handle-info-add-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
- package/dist/esm/models/reimbursement-bill-handle-info-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +142 -0
- package/dist/esm/models/reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-search-dto.d.ts +68 -0
- package/dist/esm/models/reimbursement-bill-search-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +188 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.js +22 -0
- package/dist/esm/models/reimbursement-status-enum.d.ts +23 -0
- package/dist/esm/models/reimbursement-status-enum.js +24 -0
- package/dist/models/energy-cost-import-redis-vo.d.ts +55 -0
- package/dist/models/energy-cost-import-redis-vo.js +15 -0
- package/dist/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
- package/dist/models/energy-cost-month-setting-excel-dto.js +15 -0
- package/dist/models/expense-subject-enum.d.ts +22 -0
- package/dist/models/expense-subject-enum.js +26 -0
- package/dist/models/index.d.ts +21 -0
- package/dist/models/index.js +21 -0
- package/dist/models/invoice-type-enum.d.ts +22 -0
- package/dist/models/invoice-type-enum.js +26 -0
- package/dist/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-import-redis-vo.js +15 -0
- package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
- package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +15 -0
- package/dist/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
- package/dist/models/json-result-list-mdm-increment-vendors-vo.js +15 -0
- package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.js +15 -0
- package/dist/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
- package/dist/models/json-result-reimbursement-bill-details-vo.js +15 -0
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.js +15 -0
- package/dist/models/mdm-increment-vendors-vo.d.ts +90 -0
- package/dist/models/mdm-increment-vendors-vo.js +15 -0
- package/dist/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
- package/dist/models/page-dto-reimbursement-bill-list-vo.js +15 -0
- package/dist/models/payment-method-enum.d.ts +23 -0
- package/dist/models/payment-method-enum.js +27 -0
- package/dist/models/reimbursement-bill-details-vo.d.ts +242 -0
- package/dist/models/reimbursement-bill-details-vo.js +25 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +188 -0
- package/dist/models/reimbursement-bill-draft-dto.js +25 -0
- package/dist/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
- package/dist/models/reimbursement-bill-handle-info-add-dto.js +15 -0
- package/dist/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
- package/dist/models/reimbursement-bill-handle-info-vo.js +15 -0
- package/dist/models/reimbursement-bill-list-vo.d.ts +142 -0
- package/dist/models/reimbursement-bill-list-vo.js +15 -0
- package/dist/models/reimbursement-bill-search-dto.d.ts +68 -0
- package/dist/models/reimbursement-bill-search-dto.js +15 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +188 -0
- package/dist/models/reimbursement-bill-submit-dto.js +25 -0
- package/dist/models/reimbursement-status-enum.d.ts +23 -0
- package/dist/models/reimbursement-status-enum.js +27 -0
- package/models/energy-cost-import-redis-vo.ts +63 -0
- package/models/energy-cost-month-setting-excel-dto.ts +84 -0
- package/models/expense-subject-enum.ts +32 -0
- package/models/index.ts +21 -0
- package/models/invoice-type-enum.ts +32 -0
- package/models/json-result-energy-cost-import-redis-vo.ts +72 -0
- package/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts +72 -0
- package/models/json-result-list-mdm-increment-vendors-vo.ts +72 -0
- package/models/json-result-page-dto-reimbursement-bill-list-vo.ts +72 -0
- package/models/json-result-reimbursement-bill-details-vo.ts +72 -0
- package/models/mdm-increment-vendor-bank-accounts-vo.ts +78 -0
- package/models/mdm-increment-vendors-vo.ts +96 -0
- package/models/page-dto-reimbursement-bill-list-vo.ts +39 -0
- package/models/payment-method-enum.ts +33 -0
- package/models/reimbursement-bill-details-vo.ts +259 -0
- package/models/reimbursement-bill-draft-dto.ts +205 -0
- package/models/reimbursement-bill-handle-info-add-dto.ts +42 -0
- package/models/reimbursement-bill-handle-info-vo.ts +54 -0
- package/models/reimbursement-bill-list-vo.ts +158 -0
- package/models/reimbursement-bill-search-dto.ts +80 -0
- package/models/reimbursement-bill-submit-dto.ts +205 -0
- package/models/reimbursement-status-enum.ts +33 -0
- package/ossutil.log +1095 -1092
- package/package.json +1 -1
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const ExpenseSubjectEnum = {
|
|
20
|
+
RepairSafety: 'REPAIR_SAFETY',
|
|
21
|
+
PropertyManagement: 'PROPERTY_MANAGEMENT',
|
|
22
|
+
EnergyPower: 'ENERGY_POWER'
|
|
23
|
+
};
|
|
@@ -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';
|
package/dist/esm/models/index.js
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,22 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* 发票类型
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const InvoiceTypeEnum: {
|
|
18
|
+
readonly InvoiceFirst: "INVOICE_FIRST";
|
|
19
|
+
readonly InvoiceAfter: "INVOICE_AFTER";
|
|
20
|
+
readonly NoInvoice: "NO_INVOICE";
|
|
21
|
+
};
|
|
22
|
+
export type InvoiceTypeEnum = typeof InvoiceTypeEnum[keyof typeof InvoiceTypeEnum];
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const InvoiceTypeEnum = {
|
|
20
|
+
InvoiceFirst: 'INVOICE_FIRST',
|
|
21
|
+
InvoiceAfter: 'INVOICE_AFTER',
|
|
22
|
+
NoInvoice: 'NO_INVOICE'
|
|
23
|
+
};
|
|
@@ -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 { EnergyCostImportRedisVo } from './energy-cost-import-redis-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultEnergyCostImportRedisVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultEnergyCostImportRedisVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultEnergyCostImportRedisVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultEnergyCostImportRedisVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultEnergyCostImportRedisVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {EnergyCostImportRedisVo}
|
|
41
|
+
* @memberof JsonResultEnergyCostImportRedisVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: EnergyCostImportRedisVo | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultEnergyCostImportRedisVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultEnergyCostImportRedisVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultEnergyCostImportRedisVo
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -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 { MdmIncrementVendorBankAccountsVo } from './mdm-increment-vendor-bank-accounts-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListMdmIncrementVendorBankAccountsVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListMdmIncrementVendorBankAccountsVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListMdmIncrementVendorBankAccountsVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListMdmIncrementVendorBankAccountsVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListMdmIncrementVendorBankAccountsVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<MdmIncrementVendorBankAccountsVo>}
|
|
41
|
+
* @memberof JsonResultListMdmIncrementVendorBankAccountsVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<MdmIncrementVendorBankAccountsVo> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListMdmIncrementVendorBankAccountsVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListMdmIncrementVendorBankAccountsVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListMdmIncrementVendorBankAccountsVo
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -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 { MdmIncrementVendorsVo } from './mdm-increment-vendors-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListMdmIncrementVendorsVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListMdmIncrementVendorsVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListMdmIncrementVendorsVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListMdmIncrementVendorsVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListMdmIncrementVendorsVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<MdmIncrementVendorsVo>}
|
|
41
|
+
* @memberof JsonResultListMdmIncrementVendorsVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<MdmIncrementVendorsVo> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListMdmIncrementVendorsVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListMdmIncrementVendorsVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListMdmIncrementVendorsVo
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -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 { PageDtoReimbursementBillListVo } from './page-dto-reimbursement-bill-list-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultPageDtoReimbursementBillListVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultPageDtoReimbursementBillListVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultPageDtoReimbursementBillListVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultPageDtoReimbursementBillListVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultPageDtoReimbursementBillListVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {PageDtoReimbursementBillListVo}
|
|
41
|
+
* @memberof JsonResultPageDtoReimbursementBillListVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: PageDtoReimbursementBillListVo | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultPageDtoReimbursementBillListVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultPageDtoReimbursementBillListVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultPageDtoReimbursementBillListVo
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -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 { ReimbursementBillDetailsVo } from './reimbursement-bill-details-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultReimbursementBillDetailsVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultReimbursementBillDetailsVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultReimbursementBillDetailsVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultReimbursementBillDetailsVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultReimbursementBillDetailsVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ReimbursementBillDetailsVo}
|
|
41
|
+
* @memberof JsonResultReimbursementBillDetailsVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: ReimbursementBillDetailsVo | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultReimbursementBillDetailsVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultReimbursementBillDetailsVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultReimbursementBillDetailsVo
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|