@gizone/rrs-client 3.11.12-alpha.8 → 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 +10 -10
- 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/ipage-access-vo.d.ts +6 -6
- 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 +10 -10
- 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/ipage-access-vo.d.ts +6 -6
- 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 +10 -10
- 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/ipage-access-vo.ts +6 -6
- 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
package/models/index.ts
CHANGED
|
@@ -62,7 +62,6 @@ export * from './business-work-order-dto';
|
|
|
62
62
|
export * from './business-work-order-list-dto';
|
|
63
63
|
export * from './cuser-info';
|
|
64
64
|
export * from './cuser-update-pass-word-vo';
|
|
65
|
-
export * from './calendar-add-redis-list-vo';
|
|
66
65
|
export * from './calendar-entity';
|
|
67
66
|
export * from './calendar-export-dto';
|
|
68
67
|
export * from './calendar-save-update-dto';
|
|
@@ -110,6 +109,8 @@ export * from './cost-withdrawal-of-bills-bo';
|
|
|
110
109
|
export * from './daily-schedule-time-window';
|
|
111
110
|
export * from './del-user-vo';
|
|
112
111
|
export * from './delete-water-vo';
|
|
112
|
+
export * from './dept-relation';
|
|
113
|
+
export * from './dept-relation-dto';
|
|
113
114
|
export * from './device-group-settings-add-or-update-bo';
|
|
114
115
|
export * from './device-group-settings-entity';
|
|
115
116
|
export * from './device-list-dto';
|
|
@@ -199,7 +200,10 @@ export * from './esg-park-waste-config-add-or-update-bo';
|
|
|
199
200
|
export * from './esg-park-waste-config-list-dto';
|
|
200
201
|
export * from './esg-user-statistics-dto';
|
|
201
202
|
export * from './esgpark-waste-statistics-dto';
|
|
203
|
+
export * from './excel-import-result-dtocalendar-export-dto';
|
|
202
204
|
export * from './excel-import-result-dtoequipment-excel-add-dto';
|
|
205
|
+
export * from './excel-import-result-dtoinspection-standard-import-dto';
|
|
206
|
+
export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
203
207
|
export * from './export-energy-meter-record-bo';
|
|
204
208
|
export * from './export-hire-energy-meter-record-bo';
|
|
205
209
|
export * from './export-in-park-vehicle-bo';
|
|
@@ -290,7 +294,9 @@ export * from './inspection-item-content-vo';
|
|
|
290
294
|
export * from './inspection-point';
|
|
291
295
|
export * from './inspection-point-item';
|
|
292
296
|
export * from './inspection-standard-add-or-update-vo';
|
|
297
|
+
export * from './inspection-standard-dto';
|
|
293
298
|
export * from './inspection-standard-entity';
|
|
299
|
+
export * from './inspection-standard-import-dto';
|
|
294
300
|
export * from './internet-access-park-vehicle-vo';
|
|
295
301
|
export * from './internet-meter-add-vo';
|
|
296
302
|
export * from './internet-meter-details-add-vo';
|
|
@@ -317,7 +323,6 @@ export * from './json-result-big-decimal';
|
|
|
317
323
|
export * from './json-result-black-white-entity';
|
|
318
324
|
export * from './json-result-boolean';
|
|
319
325
|
export * from './json-result-business-work-order-list-dto';
|
|
320
|
-
export * from './json-result-calendar-add-redis-list-vo';
|
|
321
326
|
export * from './json-result-calendar-entity';
|
|
322
327
|
export * from './json-result-call-police-detail-dto';
|
|
323
328
|
export * from './json-result-cold-store-dashboard-access-count-dto';
|
|
@@ -340,7 +345,10 @@ export * from './json-result-esg-park-greening-coverage-statistics-dto';
|
|
|
340
345
|
export * from './json-result-esg-park-renewable-energy-statistics-dto';
|
|
341
346
|
export * from './json-result-esg-user-statistics-dto';
|
|
342
347
|
export * from './json-result-esgpark-waste-statistics-dto';
|
|
348
|
+
export * from './json-result-excel-import-result-dtocalendar-export-dto';
|
|
343
349
|
export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
|
|
350
|
+
export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
|
|
351
|
+
export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
|
|
344
352
|
export * from './json-result-feedback-record-detail-vo';
|
|
345
353
|
export * from './json-result-feedback-statistics-count-dto';
|
|
346
354
|
export * from './json-result-feedback-statistics-satisfaction-rating-dto';
|
|
@@ -409,6 +417,7 @@ export * from './json-result-list-hire-lease-term-dto';
|
|
|
409
417
|
export * from './json-result-list-hire-lease-term-list-dto';
|
|
410
418
|
export * from './json-result-list-hire-select-list-dto';
|
|
411
419
|
export * from './json-result-list-in-park-vehicle-vo';
|
|
420
|
+
export * from './json-result-list-inspection-standard-entity';
|
|
412
421
|
export * from './json-result-list-maintenance-standard-entity';
|
|
413
422
|
export * from './json-result-list-monitor-search-dto';
|
|
414
423
|
export * from './json-result-list-monitor-sort-entity';
|
|
@@ -436,6 +445,7 @@ export * from './json-result-list-sys-user-drop-down-box-list-dto';
|
|
|
436
445
|
export * from './json-result-list-unloading-area-entity';
|
|
437
446
|
export * from './json-result-list-work-order-circulation-vo';
|
|
438
447
|
export * from './json-result-list-work-order-comment-entity';
|
|
448
|
+
export * from './json-result-list-work-order-dept-settings-entity';
|
|
439
449
|
export * from './json-result-list-work-order-inspection-detail-dto';
|
|
440
450
|
export * from './json-result-list-work-order-push-settings-entity';
|
|
441
451
|
export * from './json-result-list-work-order-step-by-step-push-dto';
|
|
@@ -476,7 +486,7 @@ export * from './json-result-page-dto-file-management-list-children-dto';
|
|
|
476
486
|
export * from './json-result-page-dto-gradient-alarm-list-dto';
|
|
477
487
|
export * from './json-result-page-dto-hire-air-conditioning-list-dto';
|
|
478
488
|
export * from './json-result-page-dto-in-park-vehicle-vo';
|
|
479
|
-
export * from './json-result-page-dto-inspection-standard-
|
|
489
|
+
export * from './json-result-page-dto-inspection-standard-dto';
|
|
480
490
|
export * from './json-result-page-dto-maintenance-standard-dto';
|
|
481
491
|
export * from './json-result-page-dto-monitor-sort-entity';
|
|
482
492
|
export * from './json-result-page-dto-news-list-vo';
|
|
@@ -491,8 +501,9 @@ export * from './json-result-page-dto-stock-list-page-dto';
|
|
|
491
501
|
export * from './json-result-page-dto-stock-record-list-page-dto';
|
|
492
502
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
493
503
|
export * from './json-result-page-dto-surveillance-roi-list-vo';
|
|
494
|
-
export * from './json-result-page-dto-sys-user-msg-
|
|
504
|
+
export * from './json-result-page-dto-sys-user-msg-dto';
|
|
495
505
|
export * from './json-result-page-dto-work-order-search-dto';
|
|
506
|
+
export * from './json-result-park-info-dto';
|
|
496
507
|
export * from './json-result-park-settings-details-dto';
|
|
497
508
|
export * from './json-result-period-detail-resp';
|
|
498
509
|
export * from './json-result-plan-detail-dto';
|
|
@@ -500,7 +511,6 @@ export * from './json-result-renovation-details-vo';
|
|
|
500
511
|
export * from './json-result-renovation-draft-details-vo';
|
|
501
512
|
export * from './json-result-scheduled-cron';
|
|
502
513
|
export * from './json-result-space-add-redis-list-dto';
|
|
503
|
-
export * from './json-result-space-edit-before-and-after-dto';
|
|
504
514
|
export * from './json-result-space-image-detail-dto';
|
|
505
515
|
export * from './json-result-stock-details-dto';
|
|
506
516
|
export * from './json-result-stock-import-add-redis-dto';
|
|
@@ -512,12 +522,13 @@ export * from './json-result-surveillance-roi-list-vo';
|
|
|
512
522
|
export * from './json-result-switch-park-v2-dto';
|
|
513
523
|
export * from './json-result-sys-dept';
|
|
514
524
|
export * from './json-result-sys-user';
|
|
515
|
-
export * from './json-result-sys-user-msg-
|
|
525
|
+
export * from './json-result-sys-user-msg-dto';
|
|
516
526
|
export * from './json-result-unloading-area-entity';
|
|
517
527
|
export * from './json-result-user-add-redis-list-vo';
|
|
518
528
|
export * from './json-result-user-settings-entity';
|
|
519
529
|
export * from './json-result-void';
|
|
520
530
|
export * from './json-result-white-add-redis-list-dto';
|
|
531
|
+
export * from './json-result-work-order-dept-settings-entity';
|
|
521
532
|
export * from './json-result-work-order-detail-dto';
|
|
522
533
|
export * from './large-visual-screen-access-line-chart-dto';
|
|
523
534
|
export * from './large-visual-screen-access-list-dto';
|
|
@@ -535,6 +546,7 @@ export * from './maintenance-history-dto';
|
|
|
535
546
|
export * from './maintenance-standard-add-or-update-vo';
|
|
536
547
|
export * from './maintenance-standard-dto';
|
|
537
548
|
export * from './maintenance-standard-entity';
|
|
549
|
+
export * from './maintenance-standard-import-dto';
|
|
538
550
|
export * from './manual-exit-vo';
|
|
539
551
|
export * from './manual-opening-add-vo';
|
|
540
552
|
export * from './media-dto';
|
|
@@ -613,7 +625,7 @@ export * from './page-dto-file-management-list-children-dto';
|
|
|
613
625
|
export * from './page-dto-gradient-alarm-list-dto';
|
|
614
626
|
export * from './page-dto-hire-air-conditioning-list-dto';
|
|
615
627
|
export * from './page-dto-in-park-vehicle-vo';
|
|
616
|
-
export * from './page-dto-inspection-standard-
|
|
628
|
+
export * from './page-dto-inspection-standard-dto';
|
|
617
629
|
export * from './page-dto-maintenance-standard-dto';
|
|
618
630
|
export * from './page-dto-meter-record-dto';
|
|
619
631
|
export * from './page-dto-monitor-sort-entity';
|
|
@@ -629,9 +641,13 @@ export * from './page-dto-stock-list-page-dto';
|
|
|
629
641
|
export * from './page-dto-stock-record-list-page-dto';
|
|
630
642
|
export * from './page-dto-supplier-contract-details-dto';
|
|
631
643
|
export * from './page-dto-surveillance-roi-list-vo';
|
|
632
|
-
export * from './page-dto-sys-user-msg-
|
|
644
|
+
export * from './page-dto-sys-user-msg-dto';
|
|
633
645
|
export * from './page-dto-work-order-search-dto';
|
|
646
|
+
export * from './park-center-attribute-enum';
|
|
634
647
|
export * from './park-drop-down-box-dto';
|
|
648
|
+
export * from './park-info-dto';
|
|
649
|
+
export * from './park-info-edit-vo';
|
|
650
|
+
export * from './park-plat-form-enum';
|
|
635
651
|
export * from './park-push-settings-add-bo';
|
|
636
652
|
export * from './park-settings-details-dto';
|
|
637
653
|
export * from './park-settings-vo';
|
|
@@ -689,8 +705,6 @@ export * from './space-add-point-vo';
|
|
|
689
705
|
export * from './space-add-redis-list-dto';
|
|
690
706
|
export * from './space-add-vo';
|
|
691
707
|
export * from './space-detail-dto';
|
|
692
|
-
export * from './space-edit-before-and-after-dto';
|
|
693
|
-
export * from './space-edit-excel-dto';
|
|
694
708
|
export * from './space-edit-vo';
|
|
695
709
|
export * from './space-image-detail-dto';
|
|
696
710
|
export * from './space-point-dto';
|
|
@@ -750,12 +764,12 @@ export * from './sys-role';
|
|
|
750
764
|
export * from './sys-user';
|
|
751
765
|
export * from './sys-user-drop-down-box-list-dto';
|
|
752
766
|
export * from './sys-user-info-dto';
|
|
753
|
-
export * from './sys-user-msg-
|
|
754
|
-
export * from './sys-user-msg-list-dto';
|
|
767
|
+
export * from './sys-user-msg-dto';
|
|
755
768
|
export * from './sys-user-msg-notice-add-vo';
|
|
756
|
-
export * from './sys-user-msg-search-list-vo';
|
|
757
769
|
export * from './sys-user-role';
|
|
758
770
|
export * from './sys-user-search-list-vo';
|
|
771
|
+
export * from './system-user-msg-source-type-enum';
|
|
772
|
+
export * from './system-user-msg-type-enum';
|
|
759
773
|
export * from './table-data-info';
|
|
760
774
|
export * from './tenant-surrender-vo';
|
|
761
775
|
export * from './unit-item';
|
|
@@ -799,6 +813,8 @@ export * from './work-order-comment-dto';
|
|
|
799
813
|
export * from './work-order-comment-entity';
|
|
800
814
|
export * from './work-order-comment-vo';
|
|
801
815
|
export * from './work-order-dept-dto';
|
|
816
|
+
export * from './work-order-dept-settings-add-or-update-vo';
|
|
817
|
+
export * from './work-order-dept-settings-entity';
|
|
802
818
|
export * from './work-order-detail-dto';
|
|
803
819
|
export * from './work-order-distribute-leaflets-vo';
|
|
804
820
|
export * from './work-order-handle-meter-reading-details-vo';
|
|
@@ -806,14 +822,20 @@ export * from './work-order-handle-meter-reading-vo';
|
|
|
806
822
|
export * from './work-order-handler-status-enum';
|
|
807
823
|
export * from './work-order-inspection-detail-dto';
|
|
808
824
|
export * from './work-order-inspection-item-req';
|
|
825
|
+
export * from './work-order-internal-status-enum';
|
|
826
|
+
export * from './work-order-issue-type-enum';
|
|
827
|
+
export * from './work-order-liability-party-enum';
|
|
809
828
|
export * from './work-order-plan-holidays-enum';
|
|
810
829
|
export * from './work-order-plan-repeats-enum';
|
|
811
830
|
export * from './work-order-push-settings-entity';
|
|
812
831
|
export * from './work-order-push-settings-save-or-update-vo';
|
|
813
832
|
export * from './work-order-push-settings-vo';
|
|
833
|
+
export * from './work-order-report-vo';
|
|
814
834
|
export * from './work-order-search-dto';
|
|
835
|
+
export * from './work-order-settings-type-enum';
|
|
815
836
|
export * from './work-order-source-enum';
|
|
816
837
|
export * from './work-order-spot-check-vo';
|
|
838
|
+
export * from './work-order-staging-data-vo';
|
|
817
839
|
export * from './work-order-status-vo';
|
|
818
840
|
export * from './work-order-step-by-step-push-dto';
|
|
819
841
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
@@ -125,5 +125,17 @@ export interface InspectionPointItem {
|
|
|
125
125
|
* @memberof InspectionPointItem
|
|
126
126
|
*/
|
|
127
127
|
'followupWorkOrder'?: FollowupWorkOrderDTO;
|
|
128
|
+
/**
|
|
129
|
+
* 是否需要扫码
|
|
130
|
+
* @type {boolean}
|
|
131
|
+
* @memberof InspectionPointItem
|
|
132
|
+
*/
|
|
133
|
+
'isScanRequired'?: boolean;
|
|
134
|
+
/**
|
|
135
|
+
* 执行时效(小时)
|
|
136
|
+
* @type {number}
|
|
137
|
+
* @memberof InspectionPointItem
|
|
138
|
+
*/
|
|
139
|
+
'executionTime'?: number;
|
|
128
140
|
}
|
|
129
141
|
|
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { InspectionCategoryEnum } from './inspection-category-enum';
|
|
19
16
|
// May contain unused imports in some cases
|
|
20
17
|
// @ts-ignore
|
|
21
18
|
import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
|
|
@@ -30,11 +27,11 @@ import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
|
|
|
30
27
|
*/
|
|
31
28
|
export interface InspectionStandardAddOrUpdateVO {
|
|
32
29
|
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {
|
|
30
|
+
* 设备系统
|
|
31
|
+
* @type {number}
|
|
35
32
|
* @memberof InspectionStandardAddOrUpdateVO
|
|
36
33
|
*/
|
|
37
|
-
'
|
|
34
|
+
'equipmentSystemId': number;
|
|
38
35
|
/**
|
|
39
36
|
* 内容
|
|
40
37
|
* @type {string}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { InspectionCategoryEnum } from './inspection-category-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 巡检标准
|
|
28
|
+
* @export
|
|
29
|
+
* @interface InspectionStandardDTO
|
|
30
|
+
*/
|
|
31
|
+
export interface InspectionStandardDTO {
|
|
32
|
+
/**
|
|
33
|
+
* id
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof InspectionStandardDTO
|
|
36
|
+
*/
|
|
37
|
+
'id'?: number;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {InspectionCategoryEnum}
|
|
41
|
+
* @memberof InspectionStandardDTO
|
|
42
|
+
*/
|
|
43
|
+
'category'?: InspectionCategoryEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 设备系统名称
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof InspectionStandardDTO
|
|
48
|
+
*/
|
|
49
|
+
'equipmentSystemName'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 设备系统父级名称
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof InspectionStandardDTO
|
|
54
|
+
*/
|
|
55
|
+
'equipmentSystemParentName'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 设备系统ID
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof InspectionStandardDTO
|
|
60
|
+
*/
|
|
61
|
+
'equipmentSystemId'?: number;
|
|
62
|
+
/**
|
|
63
|
+
* 内容
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof InspectionStandardDTO
|
|
66
|
+
*/
|
|
67
|
+
'content'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 标准
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof InspectionStandardDTO
|
|
72
|
+
*/
|
|
73
|
+
'standard'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 是否拍照 1是 0 否
|
|
76
|
+
* @type {boolean}
|
|
77
|
+
* @memberof InspectionStandardDTO
|
|
78
|
+
*/
|
|
79
|
+
'isPhotoRequired'?: boolean;
|
|
80
|
+
/**
|
|
81
|
+
* 是否删除
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof InspectionStandardDTO
|
|
84
|
+
*/
|
|
85
|
+
'isDelete'?: number;
|
|
86
|
+
/**
|
|
87
|
+
* 阈值
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof InspectionStandardDTO
|
|
90
|
+
*/
|
|
91
|
+
'threshold'?: number;
|
|
92
|
+
/**
|
|
93
|
+
* 1大于 2小于
|
|
94
|
+
* @type {number}
|
|
95
|
+
* @memberof InspectionStandardDTO
|
|
96
|
+
*/
|
|
97
|
+
'compare'?: number;
|
|
98
|
+
/**
|
|
99
|
+
* 是否需要抄表 1是 0 否
|
|
100
|
+
* @type {boolean}
|
|
101
|
+
* @memberof InspectionStandardDTO
|
|
102
|
+
*/
|
|
103
|
+
'isReadingRequired'?: boolean;
|
|
104
|
+
/**
|
|
105
|
+
* 创建时间
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof InspectionStandardDTO
|
|
108
|
+
*/
|
|
109
|
+
'createTime'?: string;
|
|
110
|
+
/**
|
|
111
|
+
* 更新时间
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof InspectionStandardDTO
|
|
114
|
+
*/
|
|
115
|
+
'updateTime'?: string;
|
|
116
|
+
/**
|
|
117
|
+
* 园区id
|
|
118
|
+
* @type {number}
|
|
119
|
+
* @memberof InspectionStandardDTO
|
|
120
|
+
*/
|
|
121
|
+
'parkId'?: number;
|
|
122
|
+
/**
|
|
123
|
+
* 是否备注 1是 0否
|
|
124
|
+
* @type {boolean}
|
|
125
|
+
* @memberof InspectionStandardDTO
|
|
126
|
+
*/
|
|
127
|
+
'isRemark'?: boolean;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {WorkOrderPlanHolidaysEnum}
|
|
131
|
+
* @memberof InspectionStandardDTO
|
|
132
|
+
*/
|
|
133
|
+
'isSkipHolidays'?: WorkOrderPlanHolidaysEnum;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {WorkOrderPlanRepeatsEnum}
|
|
137
|
+
* @memberof InspectionStandardDTO
|
|
138
|
+
*/
|
|
139
|
+
'repeats'?: WorkOrderPlanRepeatsEnum;
|
|
140
|
+
/**
|
|
141
|
+
* 天数
|
|
142
|
+
* @type {number}
|
|
143
|
+
* @memberof InspectionStandardDTO
|
|
144
|
+
*/
|
|
145
|
+
'eachDays'?: number;
|
|
146
|
+
/**
|
|
147
|
+
* 是否扫码 1:是 0:否
|
|
148
|
+
* @type {boolean}
|
|
149
|
+
* @memberof InspectionStandardDTO
|
|
150
|
+
*/
|
|
151
|
+
'isScanRequired'?: boolean;
|
|
152
|
+
/**
|
|
153
|
+
* 执行时间(小时)
|
|
154
|
+
* @type {number}
|
|
155
|
+
* @memberof InspectionStandardDTO
|
|
156
|
+
*/
|
|
157
|
+
'executionTime'?: number;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { EquipmentSystemEntity } from './equipment-system-entity';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { InspectionCategoryEnum } from './inspection-category-enum';
|
|
@@ -41,6 +44,12 @@ export interface InspectionStandardEntity {
|
|
|
41
44
|
* @memberof InspectionStandardEntity
|
|
42
45
|
*/
|
|
43
46
|
'category'?: InspectionCategoryEnum;
|
|
47
|
+
/**
|
|
48
|
+
* 设备系统ID
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof InspectionStandardEntity
|
|
51
|
+
*/
|
|
52
|
+
'equipmentSystemId'?: number;
|
|
44
53
|
/**
|
|
45
54
|
* 内容
|
|
46
55
|
* @type {string}
|
|
@@ -137,6 +146,12 @@ export interface InspectionStandardEntity {
|
|
|
137
146
|
* @memberof InspectionStandardEntity
|
|
138
147
|
*/
|
|
139
148
|
'executionTime'?: number;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {EquipmentSystemEntity}
|
|
152
|
+
* @memberof InspectionStandardEntity
|
|
153
|
+
*/
|
|
154
|
+
'equipmentSystem'?: EquipmentSystemEntity;
|
|
140
155
|
}
|
|
141
156
|
|
|
142
157
|
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 巡检标准导入
|
|
19
|
+
* @export
|
|
20
|
+
* @interface InspectionStandardImportDTO
|
|
21
|
+
*/
|
|
22
|
+
export interface InspectionStandardImportDTO {
|
|
23
|
+
/**
|
|
24
|
+
* 设备系统
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof InspectionStandardImportDTO
|
|
27
|
+
*/
|
|
28
|
+
'equipmentSystemName'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 内容项
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof InspectionStandardImportDTO
|
|
33
|
+
*/
|
|
34
|
+
'content'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 执行标准
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof InspectionStandardImportDTO
|
|
39
|
+
*/
|
|
40
|
+
'standard'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 周期
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof InspectionStandardImportDTO
|
|
45
|
+
*/
|
|
46
|
+
'repeats'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 每隔多久
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof InspectionStandardImportDTO
|
|
51
|
+
*/
|
|
52
|
+
'eachDays'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 节假日顺延
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof InspectionStandardImportDTO
|
|
57
|
+
*/
|
|
58
|
+
'isSkipHolidays'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 是否扫码
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof InspectionStandardImportDTO
|
|
63
|
+
*/
|
|
64
|
+
'isScanRequired'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 是否拍照
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof InspectionStandardImportDTO
|
|
69
|
+
*/
|
|
70
|
+
'isPhotoRequired'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 是否抄表
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof InspectionStandardImportDTO
|
|
75
|
+
*/
|
|
76
|
+
'isReadingRequired'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 抄表标准
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof InspectionStandardImportDTO
|
|
81
|
+
*/
|
|
82
|
+
'compare'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 抄表标准值
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof InspectionStandardImportDTO
|
|
87
|
+
*/
|
|
88
|
+
'threshold'?: number;
|
|
89
|
+
/**
|
|
90
|
+
* 是否备注
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof InspectionStandardImportDTO
|
|
93
|
+
*/
|
|
94
|
+
'isRemark'?: string;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {number}
|
|
98
|
+
* @memberof InspectionStandardImportDTO
|
|
99
|
+
*/
|
|
100
|
+
'counts'?: number;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof InspectionStandardImportDTO
|
|
105
|
+
*/
|
|
106
|
+
'tips'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 是否错误
|
|
109
|
+
* @type {boolean}
|
|
110
|
+
* @memberof InspectionStandardImportDTO
|
|
111
|
+
*/
|
|
112
|
+
'flag'?: boolean;
|
|
113
|
+
/**
|
|
114
|
+
* 设备系统ID
|
|
115
|
+
* @type {number}
|
|
116
|
+
* @memberof InspectionStandardImportDTO
|
|
117
|
+
*/
|
|
118
|
+
'equipmentSystemId'?: number;
|
|
119
|
+
}
|
|
120
|
+
|
|
@@ -43,23 +43,23 @@ export interface IPageAccessVO {
|
|
|
43
43
|
'records'?: Array<AccessVO>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
|
-
* @type {
|
|
46
|
+
* @type {boolean}
|
|
47
47
|
* @memberof IPageAccessVO
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'searchCount'?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {number}
|
|
53
53
|
* @memberof IPageAccessVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'pages'?: number;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
58
|
* @type {boolean}
|
|
60
59
|
* @memberof IPageAccessVO
|
|
60
|
+
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'hitCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ExcelImportResultDTOCalendarExportDto } from './excel-import-result-dtocalendar-export-dto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultExcelImportResultDTOCalendarExportDto
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultExcelImportResultDTOCalendarExportDto {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {ExcelImportResultDTOCalendarExportDto}
|
|
50
|
+
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
51
|
+
*/
|
|
52
|
+
'data'?: ExcelImportResultDTOCalendarExportDto | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
}
|
|
66
|
+
|