@gizone/rrs-client 4.2.9-alpha.642 → 4.2.9-alpha.657
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 +26 -0
- package/apis/dashboard-api.ts +544 -0
- package/apis/device-api.ts +15 -15
- package/apis/hwork-api.ts +93 -0
- package/apis/maintenance-order-api.ts +383 -268
- package/apis/reimbursement-bill-api.ts +89 -0
- package/apis/web-hook-api.ts +364 -0
- package/dist/apis/dashboard-api.d.ts +281 -0
- package/dist/apis/dashboard-api.js +420 -0
- package/dist/apis/device-api.d.ts +10 -10
- package/dist/apis/device-api.js +11 -11
- package/dist/apis/hwork-api.d.ts +48 -0
- package/dist/apis/hwork-api.js +70 -0
- package/dist/apis/maintenance-order-api.d.ts +249 -186
- package/dist/apis/maintenance-order-api.js +269 -190
- package/dist/apis/reimbursement-bill-api.d.ts +47 -0
- package/dist/apis/reimbursement-bill-api.js +69 -0
- package/dist/apis/web-hook-api.d.ts +212 -0
- package/dist/apis/web-hook-api.js +280 -0
- package/dist/esm/apis/dashboard-api.d.ts +281 -0
- package/dist/esm/apis/dashboard-api.js +420 -0
- package/dist/esm/apis/device-api.d.ts +10 -10
- package/dist/esm/apis/device-api.js +11 -11
- package/dist/esm/apis/hwork-api.d.ts +48 -0
- package/dist/esm/apis/hwork-api.js +71 -1
- package/dist/esm/apis/maintenance-order-api.d.ts +249 -186
- package/dist/esm/apis/maintenance-order-api.js +269 -190
- package/dist/esm/apis/reimbursement-bill-api.d.ts +47 -0
- package/dist/esm/apis/reimbursement-bill-api.js +69 -0
- package/dist/esm/apis/web-hook-api.d.ts +212 -0
- package/dist/esm/apis/web-hook-api.js +280 -0
- package/dist/esm/models/budget-interaction-result-detail-dto.d.ts +48 -0
- package/dist/esm/models/budget-interaction-result-detail-dto.js +14 -0
- package/dist/esm/models/czy-budget-interaction-result-webhook-dto.d.ts +79 -0
- package/dist/esm/models/czy-budget-interaction-result-webhook-dto.js +14 -0
- package/dist/esm/models/czy-settlement-interaction-webhook-dto.d.ts +57 -0
- package/dist/esm/models/czy-settlement-interaction-webhook-dto.js +14 -0
- package/dist/esm/models/czycover-file-url-webhook-dto.d.ts +84 -0
- package/dist/esm/models/czycover-file-url-webhook-dto.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-by-park-search-dto.d.ts +80 -0
- package/dist/esm/models/dashboard-maintenance-order-by-park-search-dto.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-list-search-dto.d.ts +98 -0
- package/dist/esm/models/dashboard-maintenance-order-list-search-dto.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +90 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-park-vo.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +85 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.js +14 -0
- package/dist/esm/models/dept.d.ts +36 -0
- package/dist/esm/models/dept.js +14 -0
- package/dist/esm/models/hwork-notice-bpm-dto.d.ts +60 -0
- package/dist/esm/models/hwork-notice-bpm-dto.js +14 -0
- package/dist/esm/models/hwork-user-list-req-dto.d.ts +30 -0
- package/dist/esm/models/hwork-user-list-req-dto.js +14 -0
- package/dist/esm/models/hwork-user-list-result-vo.d.ts +44 -0
- package/dist/esm/models/hwork-user-list-result-vo.js +14 -0
- package/dist/esm/models/index.d.ts +26 -0
- package/dist/esm/models/index.js +26 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
- package/dist/esm/models/json-result-hwork-user-list-result-vo.d.ts +62 -0
- package/dist/esm/models/json-result-hwork-user-list-result-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.js +14 -0
- package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.js +14 -0
- package/dist/esm/models/maintenance-order-approval-config-add-dto.d.ts +6 -0
- package/dist/esm/models/maintenance-order-list-vo.d.ts +6 -0
- package/dist/esm/models/maintenance-order-process-record-list-vo.d.ts +61 -0
- package/dist/esm/models/maintenance-order-process-record-list-vo.js +14 -0
- package/dist/esm/models/maintenance-order-process-status-enum.d.ts +30 -0
- package/dist/esm/models/maintenance-order-process-status-enum.js +31 -0
- package/dist/esm/models/maintenance-order-status-enum.d.ts +1 -1
- package/dist/esm/models/maintenance-order-status-enum.js +1 -1
- package/dist/esm/models/maintenance-order-type-enum.d.ts +1 -1
- package/dist/esm/models/maintenance-order-type-enum.js +1 -1
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +9 -9
- package/dist/esm/models/mdm-increment-vendors-vo.d.ts +12 -12
- package/dist/esm/models/payment-result-dto.d.ts +102 -0
- package/dist/esm/models/payment-result-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.d.ts +55 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-process-type-enum.d.ts +22 -0
- package/dist/esm/models/reimbursement-bill-process-type-enum.js +23 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +7 -1
- package/dist/esm/models/reimbursement-create-result-dto.d.ts +48 -0
- package/dist/esm/models/reimbursement-create-result-dto.js +14 -0
- package/dist/esm/models/reimbursement-platform-status-dto.d.ts +169 -0
- package/dist/esm/models/reimbursement-platform-status-dto.js +14 -0
- package/dist/esm/models/reimbursement-reverse-status-dto.d.ts +60 -0
- package/dist/esm/models/reimbursement-reverse-status-dto.js +14 -0
- package/dist/esm/models/user.d.ts +36 -0
- package/dist/esm/models/user.js +14 -0
- package/dist/models/budget-interaction-result-detail-dto.d.ts +48 -0
- package/dist/models/budget-interaction-result-detail-dto.js +15 -0
- package/dist/models/czy-budget-interaction-result-webhook-dto.d.ts +79 -0
- package/dist/models/czy-budget-interaction-result-webhook-dto.js +15 -0
- package/dist/models/czy-settlement-interaction-webhook-dto.d.ts +57 -0
- package/dist/models/czy-settlement-interaction-webhook-dto.js +15 -0
- package/dist/models/czycover-file-url-webhook-dto.d.ts +84 -0
- package/dist/models/czycover-file-url-webhook-dto.js +15 -0
- package/dist/models/dashboard-maintenance-order-by-park-search-dto.d.ts +80 -0
- package/dist/models/dashboard-maintenance-order-by-park-search-dto.js +15 -0
- package/dist/models/dashboard-maintenance-order-list-search-dto.d.ts +98 -0
- package/dist/models/dashboard-maintenance-order-list-search-dto.js +15 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +90 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-park-vo.js +15 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +85 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.js +15 -0
- package/dist/models/dept.d.ts +36 -0
- package/dist/models/dept.js +15 -0
- package/dist/models/hwork-notice-bpm-dto.d.ts +60 -0
- package/dist/models/hwork-notice-bpm-dto.js +15 -0
- package/dist/models/hwork-user-list-req-dto.d.ts +30 -0
- package/dist/models/hwork-user-list-req-dto.js +15 -0
- package/dist/models/hwork-user-list-result-vo.d.ts +44 -0
- package/dist/models/hwork-user-list-result-vo.js +15 -0
- package/dist/models/index.d.ts +26 -0
- package/dist/models/index.js +26 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
- package/dist/models/json-result-hwork-user-list-result-vo.d.ts +62 -0
- package/dist/models/json-result-hwork-user-list-result-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.js +15 -0
- package/dist/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-maintenance-order-process-record-list-vo.js +15 -0
- package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.js +15 -0
- package/dist/models/maintenance-order-approval-config-add-dto.d.ts +6 -0
- package/dist/models/maintenance-order-list-vo.d.ts +6 -0
- package/dist/models/maintenance-order-process-record-list-vo.d.ts +61 -0
- package/dist/models/maintenance-order-process-record-list-vo.js +15 -0
- package/dist/models/maintenance-order-process-status-enum.d.ts +30 -0
- package/dist/models/maintenance-order-process-status-enum.js +34 -0
- package/dist/models/maintenance-order-status-enum.d.ts +1 -1
- package/dist/models/maintenance-order-status-enum.js +1 -1
- package/dist/models/maintenance-order-type-enum.d.ts +1 -1
- package/dist/models/maintenance-order-type-enum.js +1 -1
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +9 -9
- package/dist/models/mdm-increment-vendors-vo.d.ts +12 -12
- package/dist/models/payment-result-dto.d.ts +102 -0
- package/dist/models/payment-result-dto.js +15 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.d.ts +55 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.js +15 -0
- package/dist/models/reimbursement-bill-process-type-enum.d.ts +22 -0
- package/dist/models/reimbursement-bill-process-type-enum.js +26 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +7 -1
- package/dist/models/reimbursement-create-result-dto.d.ts +48 -0
- package/dist/models/reimbursement-create-result-dto.js +15 -0
- package/dist/models/reimbursement-platform-status-dto.d.ts +169 -0
- package/dist/models/reimbursement-platform-status-dto.js +15 -0
- package/dist/models/reimbursement-reverse-status-dto.d.ts +60 -0
- package/dist/models/reimbursement-reverse-status-dto.js +15 -0
- package/dist/models/user.d.ts +36 -0
- package/dist/models/user.js +15 -0
- package/models/budget-interaction-result-detail-dto.ts +54 -0
- package/models/czy-budget-interaction-result-webhook-dto.ts +87 -0
- package/models/czy-settlement-interaction-webhook-dto.ts +69 -0
- package/models/czycover-file-url-webhook-dto.ts +90 -0
- package/models/dashboard-maintenance-order-by-park-search-dto.ts +90 -0
- package/models/dashboard-maintenance-order-list-search-dto.ts +108 -0
- package/models/dashboard-maintenance-order-statistics-by-park-vo.ts +96 -0
- package/models/dashboard-maintenance-order-statistics-by-type-vo.ts +95 -0
- package/models/dept.ts +42 -0
- package/models/hwork-notice-bpm-dto.ts +66 -0
- package/models/hwork-user-list-req-dto.ts +36 -0
- package/models/hwork-user-list-result-vo.ts +54 -0
- package/models/index.ts +26 -0
- package/models/ipage-energy-cost-record-info-vo.ts +3 -3
- package/models/json-result-hwork-user-list-result-vo.ts +72 -0
- package/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.ts +72 -0
- package/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.ts +72 -0
- package/models/json-result-list-maintenance-order-process-record-list-vo.ts +72 -0
- package/models/json-result-list-reimbursement-bill-process-record-list-vo.ts +72 -0
- package/models/maintenance-order-approval-config-add-dto.ts +6 -0
- package/models/maintenance-order-list-vo.ts +6 -0
- package/models/maintenance-order-process-record-list-vo.ts +71 -0
- package/models/maintenance-order-process-status-enum.ts +40 -0
- package/models/maintenance-order-status-enum.ts +1 -1
- package/models/maintenance-order-type-enum.ts +1 -1
- package/models/mdm-increment-vendor-bank-accounts-vo.ts +9 -9
- package/models/mdm-increment-vendors-vo.ts +12 -12
- package/models/payment-result-dto.ts +108 -0
- package/models/reimbursement-bill-draft-dto.ts +6 -0
- package/models/reimbursement-bill-process-record-list-vo.ts +65 -0
- package/models/reimbursement-bill-process-type-enum.ts +32 -0
- package/models/reimbursement-bill-submit-dto.ts +7 -1
- package/models/reimbursement-create-result-dto.ts +54 -0
- package/models/reimbursement-platform-status-dto.ts +177 -0
- package/models/reimbursement-reverse-status-dto.ts +66 -0
- package/models/user.ts +42 -0
- package/ossutil.log +1182 -1176
- package/package.json +1 -1
package/dist/models/index.d.ts
CHANGED
|
@@ -67,10 +67,12 @@ export * from './area-park-dto';
|
|
|
67
67
|
export * from './area-park-vo';
|
|
68
68
|
export * from './base-error-result';
|
|
69
69
|
export * from './budget-balance-query-dto';
|
|
70
|
+
export * from './budget-interaction-result-detail-dto';
|
|
70
71
|
export * from './budget-object';
|
|
71
72
|
export * from './business-contacts-vo';
|
|
72
73
|
export * from './cuser-info';
|
|
73
74
|
export * from './cuser-update-pass-word-vo';
|
|
75
|
+
export * from './czycover-file-url-webhook-dto';
|
|
74
76
|
export * from './calendar-entity';
|
|
75
77
|
export * from './calendar-export-dto';
|
|
76
78
|
export * from './calendar-save-update-dto';
|
|
@@ -79,7 +81,9 @@ export * from './center-list-dto';
|
|
|
79
81
|
export * from './change-password-dto';
|
|
80
82
|
export * from './choose-pak-body';
|
|
81
83
|
export * from './czy-budget-balance-vo';
|
|
84
|
+
export * from './czy-budget-interaction-result-webhook-dto';
|
|
82
85
|
export * from './czy-organization-cost-vo';
|
|
86
|
+
export * from './czy-settlement-interaction-webhook-dto';
|
|
83
87
|
export * from './czy-system-organization-member-detail-vo';
|
|
84
88
|
export * from './dashboard-access-park-group-stats-vo';
|
|
85
89
|
export * from './dashboard-access-search-dto';
|
|
@@ -88,6 +92,10 @@ export * from './dashboard-base-search-dto';
|
|
|
88
92
|
export * from './dashboard-equipment-park-group-stats-vo';
|
|
89
93
|
export * from './dashboard-equipment-search-dto';
|
|
90
94
|
export * from './dashboard-equipment-system-group-stats-vo';
|
|
95
|
+
export * from './dashboard-maintenance-order-by-park-search-dto';
|
|
96
|
+
export * from './dashboard-maintenance-order-list-search-dto';
|
|
97
|
+
export * from './dashboard-maintenance-order-statistics-by-park-vo';
|
|
98
|
+
export * from './dashboard-maintenance-order-statistics-by-type-vo';
|
|
91
99
|
export * from './dashboard-park-statistics-vo';
|
|
92
100
|
export * from './dashboard-series-stats-base-vo';
|
|
93
101
|
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
@@ -102,6 +110,7 @@ export * from './dashboard-work-order-park-group-stats-vo';
|
|
|
102
110
|
export * from './dashboard-work-order-type-group-stats-vo';
|
|
103
111
|
export * from './dashboard-work-order-type-subcategory-group-stats-vo';
|
|
104
112
|
export * from './del-user-vo';
|
|
113
|
+
export * from './dept';
|
|
105
114
|
export * from './dept-relation';
|
|
106
115
|
export * from './dept-relation-dto';
|
|
107
116
|
export * from './devices-status-update-vo';
|
|
@@ -179,6 +188,9 @@ export * from './followup-work-order-dto';
|
|
|
179
188
|
export * from './functional-area-enum';
|
|
180
189
|
export * from './fusion-role-request-dto';
|
|
181
190
|
export * from './group-dept-vo';
|
|
191
|
+
export * from './hwork-notice-bpm-dto';
|
|
192
|
+
export * from './hwork-user-list-req-dto';
|
|
193
|
+
export * from './hwork-user-list-result-vo';
|
|
182
194
|
export * from './hik-get-cameras-info-vo';
|
|
183
195
|
export * from './ipage-energy-cost-record-info-vo';
|
|
184
196
|
export * from './inspection-category-enum';
|
|
@@ -240,6 +252,7 @@ export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto
|
|
|
240
252
|
export * from './json-result-exploration-work-order-details-dto';
|
|
241
253
|
export * from './json-result-file-dto';
|
|
242
254
|
export * from './json-result-group-dept-vo';
|
|
255
|
+
export * from './json-result-hwork-user-list-result-vo';
|
|
243
256
|
export * from './json-result-ipage-energy-cost-record-info-vo';
|
|
244
257
|
export * from './json-result-inspection-standard-entity';
|
|
245
258
|
export * from './json-result-integer';
|
|
@@ -257,6 +270,8 @@ export * from './json-result-list-dashboard-access-park-group-stats-vo';
|
|
|
257
270
|
export * from './json-result-list-dashboard-access-source-group-stats-vo';
|
|
258
271
|
export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
|
|
259
272
|
export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
|
|
273
|
+
export * from './json-result-list-dashboard-maintenance-order-statistics-by-park-vo';
|
|
274
|
+
export * from './json-result-list-dashboard-maintenance-order-statistics-by-type-vo';
|
|
260
275
|
export * from './json-result-list-dashboard-series-stats-base-vo';
|
|
261
276
|
export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
|
|
262
277
|
export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
@@ -274,6 +289,7 @@ export * from './json-result-list-equipment-system-tree-dto';
|
|
|
274
289
|
export * from './json-result-list-equipment-tree-dto';
|
|
275
290
|
export * from './json-result-list-inspection-point';
|
|
276
291
|
export * from './json-result-list-inspection-standard-entity';
|
|
292
|
+
export * from './json-result-list-maintenance-order-process-record-list-vo';
|
|
277
293
|
export * from './json-result-list-maintenance-standard-entity';
|
|
278
294
|
export * from './json-result-list-mdm-increment-vendor-bank-accounts-vo';
|
|
279
295
|
export * from './json-result-list-mdm-increment-vendors-vo';
|
|
@@ -281,6 +297,7 @@ export * from './json-result-list-park-list-dto';
|
|
|
281
297
|
export * from './json-result-list-plan-calendar-list-vo';
|
|
282
298
|
export * from './json-result-list-plan-calendar-vo';
|
|
283
299
|
export * from './json-result-list-reimbursement-bill-payer-vo';
|
|
300
|
+
export * from './json-result-list-reimbursement-bill-process-record-list-vo';
|
|
284
301
|
export * from './json-result-list-space-image-detail-dto';
|
|
285
302
|
export * from './json-result-list-space-point-dto';
|
|
286
303
|
export * from './json-result-list-space-qr-code-dto';
|
|
@@ -370,6 +387,8 @@ export * from './maintenance-order-approval-config-add-dto';
|
|
|
370
387
|
export * from './maintenance-order-construction-details-vo';
|
|
371
388
|
export * from './maintenance-order-details-vo';
|
|
372
389
|
export * from './maintenance-order-list-vo';
|
|
390
|
+
export * from './maintenance-order-process-record-list-vo';
|
|
391
|
+
export * from './maintenance-order-process-status-enum';
|
|
373
392
|
export * from './maintenance-order-settlement-add-dto';
|
|
374
393
|
export * from './maintenance-order-settlement-details-vo';
|
|
375
394
|
export * from './maintenance-order-status-enum';
|
|
@@ -436,6 +455,7 @@ export * from './park-push-settings-add-bo';
|
|
|
436
455
|
export * from './park-settings-details-dto';
|
|
437
456
|
export * from './park-settings-vo';
|
|
438
457
|
export * from './payment-method-enum';
|
|
458
|
+
export * from './payment-result-dto';
|
|
439
459
|
export * from './perform-object';
|
|
440
460
|
export * from './period-detail-resp';
|
|
441
461
|
export * from './plan-add-vo';
|
|
@@ -463,8 +483,13 @@ export * from './reimbursement-bill-handle-info-add-dto';
|
|
|
463
483
|
export * from './reimbursement-bill-handle-info-vo';
|
|
464
484
|
export * from './reimbursement-bill-list-vo';
|
|
465
485
|
export * from './reimbursement-bill-payer-vo';
|
|
486
|
+
export * from './reimbursement-bill-process-record-list-vo';
|
|
487
|
+
export * from './reimbursement-bill-process-type-enum';
|
|
466
488
|
export * from './reimbursement-bill-search-dto';
|
|
467
489
|
export * from './reimbursement-bill-submit-dto';
|
|
490
|
+
export * from './reimbursement-create-result-dto';
|
|
491
|
+
export * from './reimbursement-platform-status-dto';
|
|
492
|
+
export * from './reimbursement-reverse-status-dto';
|
|
468
493
|
export * from './reimbursement-status-enum';
|
|
469
494
|
export * from './response-data';
|
|
470
495
|
export * from './result-code';
|
|
@@ -553,6 +578,7 @@ export * from './system-user-msg-source-type-enum';
|
|
|
553
578
|
export * from './system-user-msg-type-enum';
|
|
554
579
|
export * from './table-data-info';
|
|
555
580
|
export * from './third-party-system-enum';
|
|
581
|
+
export * from './user';
|
|
556
582
|
export * from './user-add-redis-list-vo';
|
|
557
583
|
export * from './user-batch-import-upload-request';
|
|
558
584
|
export * from './user-bind-body';
|
package/dist/models/index.js
CHANGED
|
@@ -83,10 +83,12 @@ __exportStar(require("./area-park-dto"), exports);
|
|
|
83
83
|
__exportStar(require("./area-park-vo"), exports);
|
|
84
84
|
__exportStar(require("./base-error-result"), exports);
|
|
85
85
|
__exportStar(require("./budget-balance-query-dto"), exports);
|
|
86
|
+
__exportStar(require("./budget-interaction-result-detail-dto"), exports);
|
|
86
87
|
__exportStar(require("./budget-object"), exports);
|
|
87
88
|
__exportStar(require("./business-contacts-vo"), exports);
|
|
88
89
|
__exportStar(require("./cuser-info"), exports);
|
|
89
90
|
__exportStar(require("./cuser-update-pass-word-vo"), exports);
|
|
91
|
+
__exportStar(require("./czycover-file-url-webhook-dto"), exports);
|
|
90
92
|
__exportStar(require("./calendar-entity"), exports);
|
|
91
93
|
__exportStar(require("./calendar-export-dto"), exports);
|
|
92
94
|
__exportStar(require("./calendar-save-update-dto"), exports);
|
|
@@ -95,7 +97,9 @@ __exportStar(require("./center-list-dto"), exports);
|
|
|
95
97
|
__exportStar(require("./change-password-dto"), exports);
|
|
96
98
|
__exportStar(require("./choose-pak-body"), exports);
|
|
97
99
|
__exportStar(require("./czy-budget-balance-vo"), exports);
|
|
100
|
+
__exportStar(require("./czy-budget-interaction-result-webhook-dto"), exports);
|
|
98
101
|
__exportStar(require("./czy-organization-cost-vo"), exports);
|
|
102
|
+
__exportStar(require("./czy-settlement-interaction-webhook-dto"), exports);
|
|
99
103
|
__exportStar(require("./czy-system-organization-member-detail-vo"), exports);
|
|
100
104
|
__exportStar(require("./dashboard-access-park-group-stats-vo"), exports);
|
|
101
105
|
__exportStar(require("./dashboard-access-search-dto"), exports);
|
|
@@ -104,6 +108,10 @@ __exportStar(require("./dashboard-base-search-dto"), exports);
|
|
|
104
108
|
__exportStar(require("./dashboard-equipment-park-group-stats-vo"), exports);
|
|
105
109
|
__exportStar(require("./dashboard-equipment-search-dto"), exports);
|
|
106
110
|
__exportStar(require("./dashboard-equipment-system-group-stats-vo"), exports);
|
|
111
|
+
__exportStar(require("./dashboard-maintenance-order-by-park-search-dto"), exports);
|
|
112
|
+
__exportStar(require("./dashboard-maintenance-order-list-search-dto"), exports);
|
|
113
|
+
__exportStar(require("./dashboard-maintenance-order-statistics-by-park-vo"), exports);
|
|
114
|
+
__exportStar(require("./dashboard-maintenance-order-statistics-by-type-vo"), exports);
|
|
107
115
|
__exportStar(require("./dashboard-park-statistics-vo"), exports);
|
|
108
116
|
__exportStar(require("./dashboard-series-stats-base-vo"), exports);
|
|
109
117
|
__exportStar(require("./dashboard-surveillance-functional-area-group-stats-vo"), exports);
|
|
@@ -118,6 +126,7 @@ __exportStar(require("./dashboard-work-order-park-group-stats-vo"), exports);
|
|
|
118
126
|
__exportStar(require("./dashboard-work-order-type-group-stats-vo"), exports);
|
|
119
127
|
__exportStar(require("./dashboard-work-order-type-subcategory-group-stats-vo"), exports);
|
|
120
128
|
__exportStar(require("./del-user-vo"), exports);
|
|
129
|
+
__exportStar(require("./dept"), exports);
|
|
121
130
|
__exportStar(require("./dept-relation"), exports);
|
|
122
131
|
__exportStar(require("./dept-relation-dto"), exports);
|
|
123
132
|
__exportStar(require("./devices-status-update-vo"), exports);
|
|
@@ -195,6 +204,9 @@ __exportStar(require("./followup-work-order-dto"), exports);
|
|
|
195
204
|
__exportStar(require("./functional-area-enum"), exports);
|
|
196
205
|
__exportStar(require("./fusion-role-request-dto"), exports);
|
|
197
206
|
__exportStar(require("./group-dept-vo"), exports);
|
|
207
|
+
__exportStar(require("./hwork-notice-bpm-dto"), exports);
|
|
208
|
+
__exportStar(require("./hwork-user-list-req-dto"), exports);
|
|
209
|
+
__exportStar(require("./hwork-user-list-result-vo"), exports);
|
|
198
210
|
__exportStar(require("./hik-get-cameras-info-vo"), exports);
|
|
199
211
|
__exportStar(require("./ipage-energy-cost-record-info-vo"), exports);
|
|
200
212
|
__exportStar(require("./inspection-category-enum"), exports);
|
|
@@ -256,6 +268,7 @@ __exportStar(require("./json-result-excel-import-upload-to-redis-vo-space-add-ex
|
|
|
256
268
|
__exportStar(require("./json-result-exploration-work-order-details-dto"), exports);
|
|
257
269
|
__exportStar(require("./json-result-file-dto"), exports);
|
|
258
270
|
__exportStar(require("./json-result-group-dept-vo"), exports);
|
|
271
|
+
__exportStar(require("./json-result-hwork-user-list-result-vo"), exports);
|
|
259
272
|
__exportStar(require("./json-result-ipage-energy-cost-record-info-vo"), exports);
|
|
260
273
|
__exportStar(require("./json-result-inspection-standard-entity"), exports);
|
|
261
274
|
__exportStar(require("./json-result-integer"), exports);
|
|
@@ -273,6 +286,8 @@ __exportStar(require("./json-result-list-dashboard-access-park-group-stats-vo"),
|
|
|
273
286
|
__exportStar(require("./json-result-list-dashboard-access-source-group-stats-vo"), exports);
|
|
274
287
|
__exportStar(require("./json-result-list-dashboard-equipment-park-group-stats-vo"), exports);
|
|
275
288
|
__exportStar(require("./json-result-list-dashboard-equipment-system-group-stats-vo"), exports);
|
|
289
|
+
__exportStar(require("./json-result-list-dashboard-maintenance-order-statistics-by-park-vo"), exports);
|
|
290
|
+
__exportStar(require("./json-result-list-dashboard-maintenance-order-statistics-by-type-vo"), exports);
|
|
276
291
|
__exportStar(require("./json-result-list-dashboard-series-stats-base-vo"), exports);
|
|
277
292
|
__exportStar(require("./json-result-list-dashboard-surveillance-functional-area-group-stats-vo"), exports);
|
|
278
293
|
__exportStar(require("./json-result-list-dashboard-surveillance-park-group-stats-vo"), exports);
|
|
@@ -290,6 +305,7 @@ __exportStar(require("./json-result-list-equipment-system-tree-dto"), exports);
|
|
|
290
305
|
__exportStar(require("./json-result-list-equipment-tree-dto"), exports);
|
|
291
306
|
__exportStar(require("./json-result-list-inspection-point"), exports);
|
|
292
307
|
__exportStar(require("./json-result-list-inspection-standard-entity"), exports);
|
|
308
|
+
__exportStar(require("./json-result-list-maintenance-order-process-record-list-vo"), exports);
|
|
293
309
|
__exportStar(require("./json-result-list-maintenance-standard-entity"), exports);
|
|
294
310
|
__exportStar(require("./json-result-list-mdm-increment-vendor-bank-accounts-vo"), exports);
|
|
295
311
|
__exportStar(require("./json-result-list-mdm-increment-vendors-vo"), exports);
|
|
@@ -297,6 +313,7 @@ __exportStar(require("./json-result-list-park-list-dto"), exports);
|
|
|
297
313
|
__exportStar(require("./json-result-list-plan-calendar-list-vo"), exports);
|
|
298
314
|
__exportStar(require("./json-result-list-plan-calendar-vo"), exports);
|
|
299
315
|
__exportStar(require("./json-result-list-reimbursement-bill-payer-vo"), exports);
|
|
316
|
+
__exportStar(require("./json-result-list-reimbursement-bill-process-record-list-vo"), exports);
|
|
300
317
|
__exportStar(require("./json-result-list-space-image-detail-dto"), exports);
|
|
301
318
|
__exportStar(require("./json-result-list-space-point-dto"), exports);
|
|
302
319
|
__exportStar(require("./json-result-list-space-qr-code-dto"), exports);
|
|
@@ -386,6 +403,8 @@ __exportStar(require("./maintenance-order-approval-config-add-dto"), exports);
|
|
|
386
403
|
__exportStar(require("./maintenance-order-construction-details-vo"), exports);
|
|
387
404
|
__exportStar(require("./maintenance-order-details-vo"), exports);
|
|
388
405
|
__exportStar(require("./maintenance-order-list-vo"), exports);
|
|
406
|
+
__exportStar(require("./maintenance-order-process-record-list-vo"), exports);
|
|
407
|
+
__exportStar(require("./maintenance-order-process-status-enum"), exports);
|
|
389
408
|
__exportStar(require("./maintenance-order-settlement-add-dto"), exports);
|
|
390
409
|
__exportStar(require("./maintenance-order-settlement-details-vo"), exports);
|
|
391
410
|
__exportStar(require("./maintenance-order-status-enum"), exports);
|
|
@@ -452,6 +471,7 @@ __exportStar(require("./park-push-settings-add-bo"), exports);
|
|
|
452
471
|
__exportStar(require("./park-settings-details-dto"), exports);
|
|
453
472
|
__exportStar(require("./park-settings-vo"), exports);
|
|
454
473
|
__exportStar(require("./payment-method-enum"), exports);
|
|
474
|
+
__exportStar(require("./payment-result-dto"), exports);
|
|
455
475
|
__exportStar(require("./perform-object"), exports);
|
|
456
476
|
__exportStar(require("./period-detail-resp"), exports);
|
|
457
477
|
__exportStar(require("./plan-add-vo"), exports);
|
|
@@ -479,8 +499,13 @@ __exportStar(require("./reimbursement-bill-handle-info-add-dto"), exports);
|
|
|
479
499
|
__exportStar(require("./reimbursement-bill-handle-info-vo"), exports);
|
|
480
500
|
__exportStar(require("./reimbursement-bill-list-vo"), exports);
|
|
481
501
|
__exportStar(require("./reimbursement-bill-payer-vo"), exports);
|
|
502
|
+
__exportStar(require("./reimbursement-bill-process-record-list-vo"), exports);
|
|
503
|
+
__exportStar(require("./reimbursement-bill-process-type-enum"), exports);
|
|
482
504
|
__exportStar(require("./reimbursement-bill-search-dto"), exports);
|
|
483
505
|
__exportStar(require("./reimbursement-bill-submit-dto"), exports);
|
|
506
|
+
__exportStar(require("./reimbursement-create-result-dto"), exports);
|
|
507
|
+
__exportStar(require("./reimbursement-platform-status-dto"), exports);
|
|
508
|
+
__exportStar(require("./reimbursement-reverse-status-dto"), exports);
|
|
484
509
|
__exportStar(require("./reimbursement-status-enum"), exports);
|
|
485
510
|
__exportStar(require("./response-data"), exports);
|
|
486
511
|
__exportStar(require("./result-code"), exports);
|
|
@@ -569,6 +594,7 @@ __exportStar(require("./system-user-msg-source-type-enum"), exports);
|
|
|
569
594
|
__exportStar(require("./system-user-msg-type-enum"), exports);
|
|
570
595
|
__exportStar(require("./table-data-info"), exports);
|
|
571
596
|
__exportStar(require("./third-party-system-enum"), exports);
|
|
597
|
+
__exportStar(require("./user"), exports);
|
|
572
598
|
__exportStar(require("./user-add-redis-list-vo"), exports);
|
|
573
599
|
__exportStar(require("./user-batch-import-upload-request"), exports);
|
|
574
600
|
__exportStar(require("./user-bind-body"), exports);
|
|
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'searchCount'?: boolean;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
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 { HWorkUserListResultVo } from './hwork-user-list-result-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultHWorkUserListResultVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultHWorkUserListResultVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {HWorkUserListResultVo}
|
|
41
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: HWorkUserListResultVo | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
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 { DashboardMaintenanceOrderStatisticsByParkVo } from './dashboard-maintenance-order-statistics-by-park-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardMaintenanceOrderStatisticsByParkVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardMaintenanceOrderStatisticsByParkVo>}
|
|
41
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardMaintenanceOrderStatisticsByParkVo> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
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 { DashboardMaintenanceOrderStatisticsByTypeVo } from './dashboard-maintenance-order-statistics-by-type-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardMaintenanceOrderStatisticsByTypeVo>}
|
|
41
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardMaintenanceOrderStatisticsByTypeVo> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
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 { MaintenanceOrderProcessRecordListVo } from './maintenance-order-process-record-list-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListMaintenanceOrderProcessRecordListVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListMaintenanceOrderProcessRecordListVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<MaintenanceOrderProcessRecordListVo>}
|
|
41
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<MaintenanceOrderProcessRecordListVo> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
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 { ReimbursementBillProcessRecordListVo } from './reimbursement-bill-process-record-list-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListReimbursementBillProcessRecordListVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListReimbursementBillProcessRecordListVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<ReimbursementBillProcessRecordListVo>}
|
|
41
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<ReimbursementBillProcessRecordListVo> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
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 });
|