@gizone/rrs-client 3.11.12-alpha.8 → 3.11.13-alpha.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +37 -14
- package/README.md +2 -2
- package/api.ts +2 -1
- package/apis/access-api.ts +61 -61
- package/apis/calendar-api.ts +231 -209
- package/apis/common-api.ts +192 -0
- package/apis/cost-api.ts +15 -15
- package/apis/energy-api.ts +15 -15
- package/apis/{inspection-api.ts → inspection-standard-api.ts} +386 -544
- package/apis/maintenance-standard-api.ts +1319 -0
- package/apis/message-api.ts +201 -223
- package/apis/privacy-api.ts +78 -76
- package/apis/setting-api.ts +596 -243
- package/apis/space-api.ts +0 -329
- package/apis/sys-api.ts +47 -47
- package/apis/user-api.ts +15 -15
- package/apis/work-order-api.ts +717 -8
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/apis/access-api.d.ts +41 -41
- package/dist/apis/access-api.js +44 -44
- package/dist/apis/calendar-api.d.ts +131 -123
- package/dist/apis/calendar-api.js +177 -164
- package/dist/apis/common-api.d.ts +102 -0
- package/dist/apis/common-api.js +144 -0
- package/dist/apis/cost-api.d.ts +10 -10
- package/dist/apis/cost-api.js +11 -11
- package/dist/apis/energy-api.d.ts +10 -10
- package/dist/apis/energy-api.js +11 -11
- package/dist/apis/inspection-standard-api.d.ts +745 -0
- package/dist/apis/{inspection-api.js → inspection-standard-api.js} +283 -373
- package/dist/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/apis/maintenance-standard-api.js +1022 -0
- package/dist/apis/message-api.d.ts +117 -125
- package/dist/apis/message-api.js +132 -171
- package/dist/apis/privacy-api.d.ts +49 -48
- package/dist/apis/privacy-api.js +60 -60
- package/dist/apis/setting-api.d.ts +334 -144
- package/dist/apis/setting-api.js +433 -187
- package/dist/apis/space-api.d.ts +0 -159
- package/dist/apis/space-api.js +0 -272
- package/dist/apis/sys-api.d.ts +31 -31
- package/dist/apis/sys-api.js +34 -34
- package/dist/apis/user-api.d.ts +10 -10
- package/dist/apis/user-api.js +11 -11
- package/dist/apis/work-order-api.d.ts +391 -8
- package/dist/apis/work-order-api.js +529 -8
- package/dist/common.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +2 -1
- package/dist/esm/api.js +2 -1
- package/dist/esm/apis/access-api.d.ts +41 -41
- package/dist/esm/apis/access-api.js +44 -44
- package/dist/esm/apis/calendar-api.d.ts +131 -123
- package/dist/esm/apis/calendar-api.js +177 -164
- package/dist/esm/apis/common-api.d.ts +102 -0
- package/dist/esm/apis/common-api.js +144 -0
- package/dist/esm/apis/cost-api.d.ts +10 -10
- package/dist/esm/apis/cost-api.js +11 -11
- package/dist/esm/apis/energy-api.d.ts +10 -10
- package/dist/esm/apis/energy-api.js +11 -11
- package/dist/esm/apis/inspection-standard-api.d.ts +745 -0
- package/dist/esm/apis/{inspection-api.js → inspection-standard-api.js} +278 -368
- package/dist/esm/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/esm/apis/maintenance-standard-api.js +1015 -0
- package/dist/esm/apis/message-api.d.ts +117 -125
- package/dist/esm/apis/message-api.js +132 -171
- package/dist/esm/apis/privacy-api.d.ts +49 -48
- package/dist/esm/apis/privacy-api.js +60 -60
- package/dist/esm/apis/setting-api.d.ts +334 -144
- package/dist/esm/apis/setting-api.js +433 -187
- package/dist/esm/apis/space-api.d.ts +0 -159
- package/dist/esm/apis/space-api.js +0 -272
- package/dist/esm/apis/sys-api.d.ts +31 -31
- package/dist/esm/apis/sys-api.js +34 -34
- package/dist/esm/apis/user-api.d.ts +10 -10
- package/dist/esm/apis/user-api.js +11 -11
- package/dist/esm/apis/work-order-api.d.ts +391 -8
- package/dist/esm/apis/work-order-api.js +529 -8
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +140 -0
- package/dist/esm/models/dept-relation.d.ts +86 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +6 -0
- package/dist/esm/models/equipment-edit-vo.d.ts +6 -0
- package/dist/esm/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/esm/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/esm/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/file-dto.d.ts +3 -3
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +35 -13
- package/dist/esm/models/index.js +35 -13
- package/dist/esm/models/inspection-point-item.d.ts +12 -0
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +3 -4
- package/dist/esm/models/inspection-standard-dto.d.ts +147 -0
- package/dist/esm/models/inspection-standard-entity.d.ts +13 -0
- package/dist/esm/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.d.ts → json-result-list-inspection-standard-entity.d.ts} +12 -12
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/{models/json-result-calendar-add-redis-list-vo.d.ts → esm/models/json-result-page-dto-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-park-info-dto.js +14 -0
- package/dist/esm/models/{json-result-calendar-add-redis-list-vo.d.ts → json-result-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-space-edit-before-and-after-dto.d.ts → json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/esm/models/json-result-work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/maintenance-standard-import-dto.js +14 -0
- package/dist/{models/page-dto-inspection-standard-entity.d.ts → esm/models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-inspection-standard-dto.js +14 -0
- package/dist/esm/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/park-center-attribute-enum.js +22 -0
- package/dist/esm/models/park-info-dto.d.ts +85 -0
- package/dist/esm/models/park-info-dto.js +14 -0
- package/dist/esm/models/park-info-edit-vo.d.ts +37 -0
- package/dist/esm/models/park-info-edit-vo.js +14 -0
- package/dist/esm/models/park-plat-form-enum.d.ts +23 -0
- package/dist/esm/models/park-plat-form-enum.js +24 -0
- package/dist/esm/models/period-detail-resp.d.ts +6 -0
- package/dist/esm/models/plan-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-edit-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/esm/models/process-work-order-vo.d.ts +19 -0
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/sys-dept.d.ts +7 -1
- package/dist/esm/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/esm/models/sys-user-msg-dto.js +14 -0
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +24 -0
- package/dist/esm/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/esm/models/system-user-msg-type-enum.js +22 -0
- package/dist/esm/models/work-order-add-vo.d.ts +24 -4
- package/dist/esm/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/esm/models/work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +46 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/esm/models/work-order-internal-status-enum.js +24 -0
- package/dist/esm/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/esm/models/work-order-issue-type-enum.js +27 -0
- package/dist/esm/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/esm/models/work-order-liability-party-enum.js +22 -0
- package/dist/esm/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-entity.js +1 -13
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +1 -13
- package/dist/esm/models/work-order-report-vo.d.ts +31 -0
- package/dist/esm/models/work-order-report-vo.js +14 -0
- package/dist/esm/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/esm/models/work-order-settings-type-enum.js +31 -0
- package/dist/esm/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/esm/models/work-order-staging-data-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-enum.js +1 -1
- package/dist/models/dept-relation-dto.d.ts +140 -0
- package/dist/models/dept-relation.d.ts +86 -0
- package/dist/models/equipment-detail-dto.d.ts +6 -0
- package/dist/models/equipment-edit-vo.d.ts +6 -0
- package/dist/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/models/file-dto.d.ts +3 -3
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +35 -13
- package/dist/models/index.js +35 -13
- package/dist/models/inspection-point-item.d.ts +12 -0
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +3 -4
- package/dist/models/inspection-standard-dto.d.ts +147 -0
- package/dist/models/inspection-standard-entity.d.ts +13 -0
- package/dist/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +56 -0
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/models/json-result-park-info-dto.js +15 -0
- package/dist/models/json-result-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-sys-user-msg-dto.js +15 -0
- package/dist/{esm/models/json-result-page-dto-sys-user-msg-list-dto.d.ts → models/json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/models/json-result-work-order-dept-settings-entity.js +15 -0
- package/dist/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/models/maintenance-standard-import-dto.js +15 -0
- package/dist/{esm/models/page-dto-inspection-standard-entity.d.ts → models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/models/page-dto-inspection-standard-dto.js +15 -0
- package/dist/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/models/page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/models/park-center-attribute-enum.js +25 -0
- package/dist/models/park-info-dto.d.ts +85 -0
- package/dist/models/park-info-dto.js +15 -0
- package/dist/models/park-info-edit-vo.d.ts +37 -0
- package/dist/models/park-info-edit-vo.js +15 -0
- package/dist/models/park-plat-form-enum.d.ts +23 -0
- package/dist/models/park-plat-form-enum.js +27 -0
- package/dist/models/period-detail-resp.d.ts +6 -0
- package/dist/models/plan-add-vo.d.ts +1 -1
- package/dist/models/plan-edit-vo.d.ts +1 -1
- package/dist/models/plan-item-add-vo.d.ts +1 -1
- package/dist/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/models/process-work-order-vo.d.ts +19 -0
- package/dist/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/sys-dept.d.ts +7 -1
- package/dist/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/models/sys-user-msg-dto.js +15 -0
- package/dist/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/models/system-user-msg-source-type-enum.js +27 -0
- package/dist/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/models/system-user-msg-type-enum.js +25 -0
- package/dist/models/work-order-add-vo.d.ts +24 -4
- package/dist/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/models/work-order-dept-settings-add-or-update-vo.js +15 -0
- package/dist/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/models/work-order-dept-settings-entity.js +15 -0
- package/dist/models/work-order-detail-dto.d.ts +46 -0
- package/dist/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/models/work-order-internal-status-enum.js +27 -0
- package/dist/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/models/work-order-issue-type-enum.js +30 -0
- package/dist/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/models/work-order-liability-party-enum.js +25 -0
- package/dist/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/models/work-order-push-settings-entity.js +0 -14
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/models/work-order-push-settings-save-or-update-vo.js +0 -14
- package/dist/models/work-order-report-vo.d.ts +31 -0
- package/dist/models/work-order-report-vo.js +15 -0
- package/dist/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/models/work-order-settings-type-enum.js +34 -0
- package/dist/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/models/work-order-staging-data-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -1
- package/dist/models/work-order-type-enum.js +1 -1
- package/models/dept-relation-dto.ts +152 -0
- package/models/dept-relation.ts +98 -0
- package/models/equipment-detail-dto.ts +6 -0
- package/models/equipment-edit-vo.ts +6 -0
- package/models/equipment-excel-add-dto.ts +6 -0
- package/models/equipment-search-system-dto.ts +12 -6
- package/models/equipment-system-add-vo.ts +1 -1
- package/models/{calendar-add-redis-list-vo.ts → excel-import-result-dtocalendar-export-dto.ts} +9 -21
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +39 -0
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +39 -0
- package/models/file-dto.ts +3 -3
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +35 -13
- package/models/inspection-point-item.ts +12 -0
- package/models/inspection-standard-add-or-update-vo.ts +3 -6
- package/models/inspection-standard-dto.ts +161 -0
- package/models/inspection-standard-entity.ts +15 -0
- package/models/inspection-standard-import-dto.ts +120 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +66 -0
- package/models/{json-result-page-dto-inspection-standard-entity.ts → json-result-list-inspection-standard-entity.ts} +12 -12
- package/models/json-result-list-work-order-dept-settings-entity.ts +66 -0
- package/models/json-result-page-dto-inspection-standard-dto.ts +66 -0
- package/models/{json-result-calendar-add-redis-list-vo.ts → json-result-page-dto-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-sys-user-msg-do.ts → json-result-park-info-dto.ts} +11 -11
- package/models/{json-result-page-dto-sys-user-msg-list-dto.ts → json-result-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-space-edit-before-and-after-dto.ts → json-result-work-order-dept-settings-entity.ts} +11 -11
- package/models/maintenance-standard-import-dto.ts +120 -0
- package/models/{page-dto-inspection-standard-entity.ts → page-dto-inspection-standard-dto.ts} +7 -7
- package/models/{page-dto-sys-user-msg-list-dto.ts → page-dto-sys-user-msg-dto.ts} +7 -7
- package/models/park-center-attribute-enum.ts +31 -0
- package/models/park-info-dto.ts +93 -0
- package/models/park-info-edit-vo.ts +45 -0
- package/models/park-plat-form-enum.ts +33 -0
- package/models/period-detail-resp.ts +6 -0
- package/models/plan-add-vo.ts +1 -1
- package/models/plan-edit-vo.ts +1 -1
- package/models/plan-item-add-vo.ts +1 -1
- package/models/plan-item-edit-vo.ts +1 -1
- package/models/process-work-order-vo.ts +23 -0
- package/models/source-work-order-inspection-dto.ts +8 -3
- package/models/space-add-excel-dto.ts +6 -0
- package/models/sys-dept.ts +7 -1
- package/models/{sys-user-msg-list-dto.ts → sys-user-msg-dto.ts} +36 -28
- package/models/system-user-msg-source-type-enum.ts +33 -0
- package/models/system-user-msg-type-enum.ts +31 -0
- package/models/work-order-add-vo.ts +28 -4
- package/models/work-order-circulation-vo.ts +12 -1
- package/models/work-order-dept-settings-add-or-update-vo.ts +42 -0
- package/models/work-order-dept-settings-entity.ts +77 -0
- package/models/work-order-detail-dto.ts +54 -0
- package/models/work-order-internal-status-enum.ts +33 -0
- package/models/work-order-issue-type-enum.ts +36 -0
- package/models/work-order-liability-party-enum.ts +31 -0
- package/models/work-order-push-settings-entity.ts +6 -18
- package/models/work-order-push-settings-save-or-update-vo.ts +6 -18
- package/models/{space-edit-before-and-after-dto.ts → work-order-report-vo.ts} +13 -11
- package/models/work-order-settings-type-enum.ts +40 -0
- package/models/work-order-staging-data-vo.ts +59 -0
- package/models/work-order-type-enum.ts +1 -1
- package/package.json +1 -1
- package/dist/apis/inspection-api.d.ts +0 -846
- package/dist/esm/apis/inspection-api.d.ts +0 -846
- package/dist/esm/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/esm/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/esm/models/sys-user-msg-do.d.ts +0 -90
- package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/dist/models/json-result-page-dto-inspection-standard-entity.d.ts +0 -56
- package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +0 -56
- package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +0 -56
- package/dist/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/models/sys-user-msg-do.d.ts +0 -90
- package/dist/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/models/space-edit-excel-dto.ts +0 -84
- package/models/sys-user-msg-do.ts +0 -96
- package/models/sys-user-msg-search-list-vo.ts +0 -60
- /package/dist/esm/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/esm/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
- /package/dist/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 部门关联信息
|
|
25
|
+
* @export
|
|
26
|
+
* @interface DeptRelationDTO
|
|
27
|
+
*/
|
|
28
|
+
export interface DeptRelationDTO {
|
|
29
|
+
/**
|
|
30
|
+
* 经度
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof DeptRelationDTO
|
|
33
|
+
*/
|
|
34
|
+
'longitude'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 纬度
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof DeptRelationDTO
|
|
39
|
+
*/
|
|
40
|
+
'latitude'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 园区地图
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof DeptRelationDTO
|
|
45
|
+
*/
|
|
46
|
+
'parkMap'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* logo图标
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof DeptRelationDTO
|
|
51
|
+
*/
|
|
52
|
+
'deptLogo'?: string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {ParkPlatFormEnum}
|
|
56
|
+
* @memberof DeptRelationDTO
|
|
57
|
+
*/
|
|
58
|
+
'platform'?: ParkPlatFormEnum;
|
|
59
|
+
/**
|
|
60
|
+
* 所属中心
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof DeptRelationDTO
|
|
63
|
+
*/
|
|
64
|
+
'center'?: string;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {ParkCenterAttributeEnum}
|
|
68
|
+
* @memberof DeptRelationDTO
|
|
69
|
+
*/
|
|
70
|
+
'centerAttribute'?: ParkCenterAttributeEnum;
|
|
71
|
+
/**
|
|
72
|
+
* 省
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof DeptRelationDTO
|
|
75
|
+
*/
|
|
76
|
+
'province'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 省名称
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof DeptRelationDTO
|
|
81
|
+
*/
|
|
82
|
+
'provinceName'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 市
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof DeptRelationDTO
|
|
87
|
+
*/
|
|
88
|
+
'city'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 市名称
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof DeptRelationDTO
|
|
93
|
+
*/
|
|
94
|
+
'cityName'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* 区
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof DeptRelationDTO
|
|
99
|
+
*/
|
|
100
|
+
'area'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 区名称
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof DeptRelationDTO
|
|
105
|
+
*/
|
|
106
|
+
'areaName'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 园区详细地址
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof DeptRelationDTO
|
|
111
|
+
*/
|
|
112
|
+
'parkAddress'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 合同开始时间
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof DeptRelationDTO
|
|
117
|
+
*/
|
|
118
|
+
'contractStartTime'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* 合同结束时间
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof DeptRelationDTO
|
|
123
|
+
*/
|
|
124
|
+
'contractEndTime'?: string;
|
|
125
|
+
/**
|
|
126
|
+
* 合同面积
|
|
127
|
+
* @type {number}
|
|
128
|
+
* @memberof DeptRelationDTO
|
|
129
|
+
*/
|
|
130
|
+
'contractArea'?: number;
|
|
131
|
+
/**
|
|
132
|
+
* 空仓面积
|
|
133
|
+
* @type {number}
|
|
134
|
+
* @memberof DeptRelationDTO
|
|
135
|
+
*/
|
|
136
|
+
'emptyWarehouseArea'?: number;
|
|
137
|
+
/**
|
|
138
|
+
* 园区面积
|
|
139
|
+
* @type {string}
|
|
140
|
+
* @memberof DeptRelationDTO
|
|
141
|
+
*/
|
|
142
|
+
'parkArea'?: string;
|
|
143
|
+
/**
|
|
144
|
+
* 租售面积
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof DeptRelationDTO
|
|
147
|
+
*/
|
|
148
|
+
'parkRentalArea'?: string;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 部门关联
|
|
25
|
+
* @export
|
|
26
|
+
* @interface DeptRelation
|
|
27
|
+
*/
|
|
28
|
+
export interface DeptRelation {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {ParkPlatFormEnum}
|
|
32
|
+
* @memberof DeptRelation
|
|
33
|
+
*/
|
|
34
|
+
'platform': ParkPlatFormEnum;
|
|
35
|
+
/**
|
|
36
|
+
* 所属中心
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof DeptRelation
|
|
39
|
+
*/
|
|
40
|
+
'center': string;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {ParkCenterAttributeEnum}
|
|
44
|
+
* @memberof DeptRelation
|
|
45
|
+
*/
|
|
46
|
+
'centerAttribute': ParkCenterAttributeEnum;
|
|
47
|
+
/**
|
|
48
|
+
* 省
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof DeptRelation
|
|
51
|
+
*/
|
|
52
|
+
'province': string;
|
|
53
|
+
/**
|
|
54
|
+
* 市
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof DeptRelation
|
|
57
|
+
*/
|
|
58
|
+
'city': string;
|
|
59
|
+
/**
|
|
60
|
+
* 区
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof DeptRelation
|
|
63
|
+
*/
|
|
64
|
+
'area': string;
|
|
65
|
+
/**
|
|
66
|
+
* 园区详细地址
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof DeptRelation
|
|
69
|
+
*/
|
|
70
|
+
'parkAddress': string;
|
|
71
|
+
/**
|
|
72
|
+
* 合同开始时间
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof DeptRelation
|
|
75
|
+
*/
|
|
76
|
+
'contractStartTime': string;
|
|
77
|
+
/**
|
|
78
|
+
* 合同结束时间
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof DeptRelation
|
|
81
|
+
*/
|
|
82
|
+
'contractEndTime': string;
|
|
83
|
+
/**
|
|
84
|
+
* 合同面积
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof DeptRelation
|
|
87
|
+
*/
|
|
88
|
+
'contractArea': number;
|
|
89
|
+
/**
|
|
90
|
+
* 空仓面积
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof DeptRelation
|
|
93
|
+
*/
|
|
94
|
+
'emptyWarehouseArea': number;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
@@ -206,6 +206,12 @@ export interface EquipmentDetailDTO {
|
|
|
206
206
|
* @memberof EquipmentDetailDTO
|
|
207
207
|
*/
|
|
208
208
|
'equipmentSystemName'?: string;
|
|
209
|
+
/**
|
|
210
|
+
* 是否公共区域
|
|
211
|
+
* @type {boolean}
|
|
212
|
+
* @memberof EquipmentDetailDTO
|
|
213
|
+
*/
|
|
214
|
+
'isPublicArea'?: boolean;
|
|
209
215
|
/**
|
|
210
216
|
*
|
|
211
217
|
* @type {string}
|
|
@@ -98,6 +98,12 @@ export interface EquipmentExcelAddDTO {
|
|
|
98
98
|
* @memberof EquipmentExcelAddDTO
|
|
99
99
|
*/
|
|
100
100
|
'flgSpaceEquipment'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 是否公共区域
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof EquipmentExcelAddDTO
|
|
105
|
+
*/
|
|
106
|
+
'isPublicArea'?: string;
|
|
101
107
|
/**
|
|
102
108
|
* 园区ID
|
|
103
109
|
* @type {number}
|
|
@@ -113,12 +113,6 @@ export interface EquipmentSearchSystemDTO {
|
|
|
113
113
|
* @memberof EquipmentSearchSystemDTO
|
|
114
114
|
*/
|
|
115
115
|
'fileName'?: string;
|
|
116
|
-
/**
|
|
117
|
-
* 巡检历史
|
|
118
|
-
* @type {string}
|
|
119
|
-
* @memberof EquipmentSearchSystemDTO
|
|
120
|
-
*/
|
|
121
|
-
'inspectionHistory'?: string;
|
|
122
116
|
/**
|
|
123
117
|
* 维保历史
|
|
124
118
|
* @type {Array<MaintenanceHistoryDto>}
|
|
@@ -131,6 +125,12 @@ export interface EquipmentSearchSystemDTO {
|
|
|
131
125
|
* @memberof EquipmentSearchSystemDTO
|
|
132
126
|
*/
|
|
133
127
|
'repairsHistory'?: Array<MaintenanceHistoryDto>;
|
|
128
|
+
/**
|
|
129
|
+
* 巡检历史
|
|
130
|
+
* @type {Array<MaintenanceHistoryDto>}
|
|
131
|
+
* @memberof EquipmentSearchSystemDTO
|
|
132
|
+
*/
|
|
133
|
+
'inspectionHistory'?: Array<MaintenanceHistoryDto>;
|
|
134
134
|
/**
|
|
135
135
|
* 设备系统表 -上级id
|
|
136
136
|
* @type {Array<number>}
|
|
@@ -221,6 +221,12 @@ export interface EquipmentSearchSystemDTO {
|
|
|
221
221
|
* @memberof EquipmentSearchSystemDTO
|
|
222
222
|
*/
|
|
223
223
|
'spaceId'?: number;
|
|
224
|
+
/**
|
|
225
|
+
* 是否公共区域
|
|
226
|
+
* @type {boolean}
|
|
227
|
+
* @memberof EquipmentSearchSystemDTO
|
|
228
|
+
*/
|
|
229
|
+
'isPublicArea'?: boolean;
|
|
224
230
|
/**
|
|
225
231
|
*
|
|
226
232
|
* @type {string}
|
package/models/{calendar-add-redis-list-vo.ts → excel-import-result-dtocalendar-export-dto.ts}
RENAMED
|
@@ -18,34 +18,22 @@
|
|
|
18
18
|
import type { CalendarExportDto } from './calendar-export-dto';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* execl导入结果返回
|
|
22
22
|
* @export
|
|
23
|
-
* @interface
|
|
23
|
+
* @interface ExcelImportResultDTOCalendarExportDto
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface ExcelImportResultDTOCalendarExportDto {
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* 成功的数据
|
|
28
28
|
* @type {Array<CalendarExportDto>}
|
|
29
|
-
* @memberof
|
|
29
|
+
* @memberof ExcelImportResultDTOCalendarExportDto
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'successDataList'?: Array<CalendarExportDto>;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* 错误的数据
|
|
34
34
|
* @type {Array<CalendarExportDto>}
|
|
35
|
-
* @memberof
|
|
35
|
+
* @memberof ExcelImportResultDTOCalendarExportDto
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {number}
|
|
41
|
-
* @memberof CalendarAddRedisListVo
|
|
42
|
-
*/
|
|
43
|
-
'errorCount'?: number;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {number}
|
|
47
|
-
* @memberof CalendarAddRedisListVo
|
|
48
|
-
*/
|
|
49
|
-
'successCount'?: number;
|
|
37
|
+
'errorDataList'?: Array<CalendarExportDto>;
|
|
50
38
|
}
|
|
51
39
|
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { InspectionStandardImportDTO } from './inspection-standard-import-dto';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* execl导入结果返回
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ExcelImportResultDTOInspectionStandardImportDTO
|
|
24
|
+
*/
|
|
25
|
+
export interface ExcelImportResultDTOInspectionStandardImportDTO {
|
|
26
|
+
/**
|
|
27
|
+
* 成功的数据
|
|
28
|
+
* @type {Array<InspectionStandardImportDTO>}
|
|
29
|
+
* @memberof ExcelImportResultDTOInspectionStandardImportDTO
|
|
30
|
+
*/
|
|
31
|
+
'successDataList'?: Array<InspectionStandardImportDTO>;
|
|
32
|
+
/**
|
|
33
|
+
* 错误的数据
|
|
34
|
+
* @type {Array<InspectionStandardImportDTO>}
|
|
35
|
+
* @memberof ExcelImportResultDTOInspectionStandardImportDTO
|
|
36
|
+
*/
|
|
37
|
+
'errorDataList'?: Array<InspectionStandardImportDTO>;
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { MaintenanceStandardImportDTO } from './maintenance-standard-import-dto';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* execl导入结果返回
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ExcelImportResultDTOMaintenanceStandardImportDTO
|
|
24
|
+
*/
|
|
25
|
+
export interface ExcelImportResultDTOMaintenanceStandardImportDTO {
|
|
26
|
+
/**
|
|
27
|
+
* 成功的数据
|
|
28
|
+
* @type {Array<MaintenanceStandardImportDTO>}
|
|
29
|
+
* @memberof ExcelImportResultDTOMaintenanceStandardImportDTO
|
|
30
|
+
*/
|
|
31
|
+
'successDataList'?: Array<MaintenanceStandardImportDTO>;
|
|
32
|
+
/**
|
|
33
|
+
* 错误的数据
|
|
34
|
+
* @type {Array<MaintenanceStandardImportDTO>}
|
|
35
|
+
* @memberof ExcelImportResultDTOMaintenanceStandardImportDTO
|
|
36
|
+
*/
|
|
37
|
+
'errorDataList'?: Array<MaintenanceStandardImportDTO>;
|
|
38
|
+
}
|
|
39
|
+
|
package/models/file-dto.ts
CHANGED
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* 文件信息
|
|
19
19
|
* @export
|
|
20
20
|
* @interface FileDTO
|
|
21
21
|
*/
|
|
22
22
|
export interface FileDTO {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* 文件地址(前端用来显示的地址)
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof FileDTO
|
|
27
27
|
*/
|
|
28
28
|
'fileUrl'?: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* 文件key(后端入库的地址)
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof FileDTO
|
|
33
33
|
*/
|
|
@@ -34,16 +34,16 @@ export interface GetUserWx200Response {
|
|
|
34
34
|
'status'?: number;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {
|
|
37
|
+
* @type {object}
|
|
38
38
|
* @memberof GetUserWx200Response
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'trailerFields'?: object;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {
|
|
43
|
+
* @type {Array<string>}
|
|
44
44
|
* @memberof GetUserWx200Response
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'headerNames'?: Array<string>;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {string}
|
|
@@ -76,10 +76,10 @@ export interface GetUserWx200Response {
|
|
|
76
76
|
'locale'?: GetUserWx200ResponseLocale;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
|
-
* @type {
|
|
79
|
+
* @type {string}
|
|
80
80
|
* @memberof GetUserWx200Response
|
|
81
81
|
*/
|
|
82
|
-
'
|
|
82
|
+
'characterEncoding'?: string;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
85
|
* @type {number}
|
|
@@ -88,15 +88,15 @@ export interface GetUserWx200Response {
|
|
|
88
88
|
'contentLengthLong'?: number;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
|
-
* @type {
|
|
91
|
+
* @type {boolean}
|
|
92
92
|
* @memberof GetUserWx200Response
|
|
93
93
|
*/
|
|
94
|
-
'
|
|
94
|
+
'committed'?: boolean;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
|
-
* @type {
|
|
97
|
+
* @type {object}
|
|
98
98
|
* @memberof GetUserWx200Response
|
|
99
99
|
*/
|
|
100
|
-
'
|
|
100
|
+
'writer'?: object;
|
|
101
101
|
}
|
|
102
102
|
|