@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
|
@@ -26,42 +26,34 @@ import type { InspectionCategoryEnum } from '../models';
|
|
|
26
26
|
// @ts-ignore
|
|
27
27
|
import type { InspectionStandardAddOrUpdateVO } from '../models';
|
|
28
28
|
// @ts-ignore
|
|
29
|
-
import type {
|
|
29
|
+
import type { JsonResultExcelImportResultDTOInspectionStandardImportDTO } from '../models';
|
|
30
30
|
// @ts-ignore
|
|
31
31
|
import type { JsonResultInspectionStandardEntity } from '../models';
|
|
32
32
|
// @ts-ignore
|
|
33
|
-
import type {
|
|
33
|
+
import type { JsonResultListInspectionStandardEntity } from '../models';
|
|
34
34
|
// @ts-ignore
|
|
35
|
-
import type {
|
|
36
|
-
// @ts-ignore
|
|
37
|
-
import type { JsonResultPageDtoInspectionStandardEntity } from '../models';
|
|
38
|
-
// @ts-ignore
|
|
39
|
-
import type { JsonResultPageDtoMaintenanceStandardDTO } from '../models';
|
|
35
|
+
import type { JsonResultPageDtoInspectionStandardDTO } from '../models';
|
|
40
36
|
// @ts-ignore
|
|
41
37
|
import type { JsonResultVoid } from '../models';
|
|
42
38
|
// @ts-ignore
|
|
43
|
-
import type { MaintenanceStandardAddOrUpdateVo } from '../models';
|
|
44
|
-
// @ts-ignore
|
|
45
|
-
import type { StandardDeleteVo } from '../models';
|
|
46
|
-
// @ts-ignore
|
|
47
39
|
import type { WorkOrderPlanRepeatsEnum } from '../models';
|
|
48
40
|
/**
|
|
49
|
-
*
|
|
41
|
+
* InspectionStandardApi - axios parameter creator
|
|
50
42
|
* @export
|
|
51
43
|
*/
|
|
52
|
-
export const
|
|
44
|
+
export const InspectionStandardApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
53
45
|
return {
|
|
54
46
|
/**
|
|
55
47
|
*
|
|
56
|
-
* @summary
|
|
57
|
-
* @param {Array<
|
|
48
|
+
* @summary 添加巡检标准
|
|
49
|
+
* @param {Array<InspectionStandardAddOrUpdateVO>} inspectionStandardAddOrUpdateVO
|
|
58
50
|
* @param {*} [options] Override http request option.
|
|
59
51
|
* @throws {RequiredError}
|
|
60
52
|
*/
|
|
61
|
-
|
|
62
|
-
// verify required parameter '
|
|
63
|
-
assertParamExists('
|
|
64
|
-
const localVarPath = `/gizone/
|
|
53
|
+
createInspectionStandard: async (inspectionStandardAddOrUpdateVO: Array<InspectionStandardAddOrUpdateVO>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
54
|
+
// verify required parameter 'inspectionStandardAddOrUpdateVO' is not null or undefined
|
|
55
|
+
assertParamExists('createInspectionStandard', 'inspectionStandardAddOrUpdateVO', inspectionStandardAddOrUpdateVO)
|
|
56
|
+
const localVarPath = `/gizone/inspectionStandard`;
|
|
65
57
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
66
58
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
67
59
|
let baseOptions;
|
|
@@ -84,7 +76,7 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
84
76
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
85
77
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
86
78
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
87
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
79
|
+
localVarRequestOptions.data = serializeDataIfNeeded(inspectionStandardAddOrUpdateVO, localVarRequestOptions, configuration)
|
|
88
80
|
|
|
89
81
|
return {
|
|
90
82
|
url: toPathString(localVarUrlObj),
|
|
@@ -93,15 +85,16 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
93
85
|
},
|
|
94
86
|
/**
|
|
95
87
|
*
|
|
96
|
-
* @summary
|
|
97
|
-
* @param {
|
|
88
|
+
* @summary 删除巡检标准
|
|
89
|
+
* @param {number} id 巡检标准id
|
|
98
90
|
* @param {*} [options] Override http request option.
|
|
99
91
|
* @throws {RequiredError}
|
|
100
92
|
*/
|
|
101
|
-
|
|
102
|
-
// verify required parameter '
|
|
103
|
-
assertParamExists('
|
|
104
|
-
const localVarPath = `/gizone/
|
|
93
|
+
deleteInspectionStandard: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
94
|
+
// verify required parameter 'id' is not null or undefined
|
|
95
|
+
assertParamExists('deleteInspectionStandard', 'id', id)
|
|
96
|
+
const localVarPath = `/gizone/inspectionStandard/{id}`
|
|
97
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
105
98
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
106
99
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
107
100
|
let baseOptions;
|
|
@@ -119,12 +112,9 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
119
112
|
|
|
120
113
|
|
|
121
114
|
|
|
122
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
123
|
-
|
|
124
115
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
125
116
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
126
117
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
127
|
-
localVarRequestOptions.data = serializeDataIfNeeded(standardDeleteVo, localVarRequestOptions, configuration)
|
|
128
118
|
|
|
129
119
|
return {
|
|
130
120
|
url: toPathString(localVarUrlObj),
|
|
@@ -133,15 +123,15 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
133
123
|
},
|
|
134
124
|
/**
|
|
135
125
|
*
|
|
136
|
-
* @summary
|
|
137
|
-
* @param {Array<
|
|
126
|
+
* @summary 批量删除巡检标准
|
|
127
|
+
* @param {Array<number>} requestBody
|
|
138
128
|
* @param {*} [options] Override http request option.
|
|
139
129
|
* @throws {RequiredError}
|
|
140
130
|
*/
|
|
141
|
-
|
|
142
|
-
// verify required parameter '
|
|
143
|
-
assertParamExists('
|
|
144
|
-
const localVarPath = `/gizone/inspectionStandard`;
|
|
131
|
+
deleteInspectionStandards: async (requestBody: Array<number>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
132
|
+
// verify required parameter 'requestBody' is not null or undefined
|
|
133
|
+
assertParamExists('deleteInspectionStandards', 'requestBody', requestBody)
|
|
134
|
+
const localVarPath = `/gizone/inspectionStandard/delBatch`;
|
|
145
135
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
146
136
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
147
137
|
let baseOptions;
|
|
@@ -164,7 +154,7 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
164
154
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
165
155
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
166
156
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
167
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
157
|
+
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration)
|
|
168
158
|
|
|
169
159
|
return {
|
|
170
160
|
url: toPathString(localVarUrlObj),
|
|
@@ -173,14 +163,14 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
173
163
|
},
|
|
174
164
|
/**
|
|
175
165
|
*
|
|
176
|
-
* @summary
|
|
177
|
-
* @param {number} id
|
|
166
|
+
* @summary 巡检标准详情
|
|
167
|
+
* @param {number} id
|
|
178
168
|
* @param {*} [options] Override http request option.
|
|
179
169
|
* @throws {RequiredError}
|
|
180
170
|
*/
|
|
181
|
-
|
|
171
|
+
getInspectionStandard: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
182
172
|
// verify required parameter 'id' is not null or undefined
|
|
183
|
-
assertParamExists('
|
|
173
|
+
assertParamExists('getInspectionStandard', 'id', id)
|
|
184
174
|
const localVarPath = `/gizone/inspectionStandard/{id}`
|
|
185
175
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
186
176
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -190,7 +180,7 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
190
180
|
baseOptions = configuration.baseOptions;
|
|
191
181
|
}
|
|
192
182
|
|
|
193
|
-
const localVarRequestOptions = { method: '
|
|
183
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
194
184
|
const localVarHeaderParameter = {} as any;
|
|
195
185
|
const localVarQueryParameter = {} as any;
|
|
196
186
|
|
|
@@ -211,15 +201,18 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
211
201
|
},
|
|
212
202
|
/**
|
|
213
203
|
*
|
|
214
|
-
* @summary
|
|
215
|
-
* @param {
|
|
204
|
+
* @summary 巡检标准导出-数据
|
|
205
|
+
* @param {number} parkId 园区id
|
|
206
|
+
* @param {string} [searchValue] 内容
|
|
207
|
+
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
208
|
+
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
216
209
|
* @param {*} [options] Override http request option.
|
|
217
210
|
* @throws {RequiredError}
|
|
218
211
|
*/
|
|
219
|
-
|
|
220
|
-
// verify required parameter '
|
|
221
|
-
assertParamExists('
|
|
222
|
-
const localVarPath = `/gizone/inspectionStandard/
|
|
212
|
+
inspectionStandardBatchExport: async (parkId: number, searchValue?: string, category?: InspectionCategoryEnum, repeats?: WorkOrderPlanRepeatsEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
213
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
214
|
+
assertParamExists('inspectionStandardBatchExport', 'parkId', parkId)
|
|
215
|
+
const localVarPath = `/gizone/inspectionStandard/batchExport`;
|
|
223
216
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
224
217
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
225
218
|
let baseOptions;
|
|
@@ -227,7 +220,7 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
227
220
|
baseOptions = configuration.baseOptions;
|
|
228
221
|
}
|
|
229
222
|
|
|
230
|
-
const localVarRequestOptions = { method: '
|
|
223
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
231
224
|
const localVarHeaderParameter = {} as any;
|
|
232
225
|
const localVarQueryParameter = {} as any;
|
|
233
226
|
|
|
@@ -235,14 +228,27 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
235
228
|
// http bearer authentication required
|
|
236
229
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
237
230
|
|
|
231
|
+
if (searchValue !== undefined) {
|
|
232
|
+
localVarQueryParameter['searchValue'] = searchValue;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
if (category !== undefined) {
|
|
236
|
+
localVarQueryParameter['category'] = category;
|
|
237
|
+
}
|
|
238
238
|
|
|
239
|
-
|
|
240
|
-
|
|
239
|
+
if (parkId !== undefined) {
|
|
240
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
241
|
+
}
|
|
241
242
|
|
|
243
|
+
if (repeats !== undefined) {
|
|
244
|
+
localVarQueryParameter['repeats'] = repeats;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
242
249
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
243
250
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
244
251
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
245
|
-
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration)
|
|
246
252
|
|
|
247
253
|
return {
|
|
248
254
|
url: toPathString(localVarUrlObj),
|
|
@@ -251,16 +257,12 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
251
257
|
},
|
|
252
258
|
/**
|
|
253
259
|
*
|
|
254
|
-
* @summary
|
|
255
|
-
* @param {number} id
|
|
260
|
+
* @summary 巡检标准导入-确认导入
|
|
256
261
|
* @param {*} [options] Override http request option.
|
|
257
262
|
* @throws {RequiredError}
|
|
258
263
|
*/
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
assertParamExists('deleteMaintenanceStandard', 'id', id)
|
|
262
|
-
const localVarPath = `/gizone/maintenanceStandard/{id}`
|
|
263
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
264
|
+
inspectionStandardBatchImportConfirm: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
265
|
+
const localVarPath = `/gizone/inspectionStandard/batchImport/confirm`;
|
|
264
266
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
265
267
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
266
268
|
let baseOptions;
|
|
@@ -268,7 +270,7 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
268
270
|
baseOptions = configuration.baseOptions;
|
|
269
271
|
}
|
|
270
272
|
|
|
271
|
-
const localVarRequestOptions = { method: '
|
|
273
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
272
274
|
const localVarHeaderParameter = {} as any;
|
|
273
275
|
const localVarQueryParameter = {} as any;
|
|
274
276
|
|
|
@@ -289,16 +291,12 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
289
291
|
},
|
|
290
292
|
/**
|
|
291
293
|
*
|
|
292
|
-
* @summary
|
|
293
|
-
* @param {number} id
|
|
294
|
+
* @summary 巡检标准导入-预览结果
|
|
294
295
|
* @param {*} [options] Override http request option.
|
|
295
296
|
* @throws {RequiredError}
|
|
296
297
|
*/
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
assertParamExists('getInspectionStandard', 'id', id)
|
|
300
|
-
const localVarPath = `/gizone/inspectionStandard/{id}`
|
|
301
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
298
|
+
inspectionStandardBatchImportPreview: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
299
|
+
const localVarPath = `/gizone/inspectionStandard/batchImport/preview`;
|
|
302
300
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
303
301
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
304
302
|
let baseOptions;
|
|
@@ -327,16 +325,12 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
327
325
|
},
|
|
328
326
|
/**
|
|
329
327
|
*
|
|
330
|
-
* @summary
|
|
331
|
-
* @param {number} id
|
|
328
|
+
* @summary 巡检标准导入-下载模板
|
|
332
329
|
* @param {*} [options] Override http request option.
|
|
333
330
|
* @throws {RequiredError}
|
|
334
331
|
*/
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
assertParamExists('getMaintenanceStandard', 'id', id)
|
|
338
|
-
const localVarPath = `/gizone/maintenanceStandard/{id}`
|
|
339
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
332
|
+
inspectionStandardBatchImportTemplate: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
333
|
+
const localVarPath = `/gizone/inspectionStandard/batchImport/template`;
|
|
340
334
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
341
335
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
342
336
|
let baseOptions;
|
|
@@ -365,24 +359,19 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
365
359
|
},
|
|
366
360
|
/**
|
|
367
361
|
*
|
|
368
|
-
* @summary
|
|
362
|
+
* @summary 巡检标准导入-上传文件
|
|
369
363
|
* @param {number} parkId 园区id
|
|
370
|
-
* @param {
|
|
371
|
-
* @param {
|
|
372
|
-
* @param {string} [searchValue] 内容
|
|
373
|
-
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
374
|
-
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
364
|
+
* @param {File} file
|
|
365
|
+
* @param {string} [language] 语言
|
|
375
366
|
* @param {*} [options] Override http request option.
|
|
376
367
|
* @throws {RequiredError}
|
|
377
368
|
*/
|
|
378
|
-
|
|
369
|
+
inspectionStandardBatchImportUpload: async (parkId: number, file: File, language?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
379
370
|
// verify required parameter 'parkId' is not null or undefined
|
|
380
|
-
assertParamExists('
|
|
381
|
-
// verify required parameter '
|
|
382
|
-
assertParamExists('
|
|
383
|
-
|
|
384
|
-
assertParamExists('listInspectionStandard', 'page', page)
|
|
385
|
-
const localVarPath = `/gizone/inspectionStandard`;
|
|
371
|
+
assertParamExists('inspectionStandardBatchImportUpload', 'parkId', parkId)
|
|
372
|
+
// verify required parameter 'file' is not null or undefined
|
|
373
|
+
assertParamExists('inspectionStandardBatchImportUpload', 'file', file)
|
|
374
|
+
const localVarPath = `/gizone/inspectionStandard/batchImport/upload`;
|
|
386
375
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
387
376
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
388
377
|
let baseOptions;
|
|
@@ -390,43 +379,35 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
390
379
|
baseOptions = configuration.baseOptions;
|
|
391
380
|
}
|
|
392
381
|
|
|
393
|
-
const localVarRequestOptions = { method: '
|
|
382
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
394
383
|
const localVarHeaderParameter = {} as any;
|
|
395
384
|
const localVarQueryParameter = {} as any;
|
|
385
|
+
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
396
386
|
|
|
397
387
|
// authentication tokenScheme required
|
|
398
388
|
// http bearer authentication required
|
|
399
389
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
400
390
|
|
|
401
|
-
if (searchValue !== undefined) {
|
|
402
|
-
localVarQueryParameter['searchValue'] = searchValue;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
if (category !== undefined) {
|
|
406
|
-
localVarQueryParameter['category'] = category;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
if (parkId !== undefined) {
|
|
410
|
-
localVarQueryParameter['parkId'] = parkId;
|
|
411
|
-
}
|
|
412
391
|
|
|
413
|
-
if (
|
|
414
|
-
|
|
392
|
+
if (parkId !== undefined) {
|
|
393
|
+
localVarFormParams.append('parkId', parkId as any);
|
|
415
394
|
}
|
|
416
|
-
|
|
417
|
-
if (
|
|
418
|
-
|
|
395
|
+
|
|
396
|
+
if (language !== undefined) {
|
|
397
|
+
localVarFormParams.append('language', language as any);
|
|
419
398
|
}
|
|
420
|
-
|
|
421
|
-
if (
|
|
422
|
-
|
|
399
|
+
|
|
400
|
+
if (file !== undefined) {
|
|
401
|
+
localVarFormParams.append('file', file as any);
|
|
423
402
|
}
|
|
424
|
-
|
|
425
|
-
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
426
406
|
|
|
427
407
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
428
408
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
429
409
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
410
|
+
localVarRequestOptions.data = localVarFormParams;
|
|
430
411
|
|
|
431
412
|
return {
|
|
432
413
|
url: toPathString(localVarUrlObj),
|
|
@@ -435,24 +416,25 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
435
416
|
},
|
|
436
417
|
/**
|
|
437
418
|
*
|
|
438
|
-
* @summary
|
|
439
|
-
* @param {number} parkId 园区
|
|
419
|
+
* @summary 巡检标准列表
|
|
420
|
+
* @param {number} parkId 园区id
|
|
440
421
|
* @param {number} pageSize 每页数量
|
|
441
422
|
* @param {number} page 页码
|
|
442
|
-
* @param {string} [searchValue]
|
|
443
|
-
* @param {
|
|
423
|
+
* @param {string} [searchValue] 内容
|
|
424
|
+
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
444
425
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
426
|
+
* @param {number} [equipmentSystemId] 设备系统ID
|
|
445
427
|
* @param {*} [options] Override http request option.
|
|
446
428
|
* @throws {RequiredError}
|
|
447
429
|
*/
|
|
448
|
-
|
|
430
|
+
listInspectionStandard: async (parkId: number, pageSize: number, page: number, searchValue?: string, category?: InspectionCategoryEnum, repeats?: WorkOrderPlanRepeatsEnum, equipmentSystemId?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
449
431
|
// verify required parameter 'parkId' is not null or undefined
|
|
450
|
-
assertParamExists('
|
|
432
|
+
assertParamExists('listInspectionStandard', 'parkId', parkId)
|
|
451
433
|
// verify required parameter 'pageSize' is not null or undefined
|
|
452
|
-
assertParamExists('
|
|
434
|
+
assertParamExists('listInspectionStandard', 'pageSize', pageSize)
|
|
453
435
|
// verify required parameter 'page' is not null or undefined
|
|
454
|
-
assertParamExists('
|
|
455
|
-
const localVarPath = `/gizone/
|
|
436
|
+
assertParamExists('listInspectionStandard', 'page', page)
|
|
437
|
+
const localVarPath = `/gizone/inspectionStandard`;
|
|
456
438
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
457
439
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
458
440
|
let baseOptions;
|
|
@@ -472,12 +454,8 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
472
454
|
localVarQueryParameter['searchValue'] = searchValue;
|
|
473
455
|
}
|
|
474
456
|
|
|
475
|
-
if (
|
|
476
|
-
localVarQueryParameter['
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
if (repeats !== undefined) {
|
|
480
|
-
localVarQueryParameter['repeats'] = repeats;
|
|
457
|
+
if (category !== undefined) {
|
|
458
|
+
localVarQueryParameter['category'] = category;
|
|
481
459
|
}
|
|
482
460
|
|
|
483
461
|
if (parkId !== undefined) {
|
|
@@ -492,6 +470,14 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
492
470
|
localVarQueryParameter['page'] = page;
|
|
493
471
|
}
|
|
494
472
|
|
|
473
|
+
if (repeats !== undefined) {
|
|
474
|
+
localVarQueryParameter['repeats'] = repeats;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
if (equipmentSystemId !== undefined) {
|
|
478
|
+
localVarQueryParameter['equipmentSystemId'] = equipmentSystemId;
|
|
479
|
+
}
|
|
480
|
+
|
|
495
481
|
|
|
496
482
|
|
|
497
483
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -510,10 +496,10 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
510
496
|
* @param {*} [options] Override http request option.
|
|
511
497
|
* @throws {RequiredError}
|
|
512
498
|
*/
|
|
513
|
-
|
|
499
|
+
listInspectionStandardByEquipmentId: async (equipmentId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
514
500
|
// verify required parameter 'equipmentId' is not null or undefined
|
|
515
|
-
assertParamExists('
|
|
516
|
-
const localVarPath = `/gizone/
|
|
501
|
+
assertParamExists('listInspectionStandardByEquipmentId', 'equipmentId', equipmentId)
|
|
502
|
+
const localVarPath = `/gizone/inspectionStandard/selectByEquipmentId`;
|
|
517
503
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
518
504
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
519
505
|
let baseOptions;
|
|
@@ -551,10 +537,10 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
551
537
|
* @param {*} [options] Override http request option.
|
|
552
538
|
* @throws {RequiredError}
|
|
553
539
|
*/
|
|
554
|
-
|
|
540
|
+
listInspectionStandardByEquipmentSystemId: async (equipmentSystemId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
555
541
|
// verify required parameter 'equipmentSystemId' is not null or undefined
|
|
556
|
-
assertParamExists('
|
|
557
|
-
const localVarPath = `/gizone/
|
|
542
|
+
assertParamExists('listInspectionStandardByEquipmentSystemId', 'equipmentSystemId', equipmentSystemId)
|
|
543
|
+
const localVarPath = `/gizone/inspectionStandard/selectByEquipmentSystemId`;
|
|
558
544
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
559
545
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
560
546
|
let baseOptions;
|
|
@@ -672,50 +658,6 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
672
658
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
673
659
|
localVarRequestOptions.data = serializeDataIfNeeded(inspectionStandardAddOrUpdateVO, localVarRequestOptions, configuration)
|
|
674
660
|
|
|
675
|
-
return {
|
|
676
|
-
url: toPathString(localVarUrlObj),
|
|
677
|
-
options: localVarRequestOptions,
|
|
678
|
-
};
|
|
679
|
-
},
|
|
680
|
-
/**
|
|
681
|
-
*
|
|
682
|
-
* @summary 编辑维保标准
|
|
683
|
-
* @param {number} id
|
|
684
|
-
* @param {MaintenanceStandardAddOrUpdateVo} maintenanceStandardAddOrUpdateVo
|
|
685
|
-
* @param {*} [options] Override http request option.
|
|
686
|
-
* @throws {RequiredError}
|
|
687
|
-
*/
|
|
688
|
-
updateMaintenanceStandard: async (id: number, maintenanceStandardAddOrUpdateVo: MaintenanceStandardAddOrUpdateVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
689
|
-
// verify required parameter 'id' is not null or undefined
|
|
690
|
-
assertParamExists('updateMaintenanceStandard', 'id', id)
|
|
691
|
-
// verify required parameter 'maintenanceStandardAddOrUpdateVo' is not null or undefined
|
|
692
|
-
assertParamExists('updateMaintenanceStandard', 'maintenanceStandardAddOrUpdateVo', maintenanceStandardAddOrUpdateVo)
|
|
693
|
-
const localVarPath = `/gizone/maintenanceStandard/{id}`
|
|
694
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
695
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
696
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
697
|
-
let baseOptions;
|
|
698
|
-
if (configuration) {
|
|
699
|
-
baseOptions = configuration.baseOptions;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
703
|
-
const localVarHeaderParameter = {} as any;
|
|
704
|
-
const localVarQueryParameter = {} as any;
|
|
705
|
-
|
|
706
|
-
// authentication tokenScheme required
|
|
707
|
-
// http bearer authentication required
|
|
708
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
713
|
-
|
|
714
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
715
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
716
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
717
|
-
localVarRequestOptions.data = serializeDataIfNeeded(maintenanceStandardAddOrUpdateVo, localVarRequestOptions, configuration)
|
|
718
|
-
|
|
719
661
|
return {
|
|
720
662
|
url: toPathString(localVarUrlObj),
|
|
721
663
|
options: localVarRequestOptions,
|
|
@@ -725,150 +667,148 @@ export const InspectionApiAxiosParamCreator = function (configuration?: Configur
|
|
|
725
667
|
};
|
|
726
668
|
|
|
727
669
|
/**
|
|
728
|
-
*
|
|
670
|
+
* InspectionStandardApi - functional programming interface
|
|
729
671
|
* @export
|
|
730
672
|
*/
|
|
731
|
-
export const
|
|
732
|
-
const localVarAxiosParamCreator =
|
|
673
|
+
export const InspectionStandardApiFp = function(configuration?: Configuration) {
|
|
674
|
+
const localVarAxiosParamCreator = InspectionStandardApiAxiosParamCreator(configuration)
|
|
733
675
|
return {
|
|
734
676
|
/**
|
|
735
677
|
*
|
|
736
|
-
* @summary
|
|
737
|
-
* @param {Array<
|
|
678
|
+
* @summary 添加巡检标准
|
|
679
|
+
* @param {Array<InspectionStandardAddOrUpdateVO>} inspectionStandardAddOrUpdateVO
|
|
738
680
|
* @param {*} [options] Override http request option.
|
|
739
681
|
* @throws {RequiredError}
|
|
740
682
|
*/
|
|
741
|
-
async
|
|
742
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
683
|
+
async createInspectionStandard(inspectionStandardAddOrUpdateVO: Array<InspectionStandardAddOrUpdateVO>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
684
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createInspectionStandard(inspectionStandardAddOrUpdateVO, options);
|
|
743
685
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
744
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
686
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.createInspectionStandard']?.[localVarOperationServerIndex]?.url;
|
|
745
687
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
746
688
|
},
|
|
747
689
|
/**
|
|
748
690
|
*
|
|
749
|
-
* @summary
|
|
750
|
-
* @param {
|
|
691
|
+
* @summary 删除巡检标准
|
|
692
|
+
* @param {number} id 巡检标准id
|
|
751
693
|
* @param {*} [options] Override http request option.
|
|
752
694
|
* @throws {RequiredError}
|
|
753
695
|
*/
|
|
754
|
-
async
|
|
755
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
696
|
+
async deleteInspectionStandard(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
697
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteInspectionStandard(id, options);
|
|
756
698
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
757
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
699
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.deleteInspectionStandard']?.[localVarOperationServerIndex]?.url;
|
|
758
700
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
759
701
|
},
|
|
760
702
|
/**
|
|
761
703
|
*
|
|
762
|
-
* @summary
|
|
763
|
-
* @param {Array<
|
|
704
|
+
* @summary 批量删除巡检标准
|
|
705
|
+
* @param {Array<number>} requestBody
|
|
764
706
|
* @param {*} [options] Override http request option.
|
|
765
707
|
* @throws {RequiredError}
|
|
766
708
|
*/
|
|
767
|
-
async
|
|
768
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
709
|
+
async deleteInspectionStandards(requestBody: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
710
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteInspectionStandards(requestBody, options);
|
|
769
711
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
770
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
712
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.deleteInspectionStandards']?.[localVarOperationServerIndex]?.url;
|
|
771
713
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
772
714
|
},
|
|
773
715
|
/**
|
|
774
716
|
*
|
|
775
|
-
* @summary
|
|
776
|
-
* @param {number} id
|
|
717
|
+
* @summary 巡检标准详情
|
|
718
|
+
* @param {number} id
|
|
777
719
|
* @param {*} [options] Override http request option.
|
|
778
720
|
* @throws {RequiredError}
|
|
779
721
|
*/
|
|
780
|
-
async
|
|
781
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
722
|
+
async getInspectionStandard(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInspectionStandardEntity>> {
|
|
723
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getInspectionStandard(id, options);
|
|
782
724
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
783
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
725
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.getInspectionStandard']?.[localVarOperationServerIndex]?.url;
|
|
784
726
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
785
727
|
},
|
|
786
728
|
/**
|
|
787
729
|
*
|
|
788
|
-
* @summary
|
|
789
|
-
* @param {
|
|
730
|
+
* @summary 巡检标准导出-数据
|
|
731
|
+
* @param {number} parkId 园区id
|
|
732
|
+
* @param {string} [searchValue] 内容
|
|
733
|
+
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
734
|
+
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
790
735
|
* @param {*} [options] Override http request option.
|
|
791
736
|
* @throws {RequiredError}
|
|
792
737
|
*/
|
|
793
|
-
async
|
|
794
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
738
|
+
async inspectionStandardBatchExport(parkId: number, searchValue?: string, category?: InspectionCategoryEnum, repeats?: WorkOrderPlanRepeatsEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
739
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.inspectionStandardBatchExport(parkId, searchValue, category, repeats, options);
|
|
795
740
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
796
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
741
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.inspectionStandardBatchExport']?.[localVarOperationServerIndex]?.url;
|
|
797
742
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
798
743
|
},
|
|
799
744
|
/**
|
|
800
745
|
*
|
|
801
|
-
* @summary
|
|
802
|
-
* @param {number} id
|
|
746
|
+
* @summary 巡检标准导入-确认导入
|
|
803
747
|
* @param {*} [options] Override http request option.
|
|
804
748
|
* @throws {RequiredError}
|
|
805
749
|
*/
|
|
806
|
-
async
|
|
807
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
750
|
+
async inspectionStandardBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO>> {
|
|
751
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.inspectionStandardBatchImportConfirm(options);
|
|
808
752
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
809
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
753
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.inspectionStandardBatchImportConfirm']?.[localVarOperationServerIndex]?.url;
|
|
810
754
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
811
755
|
},
|
|
812
756
|
/**
|
|
813
757
|
*
|
|
814
|
-
* @summary
|
|
815
|
-
* @param {number} id
|
|
758
|
+
* @summary 巡检标准导入-预览结果
|
|
816
759
|
* @param {*} [options] Override http request option.
|
|
817
760
|
* @throws {RequiredError}
|
|
818
761
|
*/
|
|
819
|
-
async
|
|
820
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
762
|
+
async inspectionStandardBatchImportPreview(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO>> {
|
|
763
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.inspectionStandardBatchImportPreview(options);
|
|
821
764
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
822
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
765
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.inspectionStandardBatchImportPreview']?.[localVarOperationServerIndex]?.url;
|
|
823
766
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
824
767
|
},
|
|
825
768
|
/**
|
|
826
769
|
*
|
|
827
|
-
* @summary
|
|
828
|
-
* @param {number} id
|
|
770
|
+
* @summary 巡检标准导入-下载模板
|
|
829
771
|
* @param {*} [options] Override http request option.
|
|
830
772
|
* @throws {RequiredError}
|
|
831
773
|
*/
|
|
832
|
-
async
|
|
833
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
774
|
+
async inspectionStandardBatchImportTemplate(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
775
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.inspectionStandardBatchImportTemplate(options);
|
|
834
776
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
835
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
777
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.inspectionStandardBatchImportTemplate']?.[localVarOperationServerIndex]?.url;
|
|
836
778
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
837
779
|
},
|
|
838
780
|
/**
|
|
839
781
|
*
|
|
840
|
-
* @summary
|
|
782
|
+
* @summary 巡检标准导入-上传文件
|
|
841
783
|
* @param {number} parkId 园区id
|
|
842
|
-
* @param {
|
|
843
|
-
* @param {
|
|
844
|
-
* @param {string} [searchValue] 内容
|
|
845
|
-
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
846
|
-
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
784
|
+
* @param {File} file
|
|
785
|
+
* @param {string} [language] 语言
|
|
847
786
|
* @param {*} [options] Override http request option.
|
|
848
787
|
* @throws {RequiredError}
|
|
849
788
|
*/
|
|
850
|
-
async
|
|
851
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
789
|
+
async inspectionStandardBatchImportUpload(parkId: number, file: File, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO>> {
|
|
790
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.inspectionStandardBatchImportUpload(parkId, file, language, options);
|
|
852
791
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
853
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
792
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.inspectionStandardBatchImportUpload']?.[localVarOperationServerIndex]?.url;
|
|
854
793
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
855
794
|
},
|
|
856
795
|
/**
|
|
857
796
|
*
|
|
858
|
-
* @summary
|
|
859
|
-
* @param {number} parkId 园区
|
|
797
|
+
* @summary 巡检标准列表
|
|
798
|
+
* @param {number} parkId 园区id
|
|
860
799
|
* @param {number} pageSize 每页数量
|
|
861
800
|
* @param {number} page 页码
|
|
862
|
-
* @param {string} [searchValue]
|
|
863
|
-
* @param {
|
|
801
|
+
* @param {string} [searchValue] 内容
|
|
802
|
+
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
864
803
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
804
|
+
* @param {number} [equipmentSystemId] 设备系统ID
|
|
865
805
|
* @param {*} [options] Override http request option.
|
|
866
806
|
* @throws {RequiredError}
|
|
867
807
|
*/
|
|
868
|
-
async
|
|
869
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
808
|
+
async listInspectionStandard(parkId: number, pageSize: number, page: number, searchValue?: string, category?: InspectionCategoryEnum, repeats?: WorkOrderPlanRepeatsEnum, equipmentSystemId?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoInspectionStandardDTO>> {
|
|
809
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listInspectionStandard(parkId, pageSize, page, searchValue, category, repeats, equipmentSystemId, options);
|
|
870
810
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
871
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
811
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.listInspectionStandard']?.[localVarOperationServerIndex]?.url;
|
|
872
812
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
873
813
|
},
|
|
874
814
|
/**
|
|
@@ -878,10 +818,10 @@ export const InspectionApiFp = function(configuration?: Configuration) {
|
|
|
878
818
|
* @param {*} [options] Override http request option.
|
|
879
819
|
* @throws {RequiredError}
|
|
880
820
|
*/
|
|
881
|
-
async
|
|
882
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
821
|
+
async listInspectionStandardByEquipmentId(equipmentId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListInspectionStandardEntity>> {
|
|
822
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listInspectionStandardByEquipmentId(equipmentId, options);
|
|
883
823
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
884
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
824
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.listInspectionStandardByEquipmentId']?.[localVarOperationServerIndex]?.url;
|
|
885
825
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
886
826
|
},
|
|
887
827
|
/**
|
|
@@ -891,10 +831,10 @@ export const InspectionApiFp = function(configuration?: Configuration) {
|
|
|
891
831
|
* @param {*} [options] Override http request option.
|
|
892
832
|
* @throws {RequiredError}
|
|
893
833
|
*/
|
|
894
|
-
async
|
|
895
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
834
|
+
async listInspectionStandardByEquipmentSystemId(equipmentSystemId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListInspectionStandardEntity>> {
|
|
835
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listInspectionStandardByEquipmentSystemId(equipmentSystemId, options);
|
|
896
836
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
897
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
837
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.listInspectionStandardByEquipmentSystemId']?.[localVarOperationServerIndex]?.url;
|
|
898
838
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
899
839
|
},
|
|
900
840
|
/**
|
|
@@ -908,7 +848,7 @@ export const InspectionApiFp = function(configuration?: Configuration) {
|
|
|
908
848
|
async syncInspectionStandard(parkIdOne: number, parkIdTwo: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
909
849
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncInspectionStandard(parkIdOne, parkIdTwo, options);
|
|
910
850
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
911
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
851
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.syncInspectionStandard']?.[localVarOperationServerIndex]?.url;
|
|
912
852
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
913
853
|
},
|
|
914
854
|
/**
|
|
@@ -922,672 +862,574 @@ export const InspectionApiFp = function(configuration?: Configuration) {
|
|
|
922
862
|
async updateInspectionStandard(id: number, inspectionStandardAddOrUpdateVO: InspectionStandardAddOrUpdateVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
923
863
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateInspectionStandard(id, inspectionStandardAddOrUpdateVO, options);
|
|
924
864
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
925
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
926
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
927
|
-
},
|
|
928
|
-
/**
|
|
929
|
-
*
|
|
930
|
-
* @summary 编辑维保标准
|
|
931
|
-
* @param {number} id
|
|
932
|
-
* @param {MaintenanceStandardAddOrUpdateVo} maintenanceStandardAddOrUpdateVo
|
|
933
|
-
* @param {*} [options] Override http request option.
|
|
934
|
-
* @throws {RequiredError}
|
|
935
|
-
*/
|
|
936
|
-
async updateMaintenanceStandard(id: number, maintenanceStandardAddOrUpdateVo: MaintenanceStandardAddOrUpdateVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
937
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateMaintenanceStandard(id, maintenanceStandardAddOrUpdateVo, options);
|
|
938
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
939
|
-
const localVarOperationServerBasePath = operationServerMap['InspectionApi.updateMaintenanceStandard']?.[localVarOperationServerIndex]?.url;
|
|
865
|
+
const localVarOperationServerBasePath = operationServerMap['InspectionStandardApi.updateInspectionStandard']?.[localVarOperationServerIndex]?.url;
|
|
940
866
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
941
867
|
},
|
|
942
868
|
}
|
|
943
869
|
};
|
|
944
870
|
|
|
945
871
|
/**
|
|
946
|
-
*
|
|
872
|
+
* InspectionStandardApi - factory interface
|
|
947
873
|
* @export
|
|
948
874
|
*/
|
|
949
|
-
export const
|
|
950
|
-
const localVarFp =
|
|
875
|
+
export const InspectionStandardApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
876
|
+
const localVarFp = InspectionStandardApiFp(configuration)
|
|
951
877
|
return {
|
|
952
878
|
/**
|
|
953
879
|
*
|
|
954
|
-
* @summary
|
|
955
|
-
* @param {
|
|
880
|
+
* @summary 添加巡检标准
|
|
881
|
+
* @param {InspectionStandardApiCreateInspectionStandardRequest} requestParameters Request parameters.
|
|
956
882
|
* @param {*} [options] Override http request option.
|
|
957
883
|
* @throws {RequiredError}
|
|
958
884
|
*/
|
|
959
|
-
|
|
960
|
-
return localVarFp.
|
|
885
|
+
createInspectionStandard(requestParameters: InspectionStandardApiCreateInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
886
|
+
return localVarFp.createInspectionStandard(requestParameters.inspectionStandardAddOrUpdateVO, options).then((request) => request(axios, basePath));
|
|
961
887
|
},
|
|
962
888
|
/**
|
|
963
889
|
*
|
|
964
|
-
* @summary
|
|
965
|
-
* @param {
|
|
890
|
+
* @summary 删除巡检标准
|
|
891
|
+
* @param {InspectionStandardApiDeleteInspectionStandardRequest} requestParameters Request parameters.
|
|
966
892
|
* @param {*} [options] Override http request option.
|
|
967
893
|
* @throws {RequiredError}
|
|
968
894
|
*/
|
|
969
|
-
|
|
970
|
-
return localVarFp.
|
|
895
|
+
deleteInspectionStandard(requestParameters: InspectionStandardApiDeleteInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
896
|
+
return localVarFp.deleteInspectionStandard(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
971
897
|
},
|
|
972
898
|
/**
|
|
973
899
|
*
|
|
974
|
-
* @summary
|
|
975
|
-
* @param {
|
|
900
|
+
* @summary 批量删除巡检标准
|
|
901
|
+
* @param {InspectionStandardApiDeleteInspectionStandardsRequest} requestParameters Request parameters.
|
|
976
902
|
* @param {*} [options] Override http request option.
|
|
977
903
|
* @throws {RequiredError}
|
|
978
904
|
*/
|
|
979
|
-
|
|
980
|
-
return localVarFp.
|
|
905
|
+
deleteInspectionStandards(requestParameters: InspectionStandardApiDeleteInspectionStandardsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
906
|
+
return localVarFp.deleteInspectionStandards(requestParameters.requestBody, options).then((request) => request(axios, basePath));
|
|
981
907
|
},
|
|
982
908
|
/**
|
|
983
909
|
*
|
|
984
|
-
* @summary
|
|
985
|
-
* @param {
|
|
910
|
+
* @summary 巡检标准详情
|
|
911
|
+
* @param {InspectionStandardApiGetInspectionStandardRequest} requestParameters Request parameters.
|
|
986
912
|
* @param {*} [options] Override http request option.
|
|
987
913
|
* @throws {RequiredError}
|
|
988
914
|
*/
|
|
989
|
-
|
|
990
|
-
return localVarFp.
|
|
915
|
+
getInspectionStandard(requestParameters: InspectionStandardApiGetInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInspectionStandardEntity> {
|
|
916
|
+
return localVarFp.getInspectionStandard(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
991
917
|
},
|
|
992
918
|
/**
|
|
993
919
|
*
|
|
994
|
-
* @summary
|
|
995
|
-
* @param {
|
|
920
|
+
* @summary 巡检标准导出-数据
|
|
921
|
+
* @param {InspectionStandardApiInspectionStandardBatchExportRequest} requestParameters Request parameters.
|
|
996
922
|
* @param {*} [options] Override http request option.
|
|
997
923
|
* @throws {RequiredError}
|
|
998
924
|
*/
|
|
999
|
-
|
|
1000
|
-
return localVarFp.
|
|
925
|
+
inspectionStandardBatchExport(requestParameters: InspectionStandardApiInspectionStandardBatchExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
926
|
+
return localVarFp.inspectionStandardBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, options).then((request) => request(axios, basePath));
|
|
1001
927
|
},
|
|
1002
928
|
/**
|
|
1003
929
|
*
|
|
1004
|
-
* @summary
|
|
1005
|
-
* @param {InspectionApiDeleteMaintenanceStandardRequest} requestParameters Request parameters.
|
|
930
|
+
* @summary 巡检标准导入-确认导入
|
|
1006
931
|
* @param {*} [options] Override http request option.
|
|
1007
932
|
* @throws {RequiredError}
|
|
1008
933
|
*/
|
|
1009
|
-
|
|
1010
|
-
return localVarFp.
|
|
934
|
+
inspectionStandardBatchImportConfirm(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO> {
|
|
935
|
+
return localVarFp.inspectionStandardBatchImportConfirm(options).then((request) => request(axios, basePath));
|
|
1011
936
|
},
|
|
1012
937
|
/**
|
|
1013
938
|
*
|
|
1014
|
-
* @summary
|
|
1015
|
-
* @param {InspectionApiGetInspectionStandardRequest} requestParameters Request parameters.
|
|
939
|
+
* @summary 巡检标准导入-预览结果
|
|
1016
940
|
* @param {*} [options] Override http request option.
|
|
1017
941
|
* @throws {RequiredError}
|
|
1018
942
|
*/
|
|
1019
|
-
|
|
1020
|
-
return localVarFp.
|
|
943
|
+
inspectionStandardBatchImportPreview(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO> {
|
|
944
|
+
return localVarFp.inspectionStandardBatchImportPreview(options).then((request) => request(axios, basePath));
|
|
1021
945
|
},
|
|
1022
946
|
/**
|
|
1023
947
|
*
|
|
1024
|
-
* @summary
|
|
1025
|
-
* @param {InspectionApiGetMaintenanceStandardRequest} requestParameters Request parameters.
|
|
948
|
+
* @summary 巡检标准导入-下载模板
|
|
1026
949
|
* @param {*} [options] Override http request option.
|
|
1027
950
|
* @throws {RequiredError}
|
|
1028
951
|
*/
|
|
1029
|
-
|
|
1030
|
-
return localVarFp.
|
|
952
|
+
inspectionStandardBatchImportTemplate(options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
953
|
+
return localVarFp.inspectionStandardBatchImportTemplate(options).then((request) => request(axios, basePath));
|
|
1031
954
|
},
|
|
1032
955
|
/**
|
|
1033
956
|
*
|
|
1034
|
-
* @summary
|
|
1035
|
-
* @param {
|
|
957
|
+
* @summary 巡检标准导入-上传文件
|
|
958
|
+
* @param {InspectionStandardApiInspectionStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
1036
959
|
* @param {*} [options] Override http request option.
|
|
1037
960
|
* @throws {RequiredError}
|
|
1038
961
|
*/
|
|
1039
|
-
|
|
1040
|
-
return localVarFp.
|
|
962
|
+
inspectionStandardBatchImportUpload(requestParameters: InspectionStandardApiInspectionStandardBatchImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO> {
|
|
963
|
+
return localVarFp.inspectionStandardBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
1041
964
|
},
|
|
1042
965
|
/**
|
|
1043
966
|
*
|
|
1044
|
-
* @summary
|
|
1045
|
-
* @param {
|
|
967
|
+
* @summary 巡检标准列表
|
|
968
|
+
* @param {InspectionStandardApiListInspectionStandardRequest} requestParameters Request parameters.
|
|
1046
969
|
* @param {*} [options] Override http request option.
|
|
1047
970
|
* @throws {RequiredError}
|
|
1048
971
|
*/
|
|
1049
|
-
|
|
1050
|
-
return localVarFp.
|
|
972
|
+
listInspectionStandard(requestParameters: InspectionStandardApiListInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoInspectionStandardDTO> {
|
|
973
|
+
return localVarFp.listInspectionStandard(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, requestParameters.equipmentSystemId, options).then((request) => request(axios, basePath));
|
|
1051
974
|
},
|
|
1052
975
|
/**
|
|
1053
976
|
*
|
|
1054
977
|
* @summary 根据设备id查询维保标准
|
|
1055
|
-
* @param {
|
|
978
|
+
* @param {InspectionStandardApiListInspectionStandardByEquipmentIdRequest} requestParameters Request parameters.
|
|
1056
979
|
* @param {*} [options] Override http request option.
|
|
1057
980
|
* @throws {RequiredError}
|
|
1058
981
|
*/
|
|
1059
|
-
|
|
1060
|
-
return localVarFp.
|
|
982
|
+
listInspectionStandardByEquipmentId(requestParameters: InspectionStandardApiListInspectionStandardByEquipmentIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListInspectionStandardEntity> {
|
|
983
|
+
return localVarFp.listInspectionStandardByEquipmentId(requestParameters.equipmentId, options).then((request) => request(axios, basePath));
|
|
1061
984
|
},
|
|
1062
985
|
/**
|
|
1063
986
|
*
|
|
1064
987
|
* @summary 根据设备系统id查询维保标准
|
|
1065
|
-
* @param {
|
|
988
|
+
* @param {InspectionStandardApiListInspectionStandardByEquipmentSystemIdRequest} requestParameters Request parameters.
|
|
1066
989
|
* @param {*} [options] Override http request option.
|
|
1067
990
|
* @throws {RequiredError}
|
|
1068
991
|
*/
|
|
1069
|
-
|
|
1070
|
-
return localVarFp.
|
|
992
|
+
listInspectionStandardByEquipmentSystemId(requestParameters: InspectionStandardApiListInspectionStandardByEquipmentSystemIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListInspectionStandardEntity> {
|
|
993
|
+
return localVarFp.listInspectionStandardByEquipmentSystemId(requestParameters.equipmentSystemId, options).then((request) => request(axios, basePath));
|
|
1071
994
|
},
|
|
1072
995
|
/**
|
|
1073
996
|
*
|
|
1074
997
|
* @summary 同步其他园区巡检标准
|
|
1075
|
-
* @param {
|
|
998
|
+
* @param {InspectionStandardApiSyncInspectionStandardRequest} requestParameters Request parameters.
|
|
1076
999
|
* @param {*} [options] Override http request option.
|
|
1077
1000
|
* @throws {RequiredError}
|
|
1078
1001
|
*/
|
|
1079
|
-
syncInspectionStandard(requestParameters:
|
|
1002
|
+
syncInspectionStandard(requestParameters: InspectionStandardApiSyncInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
1080
1003
|
return localVarFp.syncInspectionStandard(requestParameters.parkIdOne, requestParameters.parkIdTwo, options).then((request) => request(axios, basePath));
|
|
1081
1004
|
},
|
|
1082
1005
|
/**
|
|
1083
1006
|
*
|
|
1084
1007
|
* @summary 修改巡检标准
|
|
1085
|
-
* @param {
|
|
1008
|
+
* @param {InspectionStandardApiUpdateInspectionStandardRequest} requestParameters Request parameters.
|
|
1086
1009
|
* @param {*} [options] Override http request option.
|
|
1087
1010
|
* @throws {RequiredError}
|
|
1088
1011
|
*/
|
|
1089
|
-
updateInspectionStandard(requestParameters:
|
|
1012
|
+
updateInspectionStandard(requestParameters: InspectionStandardApiUpdateInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
1090
1013
|
return localVarFp.updateInspectionStandard(requestParameters.id, requestParameters.inspectionStandardAddOrUpdateVO, options).then((request) => request(axios, basePath));
|
|
1091
1014
|
},
|
|
1092
|
-
/**
|
|
1093
|
-
*
|
|
1094
|
-
* @summary 编辑维保标准
|
|
1095
|
-
* @param {InspectionApiUpdateMaintenanceStandardRequest} requestParameters Request parameters.
|
|
1096
|
-
* @param {*} [options] Override http request option.
|
|
1097
|
-
* @throws {RequiredError}
|
|
1098
|
-
*/
|
|
1099
|
-
updateMaintenanceStandard(requestParameters: InspectionApiUpdateMaintenanceStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
1100
|
-
return localVarFp.updateMaintenanceStandard(requestParameters.id, requestParameters.maintenanceStandardAddOrUpdateVo, options).then((request) => request(axios, basePath));
|
|
1101
|
-
},
|
|
1102
1015
|
};
|
|
1103
1016
|
};
|
|
1104
1017
|
|
|
1105
1018
|
/**
|
|
1106
|
-
* Request parameters for
|
|
1107
|
-
* @export
|
|
1108
|
-
* @interface InspectionApiAddMaintenanceStandardRequest
|
|
1109
|
-
*/
|
|
1110
|
-
export interface InspectionApiAddMaintenanceStandardRequest {
|
|
1111
|
-
/**
|
|
1112
|
-
*
|
|
1113
|
-
* @type {Array<MaintenanceStandardAddOrUpdateVo>}
|
|
1114
|
-
* @memberof InspectionApiAddMaintenanceStandard
|
|
1115
|
-
*/
|
|
1116
|
-
readonly maintenanceStandardAddOrUpdateVo: Array<MaintenanceStandardAddOrUpdateVo>
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
/**
|
|
1120
|
-
* Request parameters for batchDeleteMaintenanceStandard operation in InspectionApi.
|
|
1121
|
-
* @export
|
|
1122
|
-
* @interface InspectionApiBatchDeleteMaintenanceStandardRequest
|
|
1123
|
-
*/
|
|
1124
|
-
export interface InspectionApiBatchDeleteMaintenanceStandardRequest {
|
|
1125
|
-
/**
|
|
1126
|
-
*
|
|
1127
|
-
* @type {StandardDeleteVo}
|
|
1128
|
-
* @memberof InspectionApiBatchDeleteMaintenanceStandard
|
|
1129
|
-
*/
|
|
1130
|
-
readonly standardDeleteVo: StandardDeleteVo
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
/**
|
|
1134
|
-
* Request parameters for createInspectionStandard operation in InspectionApi.
|
|
1019
|
+
* Request parameters for createInspectionStandard operation in InspectionStandardApi.
|
|
1135
1020
|
* @export
|
|
1136
|
-
* @interface
|
|
1021
|
+
* @interface InspectionStandardApiCreateInspectionStandardRequest
|
|
1137
1022
|
*/
|
|
1138
|
-
export interface
|
|
1023
|
+
export interface InspectionStandardApiCreateInspectionStandardRequest {
|
|
1139
1024
|
/**
|
|
1140
1025
|
*
|
|
1141
1026
|
* @type {Array<InspectionStandardAddOrUpdateVO>}
|
|
1142
|
-
* @memberof
|
|
1027
|
+
* @memberof InspectionStandardApiCreateInspectionStandard
|
|
1143
1028
|
*/
|
|
1144
1029
|
readonly inspectionStandardAddOrUpdateVO: Array<InspectionStandardAddOrUpdateVO>
|
|
1145
1030
|
}
|
|
1146
1031
|
|
|
1147
1032
|
/**
|
|
1148
|
-
* Request parameters for deleteInspectionStandard operation in
|
|
1033
|
+
* Request parameters for deleteInspectionStandard operation in InspectionStandardApi.
|
|
1149
1034
|
* @export
|
|
1150
|
-
* @interface
|
|
1035
|
+
* @interface InspectionStandardApiDeleteInspectionStandardRequest
|
|
1151
1036
|
*/
|
|
1152
|
-
export interface
|
|
1037
|
+
export interface InspectionStandardApiDeleteInspectionStandardRequest {
|
|
1153
1038
|
/**
|
|
1154
1039
|
* 巡检标准id
|
|
1155
1040
|
* @type {number}
|
|
1156
|
-
* @memberof
|
|
1041
|
+
* @memberof InspectionStandardApiDeleteInspectionStandard
|
|
1157
1042
|
*/
|
|
1158
1043
|
readonly id: number
|
|
1159
1044
|
}
|
|
1160
1045
|
|
|
1161
1046
|
/**
|
|
1162
|
-
* Request parameters for deleteInspectionStandards operation in
|
|
1047
|
+
* Request parameters for deleteInspectionStandards operation in InspectionStandardApi.
|
|
1163
1048
|
* @export
|
|
1164
|
-
* @interface
|
|
1049
|
+
* @interface InspectionStandardApiDeleteInspectionStandardsRequest
|
|
1165
1050
|
*/
|
|
1166
|
-
export interface
|
|
1051
|
+
export interface InspectionStandardApiDeleteInspectionStandardsRequest {
|
|
1167
1052
|
/**
|
|
1168
1053
|
*
|
|
1169
1054
|
* @type {Array<number>}
|
|
1170
|
-
* @memberof
|
|
1055
|
+
* @memberof InspectionStandardApiDeleteInspectionStandards
|
|
1171
1056
|
*/
|
|
1172
1057
|
readonly requestBody: Array<number>
|
|
1173
1058
|
}
|
|
1174
1059
|
|
|
1175
1060
|
/**
|
|
1176
|
-
* Request parameters for
|
|
1177
|
-
* @export
|
|
1178
|
-
* @interface InspectionApiDeleteMaintenanceStandardRequest
|
|
1179
|
-
*/
|
|
1180
|
-
export interface InspectionApiDeleteMaintenanceStandardRequest {
|
|
1181
|
-
/**
|
|
1182
|
-
*
|
|
1183
|
-
* @type {number}
|
|
1184
|
-
* @memberof InspectionApiDeleteMaintenanceStandard
|
|
1185
|
-
*/
|
|
1186
|
-
readonly id: number
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
/**
|
|
1190
|
-
* Request parameters for getInspectionStandard operation in InspectionApi.
|
|
1061
|
+
* Request parameters for getInspectionStandard operation in InspectionStandardApi.
|
|
1191
1062
|
* @export
|
|
1192
|
-
* @interface
|
|
1063
|
+
* @interface InspectionStandardApiGetInspectionStandardRequest
|
|
1193
1064
|
*/
|
|
1194
|
-
export interface
|
|
1065
|
+
export interface InspectionStandardApiGetInspectionStandardRequest {
|
|
1195
1066
|
/**
|
|
1196
1067
|
*
|
|
1197
1068
|
* @type {number}
|
|
1198
|
-
* @memberof
|
|
1069
|
+
* @memberof InspectionStandardApiGetInspectionStandard
|
|
1199
1070
|
*/
|
|
1200
1071
|
readonly id: number
|
|
1201
1072
|
}
|
|
1202
1073
|
|
|
1203
1074
|
/**
|
|
1204
|
-
* Request parameters for
|
|
1075
|
+
* Request parameters for inspectionStandardBatchExport operation in InspectionStandardApi.
|
|
1205
1076
|
* @export
|
|
1206
|
-
* @interface
|
|
1077
|
+
* @interface InspectionStandardApiInspectionStandardBatchExportRequest
|
|
1207
1078
|
*/
|
|
1208
|
-
export interface
|
|
1209
|
-
/**
|
|
1210
|
-
*
|
|
1211
|
-
* @type {number}
|
|
1212
|
-
* @memberof InspectionApiGetMaintenanceStandard
|
|
1213
|
-
*/
|
|
1214
|
-
readonly id: number
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
/**
|
|
1218
|
-
* Request parameters for listInspectionStandard operation in InspectionApi.
|
|
1219
|
-
* @export
|
|
1220
|
-
* @interface InspectionApiListInspectionStandardRequest
|
|
1221
|
-
*/
|
|
1222
|
-
export interface InspectionApiListInspectionStandardRequest {
|
|
1079
|
+
export interface InspectionStandardApiInspectionStandardBatchExportRequest {
|
|
1223
1080
|
/**
|
|
1224
1081
|
* 园区id
|
|
1225
1082
|
* @type {number}
|
|
1226
|
-
* @memberof
|
|
1083
|
+
* @memberof InspectionStandardApiInspectionStandardBatchExport
|
|
1227
1084
|
*/
|
|
1228
1085
|
readonly parkId: number
|
|
1229
1086
|
|
|
1230
|
-
/**
|
|
1231
|
-
* 每页数量
|
|
1232
|
-
* @type {number}
|
|
1233
|
-
* @memberof InspectionApiListInspectionStandard
|
|
1234
|
-
*/
|
|
1235
|
-
readonly pageSize: number
|
|
1236
|
-
|
|
1237
|
-
/**
|
|
1238
|
-
* 页码
|
|
1239
|
-
* @type {number}
|
|
1240
|
-
* @memberof InspectionApiListInspectionStandard
|
|
1241
|
-
*/
|
|
1242
|
-
readonly page: number
|
|
1243
|
-
|
|
1244
1087
|
/**
|
|
1245
1088
|
* 内容
|
|
1246
1089
|
* @type {string}
|
|
1247
|
-
* @memberof
|
|
1090
|
+
* @memberof InspectionStandardApiInspectionStandardBatchExport
|
|
1248
1091
|
*/
|
|
1249
1092
|
readonly searchValue?: string
|
|
1250
1093
|
|
|
1251
1094
|
/**
|
|
1252
1095
|
* 巡检分类
|
|
1253
1096
|
* @type {InspectionCategoryEnum}
|
|
1254
|
-
* @memberof
|
|
1097
|
+
* @memberof InspectionStandardApiInspectionStandardBatchExport
|
|
1255
1098
|
*/
|
|
1256
1099
|
readonly category?: InspectionCategoryEnum
|
|
1257
1100
|
|
|
1258
1101
|
/**
|
|
1259
1102
|
* 周期
|
|
1260
1103
|
* @type {WorkOrderPlanRepeatsEnum}
|
|
1261
|
-
* @memberof
|
|
1104
|
+
* @memberof InspectionStandardApiInspectionStandardBatchExport
|
|
1262
1105
|
*/
|
|
1263
1106
|
readonly repeats?: WorkOrderPlanRepeatsEnum
|
|
1264
1107
|
}
|
|
1265
1108
|
|
|
1266
1109
|
/**
|
|
1267
|
-
* Request parameters for
|
|
1110
|
+
* Request parameters for inspectionStandardBatchImportUpload operation in InspectionStandardApi.
|
|
1268
1111
|
* @export
|
|
1269
|
-
* @interface
|
|
1112
|
+
* @interface InspectionStandardApiInspectionStandardBatchImportUploadRequest
|
|
1270
1113
|
*/
|
|
1271
|
-
export interface
|
|
1114
|
+
export interface InspectionStandardApiInspectionStandardBatchImportUploadRequest {
|
|
1272
1115
|
/**
|
|
1273
|
-
* 园区
|
|
1116
|
+
* 园区id
|
|
1274
1117
|
* @type {number}
|
|
1275
|
-
* @memberof
|
|
1118
|
+
* @memberof InspectionStandardApiInspectionStandardBatchImportUpload
|
|
1119
|
+
*/
|
|
1120
|
+
readonly parkId: number
|
|
1121
|
+
|
|
1122
|
+
/**
|
|
1123
|
+
*
|
|
1124
|
+
* @type {File}
|
|
1125
|
+
* @memberof InspectionStandardApiInspectionStandardBatchImportUpload
|
|
1126
|
+
*/
|
|
1127
|
+
readonly file: File
|
|
1128
|
+
|
|
1129
|
+
/**
|
|
1130
|
+
* 语言
|
|
1131
|
+
* @type {string}
|
|
1132
|
+
* @memberof InspectionStandardApiInspectionStandardBatchImportUpload
|
|
1133
|
+
*/
|
|
1134
|
+
readonly language?: string
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
/**
|
|
1138
|
+
* Request parameters for listInspectionStandard operation in InspectionStandardApi.
|
|
1139
|
+
* @export
|
|
1140
|
+
* @interface InspectionStandardApiListInspectionStandardRequest
|
|
1141
|
+
*/
|
|
1142
|
+
export interface InspectionStandardApiListInspectionStandardRequest {
|
|
1143
|
+
/**
|
|
1144
|
+
* 园区id
|
|
1145
|
+
* @type {number}
|
|
1146
|
+
* @memberof InspectionStandardApiListInspectionStandard
|
|
1276
1147
|
*/
|
|
1277
1148
|
readonly parkId: number
|
|
1278
1149
|
|
|
1279
1150
|
/**
|
|
1280
1151
|
* 每页数量
|
|
1281
1152
|
* @type {number}
|
|
1282
|
-
* @memberof
|
|
1153
|
+
* @memberof InspectionStandardApiListInspectionStandard
|
|
1283
1154
|
*/
|
|
1284
1155
|
readonly pageSize: number
|
|
1285
1156
|
|
|
1286
1157
|
/**
|
|
1287
1158
|
* 页码
|
|
1288
1159
|
* @type {number}
|
|
1289
|
-
* @memberof
|
|
1160
|
+
* @memberof InspectionStandardApiListInspectionStandard
|
|
1290
1161
|
*/
|
|
1291
1162
|
readonly page: number
|
|
1292
1163
|
|
|
1293
1164
|
/**
|
|
1294
|
-
*
|
|
1165
|
+
* 内容
|
|
1295
1166
|
* @type {string}
|
|
1296
|
-
* @memberof
|
|
1167
|
+
* @memberof InspectionStandardApiListInspectionStandard
|
|
1297
1168
|
*/
|
|
1298
1169
|
readonly searchValue?: string
|
|
1299
1170
|
|
|
1300
1171
|
/**
|
|
1301
|
-
*
|
|
1302
|
-
* @type {
|
|
1303
|
-
* @memberof
|
|
1172
|
+
* 巡检分类
|
|
1173
|
+
* @type {InspectionCategoryEnum}
|
|
1174
|
+
* @memberof InspectionStandardApiListInspectionStandard
|
|
1304
1175
|
*/
|
|
1305
|
-
readonly
|
|
1176
|
+
readonly category?: InspectionCategoryEnum
|
|
1306
1177
|
|
|
1307
1178
|
/**
|
|
1308
1179
|
* 周期
|
|
1309
1180
|
* @type {WorkOrderPlanRepeatsEnum}
|
|
1310
|
-
* @memberof
|
|
1181
|
+
* @memberof InspectionStandardApiListInspectionStandard
|
|
1311
1182
|
*/
|
|
1312
1183
|
readonly repeats?: WorkOrderPlanRepeatsEnum
|
|
1184
|
+
|
|
1185
|
+
/**
|
|
1186
|
+
* 设备系统ID
|
|
1187
|
+
* @type {number}
|
|
1188
|
+
* @memberof InspectionStandardApiListInspectionStandard
|
|
1189
|
+
*/
|
|
1190
|
+
readonly equipmentSystemId?: number
|
|
1313
1191
|
}
|
|
1314
1192
|
|
|
1315
1193
|
/**
|
|
1316
|
-
* Request parameters for
|
|
1194
|
+
* Request parameters for listInspectionStandardByEquipmentId operation in InspectionStandardApi.
|
|
1317
1195
|
* @export
|
|
1318
|
-
* @interface
|
|
1196
|
+
* @interface InspectionStandardApiListInspectionStandardByEquipmentIdRequest
|
|
1319
1197
|
*/
|
|
1320
|
-
export interface
|
|
1198
|
+
export interface InspectionStandardApiListInspectionStandardByEquipmentIdRequest {
|
|
1321
1199
|
/**
|
|
1322
1200
|
*
|
|
1323
1201
|
* @type {number}
|
|
1324
|
-
* @memberof
|
|
1202
|
+
* @memberof InspectionStandardApiListInspectionStandardByEquipmentId
|
|
1325
1203
|
*/
|
|
1326
1204
|
readonly equipmentId: number
|
|
1327
1205
|
}
|
|
1328
1206
|
|
|
1329
1207
|
/**
|
|
1330
|
-
* Request parameters for
|
|
1208
|
+
* Request parameters for listInspectionStandardByEquipmentSystemId operation in InspectionStandardApi.
|
|
1331
1209
|
* @export
|
|
1332
|
-
* @interface
|
|
1210
|
+
* @interface InspectionStandardApiListInspectionStandardByEquipmentSystemIdRequest
|
|
1333
1211
|
*/
|
|
1334
|
-
export interface
|
|
1212
|
+
export interface InspectionStandardApiListInspectionStandardByEquipmentSystemIdRequest {
|
|
1335
1213
|
/**
|
|
1336
1214
|
*
|
|
1337
1215
|
* @type {number}
|
|
1338
|
-
* @memberof
|
|
1216
|
+
* @memberof InspectionStandardApiListInspectionStandardByEquipmentSystemId
|
|
1339
1217
|
*/
|
|
1340
1218
|
readonly equipmentSystemId: number
|
|
1341
1219
|
}
|
|
1342
1220
|
|
|
1343
1221
|
/**
|
|
1344
|
-
* Request parameters for syncInspectionStandard operation in
|
|
1222
|
+
* Request parameters for syncInspectionStandard operation in InspectionStandardApi.
|
|
1345
1223
|
* @export
|
|
1346
|
-
* @interface
|
|
1224
|
+
* @interface InspectionStandardApiSyncInspectionStandardRequest
|
|
1347
1225
|
*/
|
|
1348
|
-
export interface
|
|
1226
|
+
export interface InspectionStandardApiSyncInspectionStandardRequest {
|
|
1349
1227
|
/**
|
|
1350
1228
|
*
|
|
1351
1229
|
* @type {number}
|
|
1352
|
-
* @memberof
|
|
1230
|
+
* @memberof InspectionStandardApiSyncInspectionStandard
|
|
1353
1231
|
*/
|
|
1354
1232
|
readonly parkIdOne: number
|
|
1355
1233
|
|
|
1356
1234
|
/**
|
|
1357
1235
|
*
|
|
1358
1236
|
* @type {number}
|
|
1359
|
-
* @memberof
|
|
1237
|
+
* @memberof InspectionStandardApiSyncInspectionStandard
|
|
1360
1238
|
*/
|
|
1361
1239
|
readonly parkIdTwo: number
|
|
1362
1240
|
}
|
|
1363
1241
|
|
|
1364
1242
|
/**
|
|
1365
|
-
* Request parameters for updateInspectionStandard operation in
|
|
1243
|
+
* Request parameters for updateInspectionStandard operation in InspectionStandardApi.
|
|
1366
1244
|
* @export
|
|
1367
|
-
* @interface
|
|
1245
|
+
* @interface InspectionStandardApiUpdateInspectionStandardRequest
|
|
1368
1246
|
*/
|
|
1369
|
-
export interface
|
|
1247
|
+
export interface InspectionStandardApiUpdateInspectionStandardRequest {
|
|
1370
1248
|
/**
|
|
1371
1249
|
*
|
|
1372
1250
|
* @type {number}
|
|
1373
|
-
* @memberof
|
|
1251
|
+
* @memberof InspectionStandardApiUpdateInspectionStandard
|
|
1374
1252
|
*/
|
|
1375
1253
|
readonly id: number
|
|
1376
1254
|
|
|
1377
1255
|
/**
|
|
1378
1256
|
*
|
|
1379
1257
|
* @type {InspectionStandardAddOrUpdateVO}
|
|
1380
|
-
* @memberof
|
|
1258
|
+
* @memberof InspectionStandardApiUpdateInspectionStandard
|
|
1381
1259
|
*/
|
|
1382
1260
|
readonly inspectionStandardAddOrUpdateVO: InspectionStandardAddOrUpdateVO
|
|
1383
1261
|
}
|
|
1384
1262
|
|
|
1385
1263
|
/**
|
|
1386
|
-
*
|
|
1264
|
+
* InspectionStandardApi - object-oriented interface
|
|
1387
1265
|
* @export
|
|
1388
|
-
* @
|
|
1389
|
-
*/
|
|
1390
|
-
export interface InspectionApiUpdateMaintenanceStandardRequest {
|
|
1391
|
-
/**
|
|
1392
|
-
*
|
|
1393
|
-
* @type {number}
|
|
1394
|
-
* @memberof InspectionApiUpdateMaintenanceStandard
|
|
1395
|
-
*/
|
|
1396
|
-
readonly id: number
|
|
1397
|
-
|
|
1398
|
-
/**
|
|
1399
|
-
*
|
|
1400
|
-
* @type {MaintenanceStandardAddOrUpdateVo}
|
|
1401
|
-
* @memberof InspectionApiUpdateMaintenanceStandard
|
|
1402
|
-
*/
|
|
1403
|
-
readonly maintenanceStandardAddOrUpdateVo: MaintenanceStandardAddOrUpdateVo
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
/**
|
|
1407
|
-
* InspectionApi - object-oriented interface
|
|
1408
|
-
* @export
|
|
1409
|
-
* @class InspectionApi
|
|
1266
|
+
* @class InspectionStandardApi
|
|
1410
1267
|
* @extends {BaseAPI}
|
|
1411
1268
|
*/
|
|
1412
|
-
export class
|
|
1269
|
+
export class InspectionStandardApi extends BaseAPI {
|
|
1413
1270
|
/**
|
|
1414
1271
|
*
|
|
1415
|
-
* @summary
|
|
1416
|
-
* @param {
|
|
1272
|
+
* @summary 添加巡检标准
|
|
1273
|
+
* @param {InspectionStandardApiCreateInspectionStandardRequest} requestParameters Request parameters.
|
|
1417
1274
|
* @param {*} [options] Override http request option.
|
|
1418
1275
|
* @throws {RequiredError}
|
|
1419
|
-
* @memberof
|
|
1276
|
+
* @memberof InspectionStandardApi
|
|
1420
1277
|
*/
|
|
1421
|
-
public
|
|
1422
|
-
return
|
|
1278
|
+
public createInspectionStandard(requestParameters: InspectionStandardApiCreateInspectionStandardRequest, options?: RawAxiosRequestConfig) {
|
|
1279
|
+
return InspectionStandardApiFp(this.configuration).createInspectionStandard(requestParameters.inspectionStandardAddOrUpdateVO, options).then((request) => request(this.axios, this.basePath));
|
|
1423
1280
|
}
|
|
1424
1281
|
|
|
1425
1282
|
/**
|
|
1426
1283
|
*
|
|
1427
|
-
* @summary
|
|
1428
|
-
* @param {
|
|
1284
|
+
* @summary 删除巡检标准
|
|
1285
|
+
* @param {InspectionStandardApiDeleteInspectionStandardRequest} requestParameters Request parameters.
|
|
1429
1286
|
* @param {*} [options] Override http request option.
|
|
1430
1287
|
* @throws {RequiredError}
|
|
1431
|
-
* @memberof
|
|
1288
|
+
* @memberof InspectionStandardApi
|
|
1432
1289
|
*/
|
|
1433
|
-
public
|
|
1434
|
-
return
|
|
1290
|
+
public deleteInspectionStandard(requestParameters: InspectionStandardApiDeleteInspectionStandardRequest, options?: RawAxiosRequestConfig) {
|
|
1291
|
+
return InspectionStandardApiFp(this.configuration).deleteInspectionStandard(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1435
1292
|
}
|
|
1436
1293
|
|
|
1437
1294
|
/**
|
|
1438
1295
|
*
|
|
1439
|
-
* @summary
|
|
1440
|
-
* @param {
|
|
1296
|
+
* @summary 批量删除巡检标准
|
|
1297
|
+
* @param {InspectionStandardApiDeleteInspectionStandardsRequest} requestParameters Request parameters.
|
|
1441
1298
|
* @param {*} [options] Override http request option.
|
|
1442
1299
|
* @throws {RequiredError}
|
|
1443
|
-
* @memberof
|
|
1300
|
+
* @memberof InspectionStandardApi
|
|
1444
1301
|
*/
|
|
1445
|
-
public
|
|
1446
|
-
return
|
|
1302
|
+
public deleteInspectionStandards(requestParameters: InspectionStandardApiDeleteInspectionStandardsRequest, options?: RawAxiosRequestConfig) {
|
|
1303
|
+
return InspectionStandardApiFp(this.configuration).deleteInspectionStandards(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
1447
1304
|
}
|
|
1448
1305
|
|
|
1449
1306
|
/**
|
|
1450
1307
|
*
|
|
1451
|
-
* @summary
|
|
1452
|
-
* @param {
|
|
1308
|
+
* @summary 巡检标准详情
|
|
1309
|
+
* @param {InspectionStandardApiGetInspectionStandardRequest} requestParameters Request parameters.
|
|
1453
1310
|
* @param {*} [options] Override http request option.
|
|
1454
1311
|
* @throws {RequiredError}
|
|
1455
|
-
* @memberof
|
|
1312
|
+
* @memberof InspectionStandardApi
|
|
1456
1313
|
*/
|
|
1457
|
-
public
|
|
1458
|
-
return
|
|
1314
|
+
public getInspectionStandard(requestParameters: InspectionStandardApiGetInspectionStandardRequest, options?: RawAxiosRequestConfig) {
|
|
1315
|
+
return InspectionStandardApiFp(this.configuration).getInspectionStandard(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1459
1316
|
}
|
|
1460
1317
|
|
|
1461
1318
|
/**
|
|
1462
1319
|
*
|
|
1463
|
-
* @summary
|
|
1464
|
-
* @param {
|
|
1320
|
+
* @summary 巡检标准导出-数据
|
|
1321
|
+
* @param {InspectionStandardApiInspectionStandardBatchExportRequest} requestParameters Request parameters.
|
|
1465
1322
|
* @param {*} [options] Override http request option.
|
|
1466
1323
|
* @throws {RequiredError}
|
|
1467
|
-
* @memberof
|
|
1324
|
+
* @memberof InspectionStandardApi
|
|
1468
1325
|
*/
|
|
1469
|
-
public
|
|
1470
|
-
return
|
|
1326
|
+
public inspectionStandardBatchExport(requestParameters: InspectionStandardApiInspectionStandardBatchExportRequest, options?: RawAxiosRequestConfig) {
|
|
1327
|
+
return InspectionStandardApiFp(this.configuration).inspectionStandardBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, options).then((request) => request(this.axios, this.basePath));
|
|
1471
1328
|
}
|
|
1472
1329
|
|
|
1473
1330
|
/**
|
|
1474
1331
|
*
|
|
1475
|
-
* @summary
|
|
1476
|
-
* @param {InspectionApiDeleteMaintenanceStandardRequest} requestParameters Request parameters.
|
|
1332
|
+
* @summary 巡检标准导入-确认导入
|
|
1477
1333
|
* @param {*} [options] Override http request option.
|
|
1478
1334
|
* @throws {RequiredError}
|
|
1479
|
-
* @memberof
|
|
1335
|
+
* @memberof InspectionStandardApi
|
|
1480
1336
|
*/
|
|
1481
|
-
public
|
|
1482
|
-
return
|
|
1337
|
+
public inspectionStandardBatchImportConfirm(options?: RawAxiosRequestConfig) {
|
|
1338
|
+
return InspectionStandardApiFp(this.configuration).inspectionStandardBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
1483
1339
|
}
|
|
1484
1340
|
|
|
1485
1341
|
/**
|
|
1486
1342
|
*
|
|
1487
|
-
* @summary
|
|
1488
|
-
* @param {InspectionApiGetInspectionStandardRequest} requestParameters Request parameters.
|
|
1343
|
+
* @summary 巡检标准导入-预览结果
|
|
1489
1344
|
* @param {*} [options] Override http request option.
|
|
1490
1345
|
* @throws {RequiredError}
|
|
1491
|
-
* @memberof
|
|
1346
|
+
* @memberof InspectionStandardApi
|
|
1492
1347
|
*/
|
|
1493
|
-
public
|
|
1494
|
-
return
|
|
1348
|
+
public inspectionStandardBatchImportPreview(options?: RawAxiosRequestConfig) {
|
|
1349
|
+
return InspectionStandardApiFp(this.configuration).inspectionStandardBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
1495
1350
|
}
|
|
1496
1351
|
|
|
1497
1352
|
/**
|
|
1498
1353
|
*
|
|
1499
|
-
* @summary
|
|
1500
|
-
* @param {InspectionApiGetMaintenanceStandardRequest} requestParameters Request parameters.
|
|
1354
|
+
* @summary 巡检标准导入-下载模板
|
|
1501
1355
|
* @param {*} [options] Override http request option.
|
|
1502
1356
|
* @throws {RequiredError}
|
|
1503
|
-
* @memberof
|
|
1357
|
+
* @memberof InspectionStandardApi
|
|
1504
1358
|
*/
|
|
1505
|
-
public
|
|
1506
|
-
return
|
|
1359
|
+
public inspectionStandardBatchImportTemplate(options?: RawAxiosRequestConfig) {
|
|
1360
|
+
return InspectionStandardApiFp(this.configuration).inspectionStandardBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
1507
1361
|
}
|
|
1508
1362
|
|
|
1509
1363
|
/**
|
|
1510
1364
|
*
|
|
1511
|
-
* @summary
|
|
1512
|
-
* @param {
|
|
1365
|
+
* @summary 巡检标准导入-上传文件
|
|
1366
|
+
* @param {InspectionStandardApiInspectionStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
1513
1367
|
* @param {*} [options] Override http request option.
|
|
1514
1368
|
* @throws {RequiredError}
|
|
1515
|
-
* @memberof
|
|
1369
|
+
* @memberof InspectionStandardApi
|
|
1516
1370
|
*/
|
|
1517
|
-
public
|
|
1518
|
-
return
|
|
1371
|
+
public inspectionStandardBatchImportUpload(requestParameters: InspectionStandardApiInspectionStandardBatchImportUploadRequest, options?: RawAxiosRequestConfig) {
|
|
1372
|
+
return InspectionStandardApiFp(this.configuration).inspectionStandardBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
1519
1373
|
}
|
|
1520
1374
|
|
|
1521
1375
|
/**
|
|
1522
1376
|
*
|
|
1523
|
-
* @summary
|
|
1524
|
-
* @param {
|
|
1377
|
+
* @summary 巡检标准列表
|
|
1378
|
+
* @param {InspectionStandardApiListInspectionStandardRequest} requestParameters Request parameters.
|
|
1525
1379
|
* @param {*} [options] Override http request option.
|
|
1526
1380
|
* @throws {RequiredError}
|
|
1527
|
-
* @memberof
|
|
1381
|
+
* @memberof InspectionStandardApi
|
|
1528
1382
|
*/
|
|
1529
|
-
public
|
|
1530
|
-
return
|
|
1383
|
+
public listInspectionStandard(requestParameters: InspectionStandardApiListInspectionStandardRequest, options?: RawAxiosRequestConfig) {
|
|
1384
|
+
return InspectionStandardApiFp(this.configuration).listInspectionStandard(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, requestParameters.equipmentSystemId, options).then((request) => request(this.axios, this.basePath));
|
|
1531
1385
|
}
|
|
1532
1386
|
|
|
1533
1387
|
/**
|
|
1534
1388
|
*
|
|
1535
1389
|
* @summary 根据设备id查询维保标准
|
|
1536
|
-
* @param {
|
|
1390
|
+
* @param {InspectionStandardApiListInspectionStandardByEquipmentIdRequest} requestParameters Request parameters.
|
|
1537
1391
|
* @param {*} [options] Override http request option.
|
|
1538
1392
|
* @throws {RequiredError}
|
|
1539
|
-
* @memberof
|
|
1393
|
+
* @memberof InspectionStandardApi
|
|
1540
1394
|
*/
|
|
1541
|
-
public
|
|
1542
|
-
return
|
|
1395
|
+
public listInspectionStandardByEquipmentId(requestParameters: InspectionStandardApiListInspectionStandardByEquipmentIdRequest, options?: RawAxiosRequestConfig) {
|
|
1396
|
+
return InspectionStandardApiFp(this.configuration).listInspectionStandardByEquipmentId(requestParameters.equipmentId, options).then((request) => request(this.axios, this.basePath));
|
|
1543
1397
|
}
|
|
1544
1398
|
|
|
1545
1399
|
/**
|
|
1546
1400
|
*
|
|
1547
1401
|
* @summary 根据设备系统id查询维保标准
|
|
1548
|
-
* @param {
|
|
1402
|
+
* @param {InspectionStandardApiListInspectionStandardByEquipmentSystemIdRequest} requestParameters Request parameters.
|
|
1549
1403
|
* @param {*} [options] Override http request option.
|
|
1550
1404
|
* @throws {RequiredError}
|
|
1551
|
-
* @memberof
|
|
1405
|
+
* @memberof InspectionStandardApi
|
|
1552
1406
|
*/
|
|
1553
|
-
public
|
|
1554
|
-
return
|
|
1407
|
+
public listInspectionStandardByEquipmentSystemId(requestParameters: InspectionStandardApiListInspectionStandardByEquipmentSystemIdRequest, options?: RawAxiosRequestConfig) {
|
|
1408
|
+
return InspectionStandardApiFp(this.configuration).listInspectionStandardByEquipmentSystemId(requestParameters.equipmentSystemId, options).then((request) => request(this.axios, this.basePath));
|
|
1555
1409
|
}
|
|
1556
1410
|
|
|
1557
1411
|
/**
|
|
1558
1412
|
*
|
|
1559
1413
|
* @summary 同步其他园区巡检标准
|
|
1560
|
-
* @param {
|
|
1414
|
+
* @param {InspectionStandardApiSyncInspectionStandardRequest} requestParameters Request parameters.
|
|
1561
1415
|
* @param {*} [options] Override http request option.
|
|
1562
1416
|
* @throws {RequiredError}
|
|
1563
|
-
* @memberof
|
|
1417
|
+
* @memberof InspectionStandardApi
|
|
1564
1418
|
*/
|
|
1565
|
-
public syncInspectionStandard(requestParameters:
|
|
1566
|
-
return
|
|
1419
|
+
public syncInspectionStandard(requestParameters: InspectionStandardApiSyncInspectionStandardRequest, options?: RawAxiosRequestConfig) {
|
|
1420
|
+
return InspectionStandardApiFp(this.configuration).syncInspectionStandard(requestParameters.parkIdOne, requestParameters.parkIdTwo, options).then((request) => request(this.axios, this.basePath));
|
|
1567
1421
|
}
|
|
1568
1422
|
|
|
1569
1423
|
/**
|
|
1570
1424
|
*
|
|
1571
1425
|
* @summary 修改巡检标准
|
|
1572
|
-
* @param {
|
|
1573
|
-
* @param {*} [options] Override http request option.
|
|
1574
|
-
* @throws {RequiredError}
|
|
1575
|
-
* @memberof InspectionApi
|
|
1576
|
-
*/
|
|
1577
|
-
public updateInspectionStandard(requestParameters: InspectionApiUpdateInspectionStandardRequest, options?: RawAxiosRequestConfig) {
|
|
1578
|
-
return InspectionApiFp(this.configuration).updateInspectionStandard(requestParameters.id, requestParameters.inspectionStandardAddOrUpdateVO, options).then((request) => request(this.axios, this.basePath));
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
/**
|
|
1582
|
-
*
|
|
1583
|
-
* @summary 编辑维保标准
|
|
1584
|
-
* @param {InspectionApiUpdateMaintenanceStandardRequest} requestParameters Request parameters.
|
|
1426
|
+
* @param {InspectionStandardApiUpdateInspectionStandardRequest} requestParameters Request parameters.
|
|
1585
1427
|
* @param {*} [options] Override http request option.
|
|
1586
1428
|
* @throws {RequiredError}
|
|
1587
|
-
* @memberof
|
|
1429
|
+
* @memberof InspectionStandardApi
|
|
1588
1430
|
*/
|
|
1589
|
-
public
|
|
1590
|
-
return
|
|
1431
|
+
public updateInspectionStandard(requestParameters: InspectionStandardApiUpdateInspectionStandardRequest, options?: RawAxiosRequestConfig) {
|
|
1432
|
+
return InspectionStandardApiFp(this.configuration).updateInspectionStandard(requestParameters.id, requestParameters.inspectionStandardAddOrUpdateVO, options).then((request) => request(this.axios, this.basePath));
|
|
1591
1433
|
}
|
|
1592
1434
|
}
|
|
1593
1435
|
|