@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/models/index.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';
|
|
@@ -51,15 +51,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
58
|
* @type {boolean}
|
|
60
59
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
+
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'hitCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -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 { HWorkUserListResultVo } from './hwork-user-list-result-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultHWorkUserListResultVo
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultHWorkUserListResultVo {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {HWorkUserListResultVo}
|
|
50
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
51
|
+
*/
|
|
52
|
+
'data'?: HWorkUserListResultVo | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultHWorkUserListResultVo
|
|
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 { DashboardMaintenanceOrderStatisticsByParkVo } from './dashboard-maintenance-order-statistics-by-park-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardMaintenanceOrderStatisticsByParkVo {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardMaintenanceOrderStatisticsByParkVo>}
|
|
50
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardMaintenanceOrderStatisticsByParkVo> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
|
|
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 { DashboardMaintenanceOrderStatisticsByTypeVo } from './dashboard-maintenance-order-statistics-by-type-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardMaintenanceOrderStatisticsByTypeVo>}
|
|
50
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardMaintenanceOrderStatisticsByTypeVo> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
|
|
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 { MaintenanceOrderProcessRecordListVo } from './maintenance-order-process-record-list-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListMaintenanceOrderProcessRecordListVo
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListMaintenanceOrderProcessRecordListVo {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<MaintenanceOrderProcessRecordListVo>}
|
|
50
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<MaintenanceOrderProcessRecordListVo> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListMaintenanceOrderProcessRecordListVo
|
|
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 { ReimbursementBillProcessRecordListVo } from './reimbursement-bill-process-record-list-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListReimbursementBillProcessRecordListVo
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListReimbursementBillProcessRecordListVo {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<ReimbursementBillProcessRecordListVo>}
|
|
50
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<ReimbursementBillProcessRecordListVo> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListReimbursementBillProcessRecordListVo
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -32,5 +32,11 @@ export interface MaintenanceOrderApprovalConfigAddDto {
|
|
|
32
32
|
* @memberof MaintenanceOrderApprovalConfigAddDto
|
|
33
33
|
*/
|
|
34
34
|
'approverId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 审批人编号
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof MaintenanceOrderApprovalConfigAddDto
|
|
39
|
+
*/
|
|
40
|
+
'approverNo'?: string;
|
|
35
41
|
}
|
|
36
42
|
|
|
@@ -0,0 +1,71 @@
|
|
|
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 { MaintenanceOrderProcessStatusEnum } from './maintenance-order-process-status-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 修缮单流转记录列表
|
|
22
|
+
* @export
|
|
23
|
+
* @interface MaintenanceOrderProcessRecordListVo
|
|
24
|
+
*/
|
|
25
|
+
export interface MaintenanceOrderProcessRecordListVo {
|
|
26
|
+
/**
|
|
27
|
+
* 修缮单id
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
30
|
+
*/
|
|
31
|
+
'maintenanceOrderId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 处理人id -1为系统完成
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
36
|
+
*/
|
|
37
|
+
'handlerUserId'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 处理人编号
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
42
|
+
*/
|
|
43
|
+
'handlerUserNo'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 处理人名称
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
48
|
+
*/
|
|
49
|
+
'handlerUserName'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 处理人部门名称
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
54
|
+
*/
|
|
55
|
+
'handlerUserDeptName'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 处理时间
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
60
|
+
*/
|
|
61
|
+
'handlerTime'?: string;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {MaintenanceOrderProcessStatusEnum}
|
|
65
|
+
* @memberof MaintenanceOrderProcessRecordListVo
|
|
66
|
+
*/
|
|
67
|
+
'processStatus'?: MaintenanceOrderProcessStatusEnum;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
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 MaintenanceOrderProcessStatusEnum = {
|
|
24
|
+
RequirementSubmit: 'REQUIREMENT_SUBMIT',
|
|
25
|
+
RequirementApproval: 'REQUIREMENT_APPROVAL',
|
|
26
|
+
ProjectInitBidding: 'PROJECT_INIT_BIDDING',
|
|
27
|
+
ContractSign: 'CONTRACT_SIGN',
|
|
28
|
+
ConstructionSchedule: 'CONSTRUCTION_SCHEDULE',
|
|
29
|
+
SiteEntryConfirm: 'SITE_ENTRY_CONFIRM',
|
|
30
|
+
Constructing: 'CONSTRUCTING',
|
|
31
|
+
ConstructionAcceptance: 'CONSTRUCTION_ACCEPTANCE',
|
|
32
|
+
SettlementAudit: 'SETTLEMENT_AUDIT',
|
|
33
|
+
WarrantyPeriod: 'WARRANTY_PERIOD',
|
|
34
|
+
Completed: 'COMPLETED'
|
|
35
|
+
} as const;
|
|
36
|
+
|
|
37
|
+
export type MaintenanceOrderProcessStatusEnum = typeof MaintenanceOrderProcessStatusEnum[keyof typeof MaintenanceOrderProcessStatusEnum];
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|