@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
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { WorkOrderSettingsTypeEnum } from './work-order-settings-type-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 返回数据,可以是任意类型的值
|
|
14
15
|
* @export
|
|
@@ -28,11 +29,11 @@ export interface WorkOrderPushSettingsEntity {
|
|
|
28
29
|
*/
|
|
29
30
|
'parkId'?: number;
|
|
30
31
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {
|
|
32
|
+
*
|
|
33
|
+
* @type {WorkOrderSettingsTypeEnum}
|
|
33
34
|
* @memberof WorkOrderPushSettingsEntity
|
|
34
35
|
*/
|
|
35
|
-
'type'?:
|
|
36
|
+
'type'?: WorkOrderSettingsTypeEnum;
|
|
36
37
|
/**
|
|
37
38
|
* 查看部门
|
|
38
39
|
* @type {Array<number>}
|
|
@@ -88,17 +89,3 @@ export interface WorkOrderPushSettingsEntity {
|
|
|
88
89
|
*/
|
|
89
90
|
'roleIds'?: Array<number>;
|
|
90
91
|
}
|
|
91
|
-
export declare const WorkOrderPushSettingsEntityTypeEnum: {
|
|
92
|
-
readonly RepairWorkOrder: "REPAIR_WORK_ORDER";
|
|
93
|
-
readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
|
|
94
|
-
readonly AiWorkOrder: "AI_WORK_ORDER";
|
|
95
|
-
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
96
|
-
readonly TranscriptionWorkOrder: "TRANSCRIPTION_WORK_ORDER";
|
|
97
|
-
readonly FireFightingWorkOrder: "FIRE_FIGHTING_WORK_ORDER";
|
|
98
|
-
readonly InternetOfThingsWorkOrder: "INTERNET_OF_THINGS_WORK_ORDER";
|
|
99
|
-
readonly VideoRecognitionWorkOrder: "VIDEO_RECOGNITION_WORK_ORDER";
|
|
100
|
-
readonly DecorationOrderProperty: "DECORATION_ORDER_PROPERTY";
|
|
101
|
-
readonly DecorationOrderTenant: "DECORATION_ORDER_TENANT";
|
|
102
|
-
readonly DecorationOrderSupplier: "DECORATION_ORDER_SUPPLIER";
|
|
103
|
-
};
|
|
104
|
-
export type WorkOrderPushSettingsEntityTypeEnum = typeof WorkOrderPushSettingsEntityTypeEnum[keyof typeof WorkOrderPushSettingsEntityTypeEnum];
|
|
@@ -11,16 +11,4 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export
|
|
15
|
-
RepairWorkOrder: 'REPAIR_WORK_ORDER',
|
|
16
|
-
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
17
|
-
AiWorkOrder: 'AI_WORK_ORDER',
|
|
18
|
-
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
19
|
-
TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
|
|
20
|
-
FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
|
|
21
|
-
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
22
|
-
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
23
|
-
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
24
|
-
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
25
|
-
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
26
|
-
};
|
|
14
|
+
export {};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { WorkOrderSettingsTypeEnum } from './work-order-settings-type-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 添加或修改工单推送
|
|
14
15
|
* @export
|
|
@@ -28,11 +29,11 @@ export interface WorkOrderPushSettingsSaveOrUpdateVO {
|
|
|
28
29
|
*/
|
|
29
30
|
'parkId'?: number;
|
|
30
31
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {
|
|
32
|
+
*
|
|
33
|
+
* @type {WorkOrderSettingsTypeEnum}
|
|
33
34
|
* @memberof WorkOrderPushSettingsSaveOrUpdateVO
|
|
34
35
|
*/
|
|
35
|
-
'type'?:
|
|
36
|
+
'type'?: WorkOrderSettingsTypeEnum;
|
|
36
37
|
/**
|
|
37
38
|
* 查看部门
|
|
38
39
|
* @type {Array<number>}
|
|
@@ -76,17 +77,3 @@ export interface WorkOrderPushSettingsSaveOrUpdateVO {
|
|
|
76
77
|
*/
|
|
77
78
|
'roleIds'?: Array<number>;
|
|
78
79
|
}
|
|
79
|
-
export declare const WorkOrderPushSettingsSaveOrUpdateVOTypeEnum: {
|
|
80
|
-
readonly RepairWorkOrder: "REPAIR_WORK_ORDER";
|
|
81
|
-
readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
|
|
82
|
-
readonly AiWorkOrder: "AI_WORK_ORDER";
|
|
83
|
-
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
84
|
-
readonly TranscriptionWorkOrder: "TRANSCRIPTION_WORK_ORDER";
|
|
85
|
-
readonly FireFightingWorkOrder: "FIRE_FIGHTING_WORK_ORDER";
|
|
86
|
-
readonly InternetOfThingsWorkOrder: "INTERNET_OF_THINGS_WORK_ORDER";
|
|
87
|
-
readonly VideoRecognitionWorkOrder: "VIDEO_RECOGNITION_WORK_ORDER";
|
|
88
|
-
readonly DecorationOrderProperty: "DECORATION_ORDER_PROPERTY";
|
|
89
|
-
readonly DecorationOrderTenant: "DECORATION_ORDER_TENANT";
|
|
90
|
-
readonly DecorationOrderSupplier: "DECORATION_ORDER_SUPPLIER";
|
|
91
|
-
};
|
|
92
|
-
export type WorkOrderPushSettingsSaveOrUpdateVOTypeEnum = typeof WorkOrderPushSettingsSaveOrUpdateVOTypeEnum[keyof typeof WorkOrderPushSettingsSaveOrUpdateVOTypeEnum];
|
|
@@ -11,16 +11,4 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export
|
|
15
|
-
RepairWorkOrder: 'REPAIR_WORK_ORDER',
|
|
16
|
-
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
17
|
-
AiWorkOrder: 'AI_WORK_ORDER',
|
|
18
|
-
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
19
|
-
TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
|
|
20
|
-
FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
|
|
21
|
-
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
22
|
-
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
23
|
-
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
24
|
-
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
25
|
-
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
26
|
-
};
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 工单上报
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WorkOrderReportVo
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkOrderReportVo {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
22
|
+
* @memberof WorkOrderReportVo
|
|
23
|
+
*/
|
|
24
|
+
'internalStatus': WorkOrderInternalStatusEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 指定工单处理人id
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof WorkOrderReportVo
|
|
29
|
+
*/
|
|
30
|
+
'handlerUserId': number;
|
|
31
|
+
}
|
|
@@ -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,30 @@
|
|
|
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 WorkOrderSettingsTypeEnum: {
|
|
18
|
+
readonly RepairWorkOrder: "REPAIR_WORK_ORDER";
|
|
19
|
+
readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
|
|
20
|
+
readonly AiWorkOrder: "AI_WORK_ORDER";
|
|
21
|
+
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
|
+
readonly TranscriptionWorkOrder: "TRANSCRIPTION_WORK_ORDER";
|
|
23
|
+
readonly FireFightingWorkOrder: "FIRE_FIGHTING_WORK_ORDER";
|
|
24
|
+
readonly InternetOfThingsWorkOrder: "INTERNET_OF_THINGS_WORK_ORDER";
|
|
25
|
+
readonly VideoRecognitionWorkOrder: "VIDEO_RECOGNITION_WORK_ORDER";
|
|
26
|
+
readonly DecorationOrderProperty: "DECORATION_ORDER_PROPERTY";
|
|
27
|
+
readonly DecorationOrderTenant: "DECORATION_ORDER_TENANT";
|
|
28
|
+
readonly DecorationOrderSupplier: "DECORATION_ORDER_SUPPLIER";
|
|
29
|
+
};
|
|
30
|
+
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -0,0 +1,31 @@
|
|
|
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 WorkOrderSettingsTypeEnum = {
|
|
20
|
+
RepairWorkOrder: 'REPAIR_WORK_ORDER',
|
|
21
|
+
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
22
|
+
AiWorkOrder: 'AI_WORK_ORDER',
|
|
23
|
+
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
24
|
+
TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
|
|
25
|
+
FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
|
|
26
|
+
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
27
|
+
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
28
|
+
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
29
|
+
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
30
|
+
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
31
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
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 { WorkOrderLiabilityPartyEnum } from './work-order-liability-party-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 工单暂存数据
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WorkOrderStagingDataVo
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkOrderStagingDataVo {
|
|
19
|
+
/**
|
|
20
|
+
* 处理照片
|
|
21
|
+
* @type {Array<string>}
|
|
22
|
+
* @memberof WorkOrderStagingDataVo
|
|
23
|
+
*/
|
|
24
|
+
'handlerImage'?: Array<string>;
|
|
25
|
+
/**
|
|
26
|
+
* 备注
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof WorkOrderStagingDataVo
|
|
29
|
+
*/
|
|
30
|
+
'remarks'?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {WorkOrderLiabilityPartyEnum}
|
|
34
|
+
* @memberof WorkOrderStagingDataVo
|
|
35
|
+
*/
|
|
36
|
+
'liabilityParty'?: WorkOrderLiabilityPartyEnum;
|
|
37
|
+
/**
|
|
38
|
+
* 责任原因
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof WorkOrderStagingDataVo
|
|
41
|
+
*/
|
|
42
|
+
'liabilityCause'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 预计完成时间
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof WorkOrderStagingDataVo
|
|
47
|
+
*/
|
|
48
|
+
'expectedCompletionTime'?: string;
|
|
49
|
+
}
|
|
@@ -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,140 @@
|
|
|
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 { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
13
|
+
import type { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 部门关联信息
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DeptRelationDTO
|
|
18
|
+
*/
|
|
19
|
+
export interface DeptRelationDTO {
|
|
20
|
+
/**
|
|
21
|
+
* 经度
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof DeptRelationDTO
|
|
24
|
+
*/
|
|
25
|
+
'longitude'?: string;
|
|
26
|
+
/**
|
|
27
|
+
* 纬度
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof DeptRelationDTO
|
|
30
|
+
*/
|
|
31
|
+
'latitude'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 园区地图
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof DeptRelationDTO
|
|
36
|
+
*/
|
|
37
|
+
'parkMap'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* logo图标
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof DeptRelationDTO
|
|
42
|
+
*/
|
|
43
|
+
'deptLogo'?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {ParkPlatFormEnum}
|
|
47
|
+
* @memberof DeptRelationDTO
|
|
48
|
+
*/
|
|
49
|
+
'platform'?: ParkPlatFormEnum;
|
|
50
|
+
/**
|
|
51
|
+
* 所属中心
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof DeptRelationDTO
|
|
54
|
+
*/
|
|
55
|
+
'center'?: string;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {ParkCenterAttributeEnum}
|
|
59
|
+
* @memberof DeptRelationDTO
|
|
60
|
+
*/
|
|
61
|
+
'centerAttribute'?: ParkCenterAttributeEnum;
|
|
62
|
+
/**
|
|
63
|
+
* 省
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof DeptRelationDTO
|
|
66
|
+
*/
|
|
67
|
+
'province'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 省名称
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof DeptRelationDTO
|
|
72
|
+
*/
|
|
73
|
+
'provinceName'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 市
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof DeptRelationDTO
|
|
78
|
+
*/
|
|
79
|
+
'city'?: string;
|
|
80
|
+
/**
|
|
81
|
+
* 市名称
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof DeptRelationDTO
|
|
84
|
+
*/
|
|
85
|
+
'cityName'?: string;
|
|
86
|
+
/**
|
|
87
|
+
* 区
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof DeptRelationDTO
|
|
90
|
+
*/
|
|
91
|
+
'area'?: string;
|
|
92
|
+
/**
|
|
93
|
+
* 区名称
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof DeptRelationDTO
|
|
96
|
+
*/
|
|
97
|
+
'areaName'?: string;
|
|
98
|
+
/**
|
|
99
|
+
* 园区详细地址
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof DeptRelationDTO
|
|
102
|
+
*/
|
|
103
|
+
'parkAddress'?: string;
|
|
104
|
+
/**
|
|
105
|
+
* 合同开始时间
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof DeptRelationDTO
|
|
108
|
+
*/
|
|
109
|
+
'contractStartTime'?: string;
|
|
110
|
+
/**
|
|
111
|
+
* 合同结束时间
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof DeptRelationDTO
|
|
114
|
+
*/
|
|
115
|
+
'contractEndTime'?: string;
|
|
116
|
+
/**
|
|
117
|
+
* 合同面积
|
|
118
|
+
* @type {number}
|
|
119
|
+
* @memberof DeptRelationDTO
|
|
120
|
+
*/
|
|
121
|
+
'contractArea'?: number;
|
|
122
|
+
/**
|
|
123
|
+
* 空仓面积
|
|
124
|
+
* @type {number}
|
|
125
|
+
* @memberof DeptRelationDTO
|
|
126
|
+
*/
|
|
127
|
+
'emptyWarehouseArea'?: number;
|
|
128
|
+
/**
|
|
129
|
+
* 园区面积
|
|
130
|
+
* @type {string}
|
|
131
|
+
* @memberof DeptRelationDTO
|
|
132
|
+
*/
|
|
133
|
+
'parkArea'?: string;
|
|
134
|
+
/**
|
|
135
|
+
* 租售面积
|
|
136
|
+
* @type {string}
|
|
137
|
+
* @memberof DeptRelationDTO
|
|
138
|
+
*/
|
|
139
|
+
'parkRentalArea'?: string;
|
|
140
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
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 { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
13
|
+
import type { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 部门关联
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DeptRelation
|
|
18
|
+
*/
|
|
19
|
+
export interface DeptRelation {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {ParkPlatFormEnum}
|
|
23
|
+
* @memberof DeptRelation
|
|
24
|
+
*/
|
|
25
|
+
'platform': ParkPlatFormEnum;
|
|
26
|
+
/**
|
|
27
|
+
* 所属中心
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof DeptRelation
|
|
30
|
+
*/
|
|
31
|
+
'center': string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {ParkCenterAttributeEnum}
|
|
35
|
+
* @memberof DeptRelation
|
|
36
|
+
*/
|
|
37
|
+
'centerAttribute': ParkCenterAttributeEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 省
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof DeptRelation
|
|
42
|
+
*/
|
|
43
|
+
'province': string;
|
|
44
|
+
/**
|
|
45
|
+
* 市
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof DeptRelation
|
|
48
|
+
*/
|
|
49
|
+
'city': string;
|
|
50
|
+
/**
|
|
51
|
+
* 区
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof DeptRelation
|
|
54
|
+
*/
|
|
55
|
+
'area': string;
|
|
56
|
+
/**
|
|
57
|
+
* 园区详细地址
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof DeptRelation
|
|
60
|
+
*/
|
|
61
|
+
'parkAddress': string;
|
|
62
|
+
/**
|
|
63
|
+
* 合同开始时间
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof DeptRelation
|
|
66
|
+
*/
|
|
67
|
+
'contractStartTime': string;
|
|
68
|
+
/**
|
|
69
|
+
* 合同结束时间
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof DeptRelation
|
|
72
|
+
*/
|
|
73
|
+
'contractEndTime': string;
|
|
74
|
+
/**
|
|
75
|
+
* 合同面积
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof DeptRelation
|
|
78
|
+
*/
|
|
79
|
+
'contractArea': number;
|
|
80
|
+
/**
|
|
81
|
+
* 空仓面积
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof DeptRelation
|
|
84
|
+
*/
|
|
85
|
+
'emptyWarehouseArea': number;
|
|
86
|
+
}
|
|
@@ -201,6 +201,12 @@ export interface EquipmentDetailDTO {
|
|
|
201
201
|
* @memberof EquipmentDetailDTO
|
|
202
202
|
*/
|
|
203
203
|
'equipmentSystemName'?: string;
|
|
204
|
+
/**
|
|
205
|
+
* 是否公共区域
|
|
206
|
+
* @type {boolean}
|
|
207
|
+
* @memberof EquipmentDetailDTO
|
|
208
|
+
*/
|
|
209
|
+
'isPublicArea'?: boolean;
|
|
204
210
|
/**
|
|
205
211
|
*
|
|
206
212
|
* @type {string}
|
|
@@ -93,6 +93,12 @@ export interface EquipmentExcelAddDTO {
|
|
|
93
93
|
* @memberof EquipmentExcelAddDTO
|
|
94
94
|
*/
|
|
95
95
|
'flgSpaceEquipment'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 是否公共区域
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof EquipmentExcelAddDTO
|
|
100
|
+
*/
|
|
101
|
+
'isPublicArea'?: string;
|
|
96
102
|
/**
|
|
97
103
|
* 园区ID
|
|
98
104
|
* @type {number}
|
|
@@ -106,12 +106,6 @@ export interface EquipmentSearchSystemDTO {
|
|
|
106
106
|
* @memberof EquipmentSearchSystemDTO
|
|
107
107
|
*/
|
|
108
108
|
'fileName'?: string;
|
|
109
|
-
/**
|
|
110
|
-
* 巡检历史
|
|
111
|
-
* @type {string}
|
|
112
|
-
* @memberof EquipmentSearchSystemDTO
|
|
113
|
-
*/
|
|
114
|
-
'inspectionHistory'?: string;
|
|
115
109
|
/**
|
|
116
110
|
* 维保历史
|
|
117
111
|
* @type {Array<MaintenanceHistoryDto>}
|
|
@@ -124,6 +118,12 @@ export interface EquipmentSearchSystemDTO {
|
|
|
124
118
|
* @memberof EquipmentSearchSystemDTO
|
|
125
119
|
*/
|
|
126
120
|
'repairsHistory'?: Array<MaintenanceHistoryDto>;
|
|
121
|
+
/**
|
|
122
|
+
* 巡检历史
|
|
123
|
+
* @type {Array<MaintenanceHistoryDto>}
|
|
124
|
+
* @memberof EquipmentSearchSystemDTO
|
|
125
|
+
*/
|
|
126
|
+
'inspectionHistory'?: Array<MaintenanceHistoryDto>;
|
|
127
127
|
/**
|
|
128
128
|
* 设备系统表 -上级id
|
|
129
129
|
* @type {Array<number>}
|
|
@@ -214,6 +214,12 @@ export interface EquipmentSearchSystemDTO {
|
|
|
214
214
|
* @memberof EquipmentSearchSystemDTO
|
|
215
215
|
*/
|
|
216
216
|
'spaceId'?: number;
|
|
217
|
+
/**
|
|
218
|
+
* 是否公共区域
|
|
219
|
+
* @type {boolean}
|
|
220
|
+
* @memberof EquipmentSearchSystemDTO
|
|
221
|
+
*/
|
|
222
|
+
'isPublicArea'?: boolean;
|
|
217
223
|
/**
|
|
218
224
|
*
|
|
219
225
|
* @type {string}
|
|
@@ -11,33 +11,21 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { CalendarExportDto } from './calendar-export-dto';
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* execl导入结果返回
|
|
15
15
|
* @export
|
|
16
|
-
* @interface
|
|
16
|
+
* @interface ExcelImportResultDTOCalendarExportDto
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
18
|
+
export interface ExcelImportResultDTOCalendarExportDto {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* 成功的数据
|
|
21
21
|
* @type {Array<CalendarExportDto>}
|
|
22
|
-
* @memberof
|
|
22
|
+
* @memberof ExcelImportResultDTOCalendarExportDto
|
|
23
23
|
*/
|
|
24
|
-
'
|
|
24
|
+
'successDataList'?: Array<CalendarExportDto>;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* 错误的数据
|
|
27
27
|
* @type {Array<CalendarExportDto>}
|
|
28
|
-
* @memberof
|
|
28
|
+
* @memberof ExcelImportResultDTOCalendarExportDto
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof CalendarAddRedisListVo
|
|
35
|
-
*/
|
|
36
|
-
'errorCount'?: number;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof CalendarAddRedisListVo
|
|
41
|
-
*/
|
|
42
|
-
'successCount'?: number;
|
|
30
|
+
'errorDataList'?: Array<CalendarExportDto>;
|
|
43
31
|
}
|