@gizone/rrs-client 3.11.12-alpha.9 → 3.11.13-alpha.60
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 +37 -14
- package/README.md +2 -2
- package/api.ts +2 -1
- package/apis/access-api.ts +61 -61
- package/apis/calendar-api.ts +231 -209
- package/apis/common-api.ts +192 -0
- package/apis/cost-api.ts +15 -15
- package/apis/energy-api.ts +15 -15
- package/apis/{inspection-api.ts → inspection-standard-api.ts} +386 -544
- package/apis/maintenance-standard-api.ts +1319 -0
- package/apis/message-api.ts +201 -223
- package/apis/privacy-api.ts +78 -76
- package/apis/setting-api.ts +596 -243
- package/apis/space-api.ts +0 -329
- package/apis/sys-api.ts +47 -47
- package/apis/user-api.ts +15 -15
- package/apis/work-order-api.ts +717 -8
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/apis/access-api.d.ts +41 -41
- package/dist/apis/access-api.js +44 -44
- package/dist/apis/calendar-api.d.ts +131 -123
- package/dist/apis/calendar-api.js +177 -164
- package/dist/apis/common-api.d.ts +102 -0
- package/dist/apis/common-api.js +144 -0
- package/dist/apis/cost-api.d.ts +10 -10
- package/dist/apis/cost-api.js +11 -11
- package/dist/apis/energy-api.d.ts +10 -10
- package/dist/apis/energy-api.js +11 -11
- package/dist/apis/inspection-standard-api.d.ts +745 -0
- package/dist/apis/{inspection-api.js → inspection-standard-api.js} +283 -373
- package/dist/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/apis/maintenance-standard-api.js +1022 -0
- package/dist/apis/message-api.d.ts +117 -125
- package/dist/apis/message-api.js +132 -171
- package/dist/apis/privacy-api.d.ts +49 -48
- package/dist/apis/privacy-api.js +60 -60
- package/dist/apis/setting-api.d.ts +334 -144
- package/dist/apis/setting-api.js +433 -187
- package/dist/apis/space-api.d.ts +0 -159
- package/dist/apis/space-api.js +0 -272
- package/dist/apis/sys-api.d.ts +31 -31
- package/dist/apis/sys-api.js +34 -34
- package/dist/apis/user-api.d.ts +10 -10
- package/dist/apis/user-api.js +11 -11
- package/dist/apis/work-order-api.d.ts +391 -8
- package/dist/apis/work-order-api.js +529 -8
- package/dist/common.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +2 -1
- package/dist/esm/api.js +2 -1
- package/dist/esm/apis/access-api.d.ts +41 -41
- package/dist/esm/apis/access-api.js +44 -44
- package/dist/esm/apis/calendar-api.d.ts +131 -123
- package/dist/esm/apis/calendar-api.js +177 -164
- package/dist/esm/apis/common-api.d.ts +102 -0
- package/dist/esm/apis/common-api.js +144 -0
- package/dist/esm/apis/cost-api.d.ts +10 -10
- package/dist/esm/apis/cost-api.js +11 -11
- package/dist/esm/apis/energy-api.d.ts +10 -10
- package/dist/esm/apis/energy-api.js +11 -11
- package/dist/esm/apis/inspection-standard-api.d.ts +745 -0
- package/dist/esm/apis/{inspection-api.js → inspection-standard-api.js} +278 -368
- package/dist/esm/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/esm/apis/maintenance-standard-api.js +1015 -0
- package/dist/esm/apis/message-api.d.ts +117 -125
- package/dist/esm/apis/message-api.js +132 -171
- package/dist/esm/apis/privacy-api.d.ts +49 -48
- package/dist/esm/apis/privacy-api.js +60 -60
- package/dist/esm/apis/setting-api.d.ts +334 -144
- package/dist/esm/apis/setting-api.js +433 -187
- package/dist/esm/apis/space-api.d.ts +0 -159
- package/dist/esm/apis/space-api.js +0 -272
- package/dist/esm/apis/sys-api.d.ts +31 -31
- package/dist/esm/apis/sys-api.js +34 -34
- package/dist/esm/apis/user-api.d.ts +10 -10
- package/dist/esm/apis/user-api.js +11 -11
- package/dist/esm/apis/work-order-api.d.ts +391 -8
- package/dist/esm/apis/work-order-api.js +529 -8
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +140 -0
- package/dist/esm/models/dept-relation.d.ts +86 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +6 -0
- package/dist/esm/models/equipment-edit-vo.d.ts +6 -0
- package/dist/esm/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/esm/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/esm/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/file-dto.d.ts +3 -3
- package/dist/esm/models/get-user-wx200-response.d.ts +8 -8
- package/dist/esm/models/index.d.ts +35 -13
- package/dist/esm/models/index.js +35 -13
- package/dist/esm/models/inspection-point-item.d.ts +12 -0
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +3 -4
- package/dist/esm/models/inspection-standard-dto.d.ts +147 -0
- package/dist/esm/models/inspection-standard-entity.d.ts +13 -0
- package/dist/esm/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.d.ts → json-result-list-inspection-standard-entity.d.ts} +12 -12
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/{models/json-result-calendar-add-redis-list-vo.d.ts → esm/models/json-result-page-dto-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-park-info-dto.js +14 -0
- package/dist/esm/models/{json-result-calendar-add-redis-list-vo.d.ts → json-result-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-space-edit-before-and-after-dto.d.ts → json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/esm/models/json-result-work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/maintenance-standard-import-dto.js +14 -0
- package/dist/{models/page-dto-inspection-standard-entity.d.ts → esm/models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-inspection-standard-dto.js +14 -0
- package/dist/esm/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/park-center-attribute-enum.js +22 -0
- package/dist/esm/models/park-info-dto.d.ts +85 -0
- package/dist/esm/models/park-info-dto.js +14 -0
- package/dist/esm/models/park-info-edit-vo.d.ts +37 -0
- package/dist/esm/models/park-info-edit-vo.js +14 -0
- package/dist/esm/models/park-plat-form-enum.d.ts +23 -0
- package/dist/esm/models/park-plat-form-enum.js +24 -0
- package/dist/esm/models/period-detail-resp.d.ts +6 -0
- package/dist/esm/models/plan-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-edit-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/esm/models/process-work-order-vo.d.ts +19 -0
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/sys-dept.d.ts +7 -1
- package/dist/esm/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/esm/models/sys-user-msg-dto.js +14 -0
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +24 -0
- package/dist/esm/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/esm/models/system-user-msg-type-enum.js +22 -0
- package/dist/esm/models/work-order-add-vo.d.ts +24 -4
- package/dist/esm/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/esm/models/work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +46 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/esm/models/work-order-internal-status-enum.js +24 -0
- package/dist/esm/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/esm/models/work-order-issue-type-enum.js +27 -0
- package/dist/esm/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/esm/models/work-order-liability-party-enum.js +22 -0
- package/dist/esm/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-entity.js +1 -13
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +1 -13
- package/dist/esm/models/work-order-report-vo.d.ts +31 -0
- package/dist/esm/models/work-order-report-vo.js +14 -0
- package/dist/esm/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/esm/models/work-order-settings-type-enum.js +31 -0
- package/dist/esm/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/esm/models/work-order-staging-data-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-enum.js +1 -1
- package/dist/models/dept-relation-dto.d.ts +140 -0
- package/dist/models/dept-relation.d.ts +86 -0
- package/dist/models/equipment-detail-dto.d.ts +6 -0
- package/dist/models/equipment-edit-vo.d.ts +6 -0
- package/dist/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/models/file-dto.d.ts +3 -3
- package/dist/models/get-user-wx200-response.d.ts +8 -8
- package/dist/models/index.d.ts +35 -13
- package/dist/models/index.js +35 -13
- package/dist/models/inspection-point-item.d.ts +12 -0
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +3 -4
- package/dist/models/inspection-standard-dto.d.ts +147 -0
- package/dist/models/inspection-standard-entity.d.ts +13 -0
- package/dist/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +56 -0
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/models/json-result-park-info-dto.js +15 -0
- package/dist/models/json-result-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-sys-user-msg-dto.js +15 -0
- package/dist/{esm/models/json-result-page-dto-sys-user-msg-list-dto.d.ts → models/json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/models/json-result-work-order-dept-settings-entity.js +15 -0
- package/dist/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/models/maintenance-standard-import-dto.js +15 -0
- package/dist/{esm/models/page-dto-inspection-standard-entity.d.ts → models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/models/page-dto-inspection-standard-dto.js +15 -0
- package/dist/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/models/page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/models/park-center-attribute-enum.js +25 -0
- package/dist/models/park-info-dto.d.ts +85 -0
- package/dist/models/park-info-dto.js +15 -0
- package/dist/models/park-info-edit-vo.d.ts +37 -0
- package/dist/models/park-info-edit-vo.js +15 -0
- package/dist/models/park-plat-form-enum.d.ts +23 -0
- package/dist/models/park-plat-form-enum.js +27 -0
- package/dist/models/period-detail-resp.d.ts +6 -0
- package/dist/models/plan-add-vo.d.ts +1 -1
- package/dist/models/plan-edit-vo.d.ts +1 -1
- package/dist/models/plan-item-add-vo.d.ts +1 -1
- package/dist/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/models/process-work-order-vo.d.ts +19 -0
- package/dist/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/sys-dept.d.ts +7 -1
- package/dist/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/models/sys-user-msg-dto.js +15 -0
- package/dist/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/models/system-user-msg-source-type-enum.js +27 -0
- package/dist/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/models/system-user-msg-type-enum.js +25 -0
- package/dist/models/work-order-add-vo.d.ts +24 -4
- package/dist/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/models/work-order-dept-settings-add-or-update-vo.js +15 -0
- package/dist/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/models/work-order-dept-settings-entity.js +15 -0
- package/dist/models/work-order-detail-dto.d.ts +46 -0
- package/dist/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/models/work-order-internal-status-enum.js +27 -0
- package/dist/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/models/work-order-issue-type-enum.js +30 -0
- package/dist/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/models/work-order-liability-party-enum.js +25 -0
- package/dist/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/models/work-order-push-settings-entity.js +0 -14
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/models/work-order-push-settings-save-or-update-vo.js +0 -14
- package/dist/models/work-order-report-vo.d.ts +31 -0
- package/dist/models/work-order-report-vo.js +15 -0
- package/dist/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/models/work-order-settings-type-enum.js +34 -0
- package/dist/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/models/work-order-staging-data-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -1
- package/dist/models/work-order-type-enum.js +1 -1
- package/models/dept-relation-dto.ts +152 -0
- package/models/dept-relation.ts +98 -0
- package/models/equipment-detail-dto.ts +6 -0
- package/models/equipment-edit-vo.ts +6 -0
- package/models/equipment-excel-add-dto.ts +6 -0
- package/models/equipment-search-system-dto.ts +12 -6
- package/models/equipment-system-add-vo.ts +1 -1
- package/models/{calendar-add-redis-list-vo.ts → excel-import-result-dtocalendar-export-dto.ts} +9 -21
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +39 -0
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +39 -0
- package/models/file-dto.ts +3 -3
- package/models/get-user-wx200-response.ts +8 -8
- package/models/index.ts +35 -13
- package/models/inspection-point-item.ts +12 -0
- package/models/inspection-standard-add-or-update-vo.ts +3 -6
- package/models/inspection-standard-dto.ts +161 -0
- package/models/inspection-standard-entity.ts +15 -0
- package/models/inspection-standard-import-dto.ts +120 -0
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +66 -0
- package/models/{json-result-page-dto-inspection-standard-entity.ts → json-result-list-inspection-standard-entity.ts} +12 -12
- package/models/json-result-list-work-order-dept-settings-entity.ts +66 -0
- package/models/json-result-page-dto-inspection-standard-dto.ts +66 -0
- package/models/{json-result-calendar-add-redis-list-vo.ts → json-result-page-dto-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-sys-user-msg-do.ts → json-result-park-info-dto.ts} +11 -11
- package/models/{json-result-page-dto-sys-user-msg-list-dto.ts → json-result-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-space-edit-before-and-after-dto.ts → json-result-work-order-dept-settings-entity.ts} +11 -11
- package/models/maintenance-standard-import-dto.ts +120 -0
- package/models/{page-dto-inspection-standard-entity.ts → page-dto-inspection-standard-dto.ts} +7 -7
- package/models/{page-dto-sys-user-msg-list-dto.ts → page-dto-sys-user-msg-dto.ts} +7 -7
- package/models/park-center-attribute-enum.ts +31 -0
- package/models/park-info-dto.ts +93 -0
- package/models/park-info-edit-vo.ts +45 -0
- package/models/park-plat-form-enum.ts +33 -0
- package/models/period-detail-resp.ts +6 -0
- package/models/plan-add-vo.ts +1 -1
- package/models/plan-edit-vo.ts +1 -1
- package/models/plan-item-add-vo.ts +1 -1
- package/models/plan-item-edit-vo.ts +1 -1
- package/models/process-work-order-vo.ts +23 -0
- package/models/source-work-order-inspection-dto.ts +8 -3
- package/models/space-add-excel-dto.ts +6 -0
- package/models/sys-dept.ts +7 -1
- package/models/{sys-user-msg-list-dto.ts → sys-user-msg-dto.ts} +36 -28
- package/models/system-user-msg-source-type-enum.ts +33 -0
- package/models/system-user-msg-type-enum.ts +31 -0
- package/models/work-order-add-vo.ts +28 -4
- package/models/work-order-circulation-vo.ts +12 -1
- package/models/work-order-dept-settings-add-or-update-vo.ts +42 -0
- package/models/work-order-dept-settings-entity.ts +77 -0
- package/models/work-order-detail-dto.ts +54 -0
- package/models/work-order-internal-status-enum.ts +33 -0
- package/models/work-order-issue-type-enum.ts +36 -0
- package/models/work-order-liability-party-enum.ts +31 -0
- package/models/work-order-push-settings-entity.ts +6 -18
- package/models/work-order-push-settings-save-or-update-vo.ts +6 -18
- package/models/{space-edit-before-and-after-dto.ts → work-order-report-vo.ts} +13 -11
- package/models/work-order-settings-type-enum.ts +40 -0
- package/models/work-order-staging-data-vo.ts +59 -0
- package/models/work-order-type-enum.ts +1 -1
- package/package.json +1 -1
- package/dist/apis/inspection-api.d.ts +0 -846
- package/dist/esm/apis/inspection-api.d.ts +0 -846
- package/dist/esm/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/esm/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/esm/models/sys-user-msg-do.d.ts +0 -90
- package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/dist/models/json-result-page-dto-inspection-standard-entity.d.ts +0 -56
- package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +0 -56
- package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +0 -56
- package/dist/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/models/sys-user-msg-do.d.ts +0 -90
- package/dist/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/models/space-edit-excel-dto.ts +0 -84
- package/models/sys-user-msg-do.ts +0 -96
- package/models/sys-user-msg-search-list-vo.ts +0 -60
- /package/dist/esm/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/esm/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
- /package/dist/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
|
@@ -88,13 +88,19 @@ export interface SysDept {
|
|
|
88
88
|
* @type {string}
|
|
89
89
|
* @memberof SysDept
|
|
90
90
|
*/
|
|
91
|
-
'orderNum'
|
|
91
|
+
'orderNum'?: string;
|
|
92
92
|
/**
|
|
93
93
|
*
|
|
94
94
|
* @type {string}
|
|
95
95
|
* @memberof SysDept
|
|
96
96
|
*/
|
|
97
97
|
'leader'?: string;
|
|
98
|
+
/**
|
|
99
|
+
* 负责人ID
|
|
100
|
+
* @type {number}
|
|
101
|
+
* @memberof SysDept
|
|
102
|
+
*/
|
|
103
|
+
'leaderUserId'?: number;
|
|
98
104
|
/**
|
|
99
105
|
*
|
|
100
106
|
* @type {string}
|
|
@@ -10,70 +10,72 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { OperateMessageDetailsDTO } from './operate-message-details-dto';
|
|
13
|
+
import type { SystemUserMsgSourceTypeEnum } from './system-user-msg-source-type-enum';
|
|
14
|
+
import type { SystemUserMsgTypeEnum } from './system-user-msg-type-enum';
|
|
13
15
|
/**
|
|
14
16
|
* 用户系统消息出参
|
|
15
17
|
* @export
|
|
16
|
-
* @interface
|
|
18
|
+
* @interface SysUserMsgDTO
|
|
17
19
|
*/
|
|
18
|
-
export interface
|
|
20
|
+
export interface SysUserMsgDTO {
|
|
21
|
+
/**
|
|
22
|
+
* id
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof SysUserMsgDTO
|
|
25
|
+
*/
|
|
26
|
+
'id'?: number;
|
|
19
27
|
/**
|
|
20
28
|
* 标题
|
|
21
29
|
* @type {string}
|
|
22
|
-
* @memberof
|
|
30
|
+
* @memberof SysUserMsgDTO
|
|
23
31
|
*/
|
|
24
32
|
'title'?: string;
|
|
25
33
|
/**
|
|
26
34
|
* 内容
|
|
27
35
|
* @type {string}
|
|
28
|
-
* @memberof
|
|
36
|
+
* @memberof SysUserMsgDTO
|
|
29
37
|
*/
|
|
30
38
|
'msg'?: string;
|
|
31
39
|
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {
|
|
34
|
-
* @memberof
|
|
40
|
+
*
|
|
41
|
+
* @type {SystemUserMsgTypeEnum}
|
|
42
|
+
* @memberof SysUserMsgDTO
|
|
43
|
+
*/
|
|
44
|
+
'type'?: SystemUserMsgTypeEnum;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {SystemUserMsgSourceTypeEnum}
|
|
48
|
+
* @memberof SysUserMsgDTO
|
|
35
49
|
*/
|
|
36
|
-
'
|
|
50
|
+
'sourceType'?: SystemUserMsgSourceTypeEnum;
|
|
37
51
|
/**
|
|
38
52
|
* 时间
|
|
39
53
|
* @type {string}
|
|
40
|
-
* @memberof
|
|
54
|
+
* @memberof SysUserMsgDTO
|
|
41
55
|
*/
|
|
42
56
|
'createTime'?: string;
|
|
43
57
|
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {
|
|
46
|
-
* @memberof
|
|
58
|
+
* 读取状态
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof SysUserMsgDTO
|
|
47
61
|
*/
|
|
48
|
-
'
|
|
49
|
-
/**
|
|
50
|
-
* 1未读 2:已读
|
|
51
|
-
* @type {number}
|
|
52
|
-
* @memberof SysUserMsgListDTO
|
|
53
|
-
*/
|
|
54
|
-
'status'?: number;
|
|
62
|
+
'readStatus'?: boolean;
|
|
55
63
|
/**
|
|
56
64
|
* 发布人
|
|
57
65
|
* @type {string}
|
|
58
|
-
* @memberof
|
|
66
|
+
* @memberof SysUserMsgDTO
|
|
59
67
|
*/
|
|
60
68
|
'publisher'?: string;
|
|
61
|
-
/**
|
|
62
|
-
* 订单id
|
|
63
|
-
* @type {number}
|
|
64
|
-
* @memberof SysUserMsgListDTO
|
|
65
|
-
*/
|
|
66
|
-
'renovationId'?: number;
|
|
67
69
|
/**
|
|
68
70
|
*
|
|
69
71
|
* @type {OperateMessageDetailsDTO}
|
|
70
|
-
* @memberof
|
|
72
|
+
* @memberof SysUserMsgDTO
|
|
71
73
|
*/
|
|
72
74
|
'operateMessageDetailsDTO'?: OperateMessageDetailsDTO;
|
|
73
75
|
/**
|
|
74
76
|
* 来源ID
|
|
75
77
|
* @type {number}
|
|
76
|
-
* @memberof
|
|
78
|
+
* @memberof SysUserMsgDTO
|
|
77
79
|
*/
|
|
78
80
|
'sourceId'?: number;
|
|
79
81
|
}
|
|
@@ -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,23 @@
|
|
|
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 SystemUserMsgSourceTypeEnum: {
|
|
18
|
+
readonly SystemNotice: "SYSTEM_NOTICE";
|
|
19
|
+
readonly ReportForRepairWorkOrder: "REPORT_FOR_REPAIR_WORK_ORDER";
|
|
20
|
+
readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
|
|
21
|
+
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
|
+
};
|
|
23
|
+
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -0,0 +1,24 @@
|
|
|
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 SystemUserMsgSourceTypeEnum = {
|
|
20
|
+
SystemNotice: 'SYSTEM_NOTICE',
|
|
21
|
+
ReportForRepairWorkOrder: 'REPORT_FOR_REPAIR_WORK_ORDER',
|
|
22
|
+
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
23
|
+
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER'
|
|
24
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
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 SystemUserMsgTypeEnum: {
|
|
18
|
+
readonly SystemNotice: "SYSTEM_NOTICE";
|
|
19
|
+
readonly WorkOrder: "WORK_ORDER";
|
|
20
|
+
};
|
|
21
|
+
export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
|
|
@@ -0,0 +1,22 @@
|
|
|
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 SystemUserMsgTypeEnum = {
|
|
20
|
+
SystemNotice: 'SYSTEM_NOTICE',
|
|
21
|
+
WorkOrder: 'WORK_ORDER'
|
|
22
|
+
};
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
13
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
12
14
|
import type { WorkOrderSourceEnum } from './work-order-source-enum';
|
|
13
15
|
/**
|
|
14
16
|
* 报事报修新建参数
|
|
@@ -45,7 +47,7 @@ export interface WorkOrderAddVo {
|
|
|
45
47
|
* @type {number}
|
|
46
48
|
* @memberof WorkOrderAddVo
|
|
47
49
|
*/
|
|
48
|
-
'spaceId'
|
|
50
|
+
'spaceId': number;
|
|
49
51
|
/**
|
|
50
52
|
* 投诉id 后台投诉转工单使用
|
|
51
53
|
* @type {number}
|
|
@@ -63,9 +65,9 @@ export interface WorkOrderAddVo {
|
|
|
63
65
|
* @type {number}
|
|
64
66
|
* @memberof WorkOrderAddVo
|
|
65
67
|
*/
|
|
66
|
-
'equipmentId'
|
|
68
|
+
'equipmentId': number;
|
|
67
69
|
/**
|
|
68
|
-
*
|
|
70
|
+
* 执行部门ID
|
|
69
71
|
* @type {Array<number>}
|
|
70
72
|
* @memberof WorkOrderAddVo
|
|
71
73
|
*/
|
|
@@ -81,11 +83,29 @@ export interface WorkOrderAddVo {
|
|
|
81
83
|
* @type {WorkOrderSourceEnum}
|
|
82
84
|
* @memberof WorkOrderAddVo
|
|
83
85
|
*/
|
|
84
|
-
'workOrderSource'
|
|
86
|
+
'workOrderSource': WorkOrderSourceEnum;
|
|
85
87
|
/**
|
|
86
88
|
* 巡检标准id
|
|
87
89
|
* @type {number}
|
|
88
90
|
* @memberof WorkOrderAddVo
|
|
89
91
|
*/
|
|
90
92
|
'inspectionItemId'?: number;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
96
|
+
* @memberof WorkOrderAddVo
|
|
97
|
+
*/
|
|
98
|
+
'workOrderIssueType': WorkOrderIssueTypeEnum;
|
|
99
|
+
/**
|
|
100
|
+
* 工单执行人
|
|
101
|
+
* @type {number}
|
|
102
|
+
* @memberof WorkOrderAddVo
|
|
103
|
+
*/
|
|
104
|
+
'handlerUserId'?: number;
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* @type {ParkCenterAttributeEnum}
|
|
108
|
+
* @memberof WorkOrderAddVo
|
|
109
|
+
*/
|
|
110
|
+
'centerAttribute': ParkCenterAttributeEnum;
|
|
91
111
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 工单流转vo
|
|
14
15
|
* @export
|
|
@@ -68,7 +69,7 @@ export interface WorkOrderCirculationVo {
|
|
|
68
69
|
* @type {number}
|
|
69
70
|
* @memberof WorkOrderCirculationVo
|
|
70
71
|
*/
|
|
71
|
-
'
|
|
72
|
+
'isDelete'?: number;
|
|
72
73
|
/**
|
|
73
74
|
* 创建时间
|
|
74
75
|
* @type {string}
|
|
@@ -81,6 +82,12 @@ export interface WorkOrderCirculationVo {
|
|
|
81
82
|
* @memberof WorkOrderCirculationVo
|
|
82
83
|
*/
|
|
83
84
|
'updateTime'?: string;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
88
|
+
* @memberof WorkOrderCirculationVo
|
|
89
|
+
*/
|
|
90
|
+
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
84
91
|
/**
|
|
85
92
|
* 部门名称
|
|
86
93
|
* @type {string}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
* 工单部门设置新增或修改VO
|
|
14
|
+
* @export
|
|
15
|
+
* @interface WorkOrderDeptSettingsAddOrUpdateVO
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkOrderDeptSettingsAddOrUpdateVO {
|
|
18
|
+
/**
|
|
19
|
+
* id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof WorkOrderDeptSettingsAddOrUpdateVO
|
|
22
|
+
*/
|
|
23
|
+
'id'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* key
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WorkOrderDeptSettingsAddOrUpdateVO
|
|
28
|
+
*/
|
|
29
|
+
'keyConfig': string;
|
|
30
|
+
/**
|
|
31
|
+
* deptId
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof WorkOrderDeptSettingsAddOrUpdateVO
|
|
34
|
+
*/
|
|
35
|
+
'deptId'?: number;
|
|
36
|
+
}
|
|
@@ -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,67 @@
|
|
|
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 { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WorkOrderDeptSettingsEntity
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkOrderDeptSettingsEntity {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof WorkOrderDeptSettingsEntity
|
|
23
|
+
*/
|
|
24
|
+
'id'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {WorkOrderTypeEnum}
|
|
28
|
+
* @memberof WorkOrderDeptSettingsEntity
|
|
29
|
+
*/
|
|
30
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
31
|
+
/**
|
|
32
|
+
* keyConfig
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof WorkOrderDeptSettingsEntity
|
|
35
|
+
*/
|
|
36
|
+
'keyConfig'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 部门id
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof WorkOrderDeptSettingsEntity
|
|
41
|
+
*/
|
|
42
|
+
'deptId'?: number;
|
|
43
|
+
/**
|
|
44
|
+
* 园区id
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof WorkOrderDeptSettingsEntity
|
|
47
|
+
*/
|
|
48
|
+
'parkId'?: number;
|
|
49
|
+
/**
|
|
50
|
+
* 创建时间
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof WorkOrderDeptSettingsEntity
|
|
53
|
+
*/
|
|
54
|
+
'createTime'?: string;
|
|
55
|
+
/**
|
|
56
|
+
* 更新时间
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof WorkOrderDeptSettingsEntity
|
|
59
|
+
*/
|
|
60
|
+
'updateTime'?: string;
|
|
61
|
+
/**
|
|
62
|
+
* 是否删除 1未删除 0删除
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof WorkOrderDeptSettingsEntity
|
|
65
|
+
*/
|
|
66
|
+
'isDelete'?: number;
|
|
67
|
+
}
|
|
@@ -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 {};
|
|
@@ -9,12 +9,16 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
12
13
|
import type { SourceAlertDTO } from './source-alert-dto';
|
|
13
14
|
import type { SourceFeedbackDTO } from './source-feedback-dto';
|
|
14
15
|
import type { SourceWorkOrderInspectionDTO } from './source-work-order-inspection-dto';
|
|
15
16
|
import type { WorkOrderCommentDTO } from './work-order-comment-dto';
|
|
16
17
|
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
17
18
|
import type { WorkOrderHandlerStatusEnum } from './work-order-handler-status-enum';
|
|
19
|
+
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
20
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
21
|
+
import type { WorkOrderLiabilityPartyEnum } from './work-order-liability-party-enum';
|
|
18
22
|
import type { WorkOrderSourceEnum } from './work-order-source-enum';
|
|
19
23
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
20
24
|
/**
|
|
@@ -245,6 +249,12 @@ export interface WorkOrderDetailDTO {
|
|
|
245
249
|
* @memberof WorkOrderDetailDTO
|
|
246
250
|
*/
|
|
247
251
|
'handlerId'?: number;
|
|
252
|
+
/**
|
|
253
|
+
* 处理人id
|
|
254
|
+
* @type {number}
|
|
255
|
+
* @memberof WorkOrderDetailDTO
|
|
256
|
+
*/
|
|
257
|
+
'handlerUserId'?: number;
|
|
248
258
|
/**
|
|
249
259
|
* 预计执行时间
|
|
250
260
|
* @type {number}
|
|
@@ -293,6 +303,42 @@ export interface WorkOrderDetailDTO {
|
|
|
293
303
|
* @memberof WorkOrderDetailDTO
|
|
294
304
|
*/
|
|
295
305
|
'equipmentName'?: string;
|
|
306
|
+
/**
|
|
307
|
+
*
|
|
308
|
+
* @type {ParkCenterAttributeEnum}
|
|
309
|
+
* @memberof WorkOrderDetailDTO
|
|
310
|
+
*/
|
|
311
|
+
'centerAttribute': ParkCenterAttributeEnum;
|
|
312
|
+
/**
|
|
313
|
+
*
|
|
314
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
315
|
+
* @memberof WorkOrderDetailDTO
|
|
316
|
+
*/
|
|
317
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
318
|
+
/**
|
|
319
|
+
*
|
|
320
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
321
|
+
* @memberof WorkOrderDetailDTO
|
|
322
|
+
*/
|
|
323
|
+
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
324
|
+
/**
|
|
325
|
+
*
|
|
326
|
+
* @type {WorkOrderLiabilityPartyEnum}
|
|
327
|
+
* @memberof WorkOrderDetailDTO
|
|
328
|
+
*/
|
|
329
|
+
'liabilityParty'?: WorkOrderLiabilityPartyEnum;
|
|
330
|
+
/**
|
|
331
|
+
* 责任原因
|
|
332
|
+
* @type {string}
|
|
333
|
+
* @memberof WorkOrderDetailDTO
|
|
334
|
+
*/
|
|
335
|
+
'liabilityCause'?: string;
|
|
336
|
+
/**
|
|
337
|
+
* 预计完成时间
|
|
338
|
+
* @type {string}
|
|
339
|
+
* @memberof WorkOrderDetailDTO
|
|
340
|
+
*/
|
|
341
|
+
'expectedCompletionTime'?: string;
|
|
296
342
|
}
|
|
297
343
|
export declare const WorkOrderDetailDTOWorkOrderStatusEnum: {
|
|
298
344
|
readonly Pending: "PENDING";
|
|
@@ -0,0 +1,23 @@
|
|
|
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 WorkOrderInternalStatusEnum: {
|
|
18
|
+
readonly RepairInProgressLevelOne: "REPAIR_IN_PROGRESS_LEVEL_ONE";
|
|
19
|
+
readonly RepairInProgressLevelTwo: "REPAIR_IN_PROGRESS_LEVEL_TWO";
|
|
20
|
+
readonly RepairInProgressLevelThree: "REPAIR_IN_PROGRESS_LEVEL_THREE";
|
|
21
|
+
readonly RepairInProgressLevelFour: "REPAIR_IN_PROGRESS_LEVEL_FOUR";
|
|
22
|
+
};
|
|
23
|
+
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -0,0 +1,24 @@
|
|
|
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 WorkOrderInternalStatusEnum = {
|
|
20
|
+
RepairInProgressLevelOne: 'REPAIR_IN_PROGRESS_LEVEL_ONE',
|
|
21
|
+
RepairInProgressLevelTwo: 'REPAIR_IN_PROGRESS_LEVEL_TWO',
|
|
22
|
+
RepairInProgressLevelThree: 'REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
23
|
+
RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR'
|
|
24
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
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 WorkOrderIssueTypeEnum: {
|
|
18
|
+
readonly FireIssue: "FIRE_ISSUE";
|
|
19
|
+
readonly EnergyIssues: "ENERGY_ISSUES";
|
|
20
|
+
readonly AccessIssue: "ACCESS_ISSUE";
|
|
21
|
+
readonly SurveillanceIssues: "SURVEILLANCE_ISSUES";
|
|
22
|
+
readonly HygieneAndGreeningIssue: "HYGIENE_AND_GREENING_ISSUE";
|
|
23
|
+
readonly FacilityDamageIssue: "FACILITY_DAMAGE_ISSUE";
|
|
24
|
+
readonly SecurityIssue: "SECURITY_ISSUE";
|
|
25
|
+
};
|
|
26
|
+
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -0,0 +1,27 @@
|
|
|
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 WorkOrderIssueTypeEnum = {
|
|
20
|
+
FireIssue: 'FIRE_ISSUE',
|
|
21
|
+
EnergyIssues: 'ENERGY_ISSUES',
|
|
22
|
+
AccessIssue: 'ACCESS_ISSUE',
|
|
23
|
+
SurveillanceIssues: 'SURVEILLANCE_ISSUES',
|
|
24
|
+
HygieneAndGreeningIssue: 'HYGIENE_AND_GREENING_ISSUE',
|
|
25
|
+
FacilityDamageIssue: 'FACILITY_DAMAGE_ISSUE',
|
|
26
|
+
SecurityIssue: 'SECURITY_ISSUE'
|
|
27
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
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 WorkOrderLiabilityPartyEnum: {
|
|
18
|
+
readonly ManMade: "MAN_MADE";
|
|
19
|
+
readonly NotManMade: "NOT_MAN_MADE";
|
|
20
|
+
};
|
|
21
|
+
export type WorkOrderLiabilityPartyEnum = typeof WorkOrderLiabilityPartyEnum[keyof typeof WorkOrderLiabilityPartyEnum];
|
|
@@ -0,0 +1,22 @@
|
|
|
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 WorkOrderLiabilityPartyEnum = {
|
|
20
|
+
ManMade: 'MAN_MADE',
|
|
21
|
+
NotManMade: 'NOT_MAN_MADE'
|
|
22
|
+
};
|