@gizone/rrs-client 4.2.8-alpha.476 → 4.2.9-alpha-202512161908.190
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 +59 -1
- package/README.md +2 -2
- package/api.ts +4 -0
- package/apis/access-aes-controller-api.ts +596 -0
- package/apis/access-api.ts +101 -15
- package/apis/app-auth-api.ts +0 -248
- package/apis/auth-api.ts +0 -496
- package/apis/common-api.ts +46 -5
- package/apis/dashboard-api.ts +271 -0
- package/apis/device-api.ts +91 -0
- package/apis/energy-cost-analysis-controller-api.ts +870 -0
- package/apis/energy-cost-controller-api.ts +769 -0
- package/apis/energy-cost-record-controller-api.ts +898 -0
- package/apis/work-order-api.ts +140 -14
- package/base.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +4 -0
- package/dist/api.js +4 -0
- package/dist/apis/access-aes-controller-api.d.ts +317 -0
- package/dist/apis/access-aes-controller-api.js +489 -0
- package/dist/apis/access-api.d.ts +54 -6
- package/dist/apis/access-api.js +53 -15
- package/dist/apis/app-auth-api.d.ts +0 -100
- package/dist/apis/app-auth-api.js +0 -232
- package/dist/apis/auth-api.d.ts +0 -200
- package/dist/apis/auth-api.js +0 -464
- package/dist/apis/common-api.d.ts +26 -2
- package/dist/apis/common-api.js +22 -5
- package/dist/apis/dashboard-api.d.ts +140 -0
- package/dist/apis/dashboard-api.js +210 -0
- package/dist/apis/device-api.d.ts +47 -0
- package/dist/apis/device-api.js +70 -0
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +465 -0
- package/dist/apis/energy-cost-analysis-controller-api.js +661 -0
- package/dist/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/apis/energy-cost-controller-api.js +595 -0
- package/dist/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/apis/energy-cost-record-controller-api.js +674 -0
- package/dist/apis/work-order-api.d.ts +78 -8
- package/dist/apis/work-order-api.js +94 -10
- package/dist/base.js +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +4 -0
- package/dist/esm/api.js +4 -0
- package/dist/esm/apis/access-aes-controller-api.d.ts +317 -0
- package/dist/esm/apis/access-aes-controller-api.js +482 -0
- package/dist/esm/apis/access-api.d.ts +54 -6
- package/dist/esm/apis/access-api.js +53 -15
- package/dist/esm/apis/app-auth-api.d.ts +0 -100
- package/dist/esm/apis/app-auth-api.js +0 -232
- package/dist/esm/apis/auth-api.d.ts +0 -200
- package/dist/esm/apis/auth-api.js +0 -464
- package/dist/esm/apis/common-api.d.ts +26 -2
- package/dist/esm/apis/common-api.js +22 -5
- package/dist/esm/apis/dashboard-api.d.ts +140 -0
- package/dist/esm/apis/dashboard-api.js +210 -0
- package/dist/esm/apis/device-api.d.ts +47 -0
- package/dist/esm/apis/device-api.js +70 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +465 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +654 -0
- package/dist/esm/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/esm/apis/energy-cost-controller-api.js +588 -0
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/esm/apis/energy-cost-record-controller-api.js +667 -0
- package/dist/esm/apis/work-order-api.d.ts +78 -8
- package/dist/esm/apis/work-order-api.js +94 -10
- package/dist/esm/base.js +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/access-appointment-record-add-vo.d.ts +7 -0
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +7 -0
- package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +9 -3
- package/dist/esm/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/esm/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/esm/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/esm/models/access-config-entity.d.ts +6 -0
- package/dist/esm/models/access-config-vo.d.ts +6 -0
- package/dist/esm/models/access-record-summary-details-dto.d.ts +6 -0
- package/dist/esm/models/access-record-summary-list-dto.d.ts +6 -0
- package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +2 -2
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +6 -0
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +9 -3
- package/dist/esm/models/calendar-entity.d.ts +1 -1
- package/dist/esm/models/dashboard-access-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +6 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +18 -12
- package/dist/esm/models/emission-standard-enum.d.ts +22 -0
- package/dist/esm/models/emission-standard-enum.js +23 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/esm/models/energy-cost-add-setting-dto.js +14 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.js +19 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.js +17 -0
- package/dist/esm/models/energy-cost-analysis-export-dto.d.ts +67 -0
- package/dist/esm/models/energy-cost-analysis-export-dto.js +23 -0
- package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +144 -0
- package/dist/esm/models/energy-cost-analysis-list-vo.js +23 -0
- package/dist/esm/models/energy-cost-analysis-overview-vo.d.ts +84 -0
- package/dist/esm/models/energy-cost-analysis-overview-vo.js +14 -0
- package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-analysis-query-dto.js +17 -0
- package/dist/esm/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/esm/models/energy-cost-edit-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +17 -0
- package/dist/esm/models/energy-cost-park-option-vo.d.ts +54 -0
- package/dist/esm/models/energy-cost-park-option-vo.js +14 -0
- package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
- package/dist/esm/models/energy-cost-per-area-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
- package/dist/esm/models/energy-cost-per-unit-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.js +14 -0
- package/dist/esm/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/esm/models/energy-cost-trend-vo.js +19 -0
- package/dist/esm/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
- package/dist/esm/models/energy-cost-unit-price-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/esm/models/energy-cost-update-setting-dto.js +19 -0
- package/dist/esm/models/export-field-config.d.ts +42 -0
- package/dist/esm/models/export-field-config.js +14 -0
- package/dist/esm/models/index.d.ts +55 -1
- package/dist/esm/models/index.js +55 -1
- package/dist/esm/models/inspection-point.d.ts +12 -0
- package/dist/esm/models/inspection-point.js +5 -1
- package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
- package/dist/esm/models/ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-analysis-list-vo.js +14 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/item.d.ts +77 -0
- package/dist/esm/models/item.js +28 -0
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.js +14 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-park-option-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-park-option-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.js +14 -0
- package/dist/esm/models/{json-result-work-order-spot-check-dto.d.ts → json-result-list-work-order-spot-check-dto.d.ts} +12 -12
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.js +14 -0
- package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
- package/dist/esm/models/json-result-map-string-object.js +14 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/monthly-data-vo.d.ts +48 -0
- package/dist/esm/models/monthly-data-vo.js +14 -0
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +7 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/park-info-dto.d.ts +6 -0
- package/dist/esm/models/park-info-edit-vo.d.ts +6 -0
- package/dist/esm/models/park-list-dto.d.ts +13 -0
- package/dist/esm/models/pricing-item.d.ts +50 -0
- package/dist/esm/models/pricing-item.js +20 -0
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +13 -0
- package/dist/esm/models/surveillance-entity.d.ts +171 -0
- package/dist/esm/models/surveillance-entity.js +14 -0
- package/dist/esm/models/violation-decision-vo.d.ts +18 -0
- package/dist/esm/models/violation-work-order-add-vo.d.ts +6 -0
- package/dist/esm/models/violation-work-order-info.d.ts +18 -0
- package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
- package/dist/esm/models/work-order-spot-check-dto.d.ts +18 -18
- package/dist/esm/models/work-order-spot-check-dto.js +5 -5
- package/dist/models/access-appointment-record-add-vo.d.ts +7 -0
- package/dist/models/access-appointment-record-details-dto.d.ts +7 -0
- package/dist/models/access-appointment-record-process-details-dto.d.ts +9 -3
- package/dist/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/models/access-config-entity.d.ts +6 -0
- package/dist/models/access-config-vo.d.ts +6 -0
- package/dist/models/access-record-summary-details-dto.d.ts +6 -0
- package/dist/models/access-record-summary-list-dto.d.ts +6 -0
- package/dist/models/access-visitor-person-type-config-vo.d.ts +2 -2
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +6 -0
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +9 -3
- package/dist/models/calendar-entity.d.ts +1 -1
- package/dist/models/dashboard-access-search-dto.d.ts +12 -0
- package/dist/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +6 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +12 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +18 -12
- package/dist/models/emission-standard-enum.d.ts +22 -0
- package/dist/models/emission-standard-enum.js +26 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/models/energy-cost-add-record-dto.js +39 -0
- package/dist/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/models/energy-cost-add-setting-dto.js +15 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.js +22 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.js +20 -0
- package/dist/models/energy-cost-analysis-export-dto.d.ts +67 -0
- package/dist/models/energy-cost-analysis-export-dto.js +26 -0
- package/dist/models/energy-cost-analysis-list-vo.d.ts +144 -0
- package/dist/models/energy-cost-analysis-list-vo.js +26 -0
- package/dist/models/energy-cost-analysis-overview-vo.d.ts +84 -0
- package/dist/models/energy-cost-analysis-overview-vo.js +15 -0
- package/dist/models/energy-cost-analysis-query-dto.d.ts +41 -0
- package/dist/models/energy-cost-analysis-query-dto.js +20 -0
- package/dist/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/models/energy-cost-edit-record-dto.js +39 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
- package/dist/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +20 -0
- package/dist/models/energy-cost-park-option-vo.d.ts +54 -0
- package/dist/models/energy-cost-park-option-vo.js +15 -0
- package/dist/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
- package/dist/models/energy-cost-per-area-analysis-vo.js +15 -0
- package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
- package/dist/models/energy-cost-per-unit-analysis-vo.js +15 -0
- package/dist/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/models/energy-cost-record-info-vo.js +39 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
- package/dist/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-delete-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/models/energy-cost-setting-summy-update-dto.js +15 -0
- package/dist/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/models/energy-cost-trend-vo.js +22 -0
- package/dist/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
- package/dist/models/energy-cost-unit-price-analysis-vo.js +15 -0
- package/dist/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/models/energy-cost-update-setting-dto.js +22 -0
- package/dist/models/export-field-config.d.ts +42 -0
- package/dist/models/export-field-config.js +15 -0
- package/dist/models/index.d.ts +55 -1
- package/dist/models/index.js +55 -1
- package/dist/models/inspection-point.d.ts +12 -0
- package/dist/models/inspection-point.js +6 -0
- package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/models/iot-device-unit-delete-dto.js +15 -0
- package/dist/models/ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-analysis-list-vo.js +15 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/item.d.ts +77 -0
- package/dist/models/item.js +31 -0
- package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/models/json-result-dashboard-park-statistics-vo.js +15 -0
- package/dist/models/json-result-energy-cost-analysis-overview-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-analysis-overview-vo.js +15 -0
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.js +15 -0
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.js +15 -0
- package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.js +15 -0
- package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.js +15 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-park-option-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-park-option-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.js +15 -0
- package/dist/models/{json-result-work-order-spot-check-dto.d.ts → json-result-list-work-order-spot-check-dto.d.ts} +12 -12
- package/dist/models/json-result-list-work-order-spot-check-dto.js +15 -0
- package/dist/models/json-result-map-string-object.d.ts +63 -0
- package/dist/models/json-result-map-string-object.js +15 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/monthly-data-vo.d.ts +48 -0
- package/dist/models/monthly-data-vo.js +15 -0
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +7 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/park-info-dto.d.ts +6 -0
- package/dist/models/park-info-edit-vo.d.ts +6 -0
- package/dist/models/park-list-dto.d.ts +13 -0
- package/dist/models/pricing-item.d.ts +50 -0
- package/dist/models/pricing-item.js +23 -0
- package/dist/models/surveillance-batch-import-template-dto.d.ts +13 -0
- package/dist/models/surveillance-entity.d.ts +171 -0
- package/dist/models/surveillance-entity.js +15 -0
- package/dist/models/violation-decision-vo.d.ts +18 -0
- package/dist/models/violation-work-order-add-vo.d.ts +6 -0
- package/dist/models/violation-work-order-info.d.ts +18 -0
- package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/models/work-order-group-equipment-dto.js +21 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
- package/dist/models/work-order-spot-check-dto.d.ts +18 -18
- package/dist/models/work-order-spot-check-dto.js +6 -6
- package/generate_and_publish.sh +69 -0
- package/local_run.sh +82 -0
- package/models/access-appointment-record-add-vo.ts +9 -0
- package/models/access-appointment-record-details-dto.ts +9 -0
- package/models/access-appointment-record-process-details-dto.ts +9 -3
- package/models/access-blacklist-add-vo.ts +6 -0
- package/models/access-blacklist-details-dto.ts +6 -0
- package/models/access-blacklist-update-vo.ts +6 -0
- package/models/access-config-entity.ts +6 -0
- package/models/access-config-vo.ts +6 -0
- package/models/access-record-summary-details-dto.ts +6 -0
- package/models/access-record-summary-list-dto.ts +6 -0
- package/models/access-visitor-person-type-config-vo.ts +2 -2
- package/models/access-whitelist-application-batch-import-template-dto.ts +6 -0
- package/models/access-whitelist-application-process-details-dto.ts +9 -3
- package/models/calendar-entity.ts +1 -1
- package/models/dashboard-access-search-dto.ts +12 -0
- package/models/dashboard-base-search-dto.ts +12 -0
- package/models/dashboard-equipment-search-dto.ts +12 -0
- package/models/dashboard-park-statistics-vo.ts +42 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +6 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +18 -0
- package/models/dashboard-surveillance-search-dto.ts +12 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +14 -8
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +12 -6
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
- package/models/dashboard-work-order-list-search-dto.ts +18 -12
- package/models/emission-standard-enum.ts +32 -0
- package/models/energy-cost-add-record-dto.ts +183 -0
- package/models/energy-cost-add-setting-dto.ts +33 -0
- package/models/energy-cost-add-setting-dtopark-setting-item.ts +52 -0
- package/models/energy-cost-add-setting-dtopark-setting.ts +53 -0
- package/models/energy-cost-analysis-export-dto.ts +79 -0
- package/models/energy-cost-analysis-list-vo.ts +154 -0
- package/models/energy-cost-analysis-overview-vo.ts +90 -0
- package/models/energy-cost-analysis-query-dto.ts +50 -0
- package/models/energy-cost-edit-record-dto.ts +189 -0
- package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
- package/models/energy-cost-month-setting-list-vo.ts +116 -0
- package/models/energy-cost-park-option-vo.ts +60 -0
- package/models/energy-cost-per-area-analysis-vo.ts +48 -0
- package/models/energy-cost-per-unit-analysis-vo.ts +54 -0
- package/models/energy-cost-record-bill-info-vo.ts +54 -0
- package/models/energy-cost-record-info-not-emun-vo.ts +213 -0
- package/models/energy-cost-record-info-vo.ts +246 -0
- package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
- package/models/energy-cost-scenarios-info-vo.ts +153 -0
- package/models/energy-cost-setting-delete-dto.ts +50 -0
- package/models/energy-cost-setting-summy-add-dto.ts +50 -0
- package/models/energy-cost-setting-summy-update-dto.ts +36 -0
- package/models/energy-cost-trend-vo.ts +49 -0
- package/models/energy-cost-unit-price-analysis-vo.ts +42 -0
- package/models/energy-cost-update-setting-dto.ts +52 -0
- package/models/export-field-config.ts +48 -0
- package/models/index.ts +55 -1
- package/models/inspection-point.ts +15 -0
- package/models/iot-device-unit-delete-dto.ts +48 -0
- package/models/ipage-energy-cost-analysis-list-vo.ts +70 -0
- package/models/ipage-energy-cost-record-info-vo.ts +70 -0
- package/models/item.ts +87 -0
- package/models/json-result-dashboard-park-statistics-vo.ts +72 -0
- package/models/json-result-energy-cost-analysis-overview-vo.ts +72 -0
- package/models/json-result-energy-cost-per-area-analysis-vo.ts +72 -0
- package/models/json-result-energy-cost-per-unit-analysis-vo.ts +72 -0
- package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
- package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
- package/models/json-result-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-energy-cost-unit-price-analysis-vo.ts +72 -0
- package/models/json-result-ipage-energy-cost-analysis-list-vo.ts +72 -0
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
- package/models/json-result-list-energy-cost-park-option-vo.ts +72 -0
- package/models/json-result-list-energy-cost-trend-vo.ts +72 -0
- package/models/{json-result-work-order-spot-check-dto.ts → json-result-list-work-order-spot-check-dto.ts} +12 -12
- package/models/json-result-map-string-object.ts +69 -0
- package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
- package/models/monthly-data-vo.ts +54 -0
- package/models/open-api-access-appointment-record-add-vo.ts +9 -0
- package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
- package/models/park-info-dto.ts +6 -0
- package/models/park-info-edit-vo.ts +6 -0
- package/models/park-list-dto.ts +17 -0
- package/models/pricing-item.ts +59 -0
- package/models/surveillance-batch-import-template-dto.ts +15 -0
- package/models/surveillance-entity.ts +185 -0
- package/models/violation-decision-vo.ts +18 -0
- package/models/violation-work-order-add-vo.ts +6 -0
- package/models/violation-work-order-info.ts +18 -0
- package/models/work-order-group-equipment-dto.ts +186 -0
- package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
- package/models/work-order-spot-check-dto.ts +19 -19
- package/package.json +1 -1
- package/rrs_client.env +20 -0
- /package/dist/esm/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
- /package/dist/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 能源成本分析列表数据
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EnergyCostAnalysisListVO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostAnalysisListVO {
|
|
18
|
+
/**
|
|
19
|
+
* 账单ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EnergyCostAnalysisListVO
|
|
22
|
+
*/
|
|
23
|
+
'billId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 账单编码
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EnergyCostAnalysisListVO
|
|
28
|
+
*/
|
|
29
|
+
'billCode'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 园区ID
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof EnergyCostAnalysisListVO
|
|
34
|
+
*/
|
|
35
|
+
'parkId'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 园区名称
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof EnergyCostAnalysisListVO
|
|
40
|
+
*/
|
|
41
|
+
'parkName'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 能源类型
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof EnergyCostAnalysisListVO
|
|
46
|
+
*/
|
|
47
|
+
'energyType'?: EnergyCostAnalysisListVOEnergyTypeEnum;
|
|
48
|
+
/**
|
|
49
|
+
* 账单月
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof EnergyCostAnalysisListVO
|
|
52
|
+
*/
|
|
53
|
+
'billMonth'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 账单开始日期
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof EnergyCostAnalysisListVO
|
|
58
|
+
*/
|
|
59
|
+
'billDateStart'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 账单结束日期
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof EnergyCostAnalysisListVO
|
|
64
|
+
*/
|
|
65
|
+
'billDateEnd'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 场景类型
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof EnergyCostAnalysisListVO
|
|
70
|
+
*/
|
|
71
|
+
'scenario'?: EnergyCostAnalysisListVOScenarioEnum;
|
|
72
|
+
/**
|
|
73
|
+
* 园区用量
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof EnergyCostAnalysisListVO
|
|
76
|
+
*/
|
|
77
|
+
'parkUtilityUsage'?: number;
|
|
78
|
+
/**
|
|
79
|
+
* 园区费用
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof EnergyCostAnalysisListVO
|
|
82
|
+
*/
|
|
83
|
+
'billCharges'?: number;
|
|
84
|
+
/**
|
|
85
|
+
* 单价
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof EnergyCostAnalysisListVO
|
|
88
|
+
*/
|
|
89
|
+
'unitPrice'?: number;
|
|
90
|
+
/**
|
|
91
|
+
* 园区面积
|
|
92
|
+
* @type {number}
|
|
93
|
+
* @memberof EnergyCostAnalysisListVO
|
|
94
|
+
*/
|
|
95
|
+
'totalParkArea'?: number;
|
|
96
|
+
/**
|
|
97
|
+
* 空仓面积
|
|
98
|
+
* @type {number}
|
|
99
|
+
* @memberof EnergyCostAnalysisListVO
|
|
100
|
+
*/
|
|
101
|
+
'totalVacantArea'?: number;
|
|
102
|
+
/**
|
|
103
|
+
* 有效面积
|
|
104
|
+
* @type {number}
|
|
105
|
+
* @memberof EnergyCostAnalysisListVO
|
|
106
|
+
*/
|
|
107
|
+
'effectiveArea'?: number;
|
|
108
|
+
/**
|
|
109
|
+
* 单耗
|
|
110
|
+
* @type {number}
|
|
111
|
+
* @memberof EnergyCostAnalysisListVO
|
|
112
|
+
*/
|
|
113
|
+
'perUnitConsumption'?: number;
|
|
114
|
+
/**
|
|
115
|
+
* 单平单价
|
|
116
|
+
* @type {number}
|
|
117
|
+
* @memberof EnergyCostAnalysisListVO
|
|
118
|
+
*/
|
|
119
|
+
'perAreaPrice'?: number;
|
|
120
|
+
/**
|
|
121
|
+
* 状态
|
|
122
|
+
* @type {number}
|
|
123
|
+
* @memberof EnergyCostAnalysisListVO
|
|
124
|
+
*/
|
|
125
|
+
'status'?: number;
|
|
126
|
+
/**
|
|
127
|
+
* 创建时间
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof EnergyCostAnalysisListVO
|
|
130
|
+
*/
|
|
131
|
+
'createTime'?: string;
|
|
132
|
+
}
|
|
133
|
+
export declare const EnergyCostAnalysisListVOEnergyTypeEnum: {
|
|
134
|
+
readonly Electric: "ELECTRIC";
|
|
135
|
+
readonly Water: "WATER";
|
|
136
|
+
};
|
|
137
|
+
export type EnergyCostAnalysisListVOEnergyTypeEnum = typeof EnergyCostAnalysisListVOEnergyTypeEnum[keyof typeof EnergyCostAnalysisListVOEnergyTypeEnum];
|
|
138
|
+
export declare const EnergyCostAnalysisListVOScenarioEnum: {
|
|
139
|
+
readonly ColdStorage: "COLD_STORAGE";
|
|
140
|
+
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
141
|
+
readonly LeasingTenant: "LEASING_TENANT";
|
|
142
|
+
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
143
|
+
};
|
|
144
|
+
export type EnergyCostAnalysisListVOScenarioEnum = typeof EnergyCostAnalysisListVOScenarioEnum[keyof typeof EnergyCostAnalysisListVOScenarioEnum];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EnergyCostAnalysisListVOScenarioEnum = exports.EnergyCostAnalysisListVOEnergyTypeEnum = void 0;
|
|
17
|
+
exports.EnergyCostAnalysisListVOEnergyTypeEnum = {
|
|
18
|
+
Electric: 'ELECTRIC',
|
|
19
|
+
Water: 'WATER'
|
|
20
|
+
};
|
|
21
|
+
exports.EnergyCostAnalysisListVOScenarioEnum = {
|
|
22
|
+
ColdStorage: 'COLD_STORAGE',
|
|
23
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
24
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
25
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
26
|
+
};
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 能源成本分析概览
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EnergyCostAnalysisOverviewVO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostAnalysisOverviewVO {
|
|
18
|
+
/**
|
|
19
|
+
* 账单月
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EnergyCostAnalysisOverviewVO
|
|
22
|
+
*/
|
|
23
|
+
'billMonth'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 总园区数
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EnergyCostAnalysisOverviewVO
|
|
28
|
+
*/
|
|
29
|
+
'totalParks'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 已提交园区数
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof EnergyCostAnalysisOverviewVO
|
|
34
|
+
*/
|
|
35
|
+
'submittedParks'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 未提交园区数
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof EnergyCostAnalysisOverviewVO
|
|
40
|
+
*/
|
|
41
|
+
'unsubmittedParks'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 总用量
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof EnergyCostAnalysisOverviewVO
|
|
46
|
+
*/
|
|
47
|
+
'totalConsumption'?: number;
|
|
48
|
+
/**
|
|
49
|
+
* 总费用
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof EnergyCostAnalysisOverviewVO
|
|
52
|
+
*/
|
|
53
|
+
'totalCost'?: number;
|
|
54
|
+
/**
|
|
55
|
+
* 平均单耗
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof EnergyCostAnalysisOverviewVO
|
|
58
|
+
*/
|
|
59
|
+
'averagePerUnitConsumption'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 平均单平单价
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof EnergyCostAnalysisOverviewVO
|
|
64
|
+
*/
|
|
65
|
+
'averagePerAreaPrice'?: number;
|
|
66
|
+
/**
|
|
67
|
+
* 平均单价
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof EnergyCostAnalysisOverviewVO
|
|
70
|
+
*/
|
|
71
|
+
'averageUnitPrice'?: number;
|
|
72
|
+
/**
|
|
73
|
+
* 超标准园区数
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof EnergyCostAnalysisOverviewVO
|
|
76
|
+
*/
|
|
77
|
+
'overStandardParks'?: number;
|
|
78
|
+
/**
|
|
79
|
+
* 超标准比例
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof EnergyCostAnalysisOverviewVO
|
|
82
|
+
*/
|
|
83
|
+
'overStandardRatio'?: number;
|
|
84
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 能源成本分析查询参数
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EnergyCostAnalysisQueryDTO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostAnalysisQueryDTO {
|
|
18
|
+
/**
|
|
19
|
+
* 账单月,格式:yyyy-MM
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
22
|
+
*/
|
|
23
|
+
'billMonth': string;
|
|
24
|
+
/**
|
|
25
|
+
* 能源类型列表
|
|
26
|
+
* @type {Array<string>}
|
|
27
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
28
|
+
*/
|
|
29
|
+
'energyTypes'?: Array<EnergyCostAnalysisQueryDTOEnergyTypesEnum>;
|
|
30
|
+
/**
|
|
31
|
+
* 园区ID列表
|
|
32
|
+
* @type {Array<number>}
|
|
33
|
+
* @memberof EnergyCostAnalysisQueryDTO
|
|
34
|
+
*/
|
|
35
|
+
'parkIds'?: Array<number>;
|
|
36
|
+
}
|
|
37
|
+
export declare const EnergyCostAnalysisQueryDTOEnergyTypesEnum: {
|
|
38
|
+
readonly Electric: "ELECTRIC";
|
|
39
|
+
readonly Water: "WATER";
|
|
40
|
+
};
|
|
41
|
+
export type EnergyCostAnalysisQueryDTOEnergyTypesEnum = typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum[keyof typeof EnergyCostAnalysisQueryDTOEnergyTypesEnum];
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EnergyCostAnalysisQueryDTOEnergyTypesEnum = void 0;
|
|
17
|
+
exports.EnergyCostAnalysisQueryDTOEnergyTypesEnum = {
|
|
18
|
+
Electric: 'ELECTRIC',
|
|
19
|
+
Water: 'WATER'
|
|
20
|
+
};
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Item } from './item';
|
|
13
|
+
import type { PricingItem } from './pricing-item';
|
|
14
|
+
/**
|
|
15
|
+
* 编辑能源消耗记录-入参
|
|
16
|
+
* @export
|
|
17
|
+
* @interface EnergyCostEditRecordDTO
|
|
18
|
+
*/
|
|
19
|
+
export interface EnergyCostEditRecordDTO {
|
|
20
|
+
/**
|
|
21
|
+
* 记录ID
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof EnergyCostEditRecordDTO
|
|
24
|
+
*/
|
|
25
|
+
'id': number;
|
|
26
|
+
/**
|
|
27
|
+
* 园区id
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof EnergyCostEditRecordDTO
|
|
30
|
+
*/
|
|
31
|
+
'parkId': number;
|
|
32
|
+
/**
|
|
33
|
+
* 账单id
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof EnergyCostEditRecordDTO
|
|
36
|
+
*/
|
|
37
|
+
'billId': number;
|
|
38
|
+
/**
|
|
39
|
+
* 能源类型
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof EnergyCostEditRecordDTO
|
|
42
|
+
*/
|
|
43
|
+
'energyType': EnergyCostEditRecordDTOEnergyTypeEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 账单开始日
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof EnergyCostEditRecordDTO
|
|
48
|
+
*/
|
|
49
|
+
'billDateStart': string;
|
|
50
|
+
/**
|
|
51
|
+
* 账单结束日
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof EnergyCostEditRecordDTO
|
|
54
|
+
*/
|
|
55
|
+
'billDateEnd': string;
|
|
56
|
+
/**
|
|
57
|
+
* 账单月
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof EnergyCostEditRecordDTO
|
|
60
|
+
*/
|
|
61
|
+
'billMonth': string;
|
|
62
|
+
/**
|
|
63
|
+
* 账单来源
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof EnergyCostEditRecordDTO
|
|
66
|
+
*/
|
|
67
|
+
'billSource': EnergyCostEditRecordDTOBillSourceEnum;
|
|
68
|
+
/**
|
|
69
|
+
* 单价类型
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof EnergyCostEditRecordDTO
|
|
72
|
+
*/
|
|
73
|
+
'pricingType': EnergyCostEditRecordDTOPricingTypeEnum;
|
|
74
|
+
/**
|
|
75
|
+
* 园区用量
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof EnergyCostEditRecordDTO
|
|
78
|
+
*/
|
|
79
|
+
'parkUtilityUsage': number;
|
|
80
|
+
/**
|
|
81
|
+
* 园区费用(电费/水费)
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof EnergyCostEditRecordDTO
|
|
84
|
+
*/
|
|
85
|
+
'billCharges': number;
|
|
86
|
+
/**
|
|
87
|
+
* 力调电费
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof EnergyCostEditRecordDTO
|
|
90
|
+
*/
|
|
91
|
+
'powerFactorSurcharge': number;
|
|
92
|
+
/**
|
|
93
|
+
* 调前电费
|
|
94
|
+
* @type {number}
|
|
95
|
+
* @memberof EnergyCostEditRecordDTO
|
|
96
|
+
*/
|
|
97
|
+
'billAmountBefore': number;
|
|
98
|
+
/**
|
|
99
|
+
* 单价
|
|
100
|
+
* @type {number}
|
|
101
|
+
* @memberof EnergyCostEditRecordDTO
|
|
102
|
+
*/
|
|
103
|
+
'unitPrice': number;
|
|
104
|
+
/**
|
|
105
|
+
* 园区总面积
|
|
106
|
+
* @type {number}
|
|
107
|
+
* @memberof EnergyCostEditRecordDTO
|
|
108
|
+
*/
|
|
109
|
+
'totalParkArea': number;
|
|
110
|
+
/**
|
|
111
|
+
* 总空仓面积
|
|
112
|
+
* @type {number}
|
|
113
|
+
* @memberof EnergyCostEditRecordDTO
|
|
114
|
+
*/
|
|
115
|
+
'totalVacantArea': number;
|
|
116
|
+
/**
|
|
117
|
+
* 超标原因
|
|
118
|
+
* @type {string}
|
|
119
|
+
* @memberof EnergyCostEditRecordDTO
|
|
120
|
+
*/
|
|
121
|
+
'overrunReason'?: EnergyCostEditRecordDTOOverrunReasonEnum;
|
|
122
|
+
/**
|
|
123
|
+
* 备注
|
|
124
|
+
* @type {string}
|
|
125
|
+
* @memberof EnergyCostEditRecordDTO
|
|
126
|
+
*/
|
|
127
|
+
'remark'?: string;
|
|
128
|
+
/**
|
|
129
|
+
* 附件
|
|
130
|
+
* @type {string}
|
|
131
|
+
* @memberof EnergyCostEditRecordDTO
|
|
132
|
+
*/
|
|
133
|
+
'attachment'?: string;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {Array<Item>}
|
|
137
|
+
* @memberof EnergyCostEditRecordDTO
|
|
138
|
+
*/
|
|
139
|
+
'scenarios'?: Array<Item>;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {Array<PricingItem>}
|
|
143
|
+
* @memberof EnergyCostEditRecordDTO
|
|
144
|
+
*/
|
|
145
|
+
'pricingItem'?: Array<PricingItem>;
|
|
146
|
+
}
|
|
147
|
+
export declare const EnergyCostEditRecordDTOEnergyTypeEnum: {
|
|
148
|
+
readonly Electric: "ELECTRIC";
|
|
149
|
+
readonly Water: "WATER";
|
|
150
|
+
};
|
|
151
|
+
export type EnergyCostEditRecordDTOEnergyTypeEnum = typeof EnergyCostEditRecordDTOEnergyTypeEnum[keyof typeof EnergyCostEditRecordDTOEnergyTypeEnum];
|
|
152
|
+
export declare const EnergyCostEditRecordDTOBillSourceEnum: {
|
|
153
|
+
readonly StateGrid: "STATE_GRID";
|
|
154
|
+
readonly Photovoltaic: "PHOTOVOLTAIC";
|
|
155
|
+
readonly GroupEnergyRealEstate: "GROUP_ENERGY_REAL_ESTATE";
|
|
156
|
+
readonly WaterSupplyCompany: "WATER_SUPPLY_COMPANY";
|
|
157
|
+
};
|
|
158
|
+
export type EnergyCostEditRecordDTOBillSourceEnum = typeof EnergyCostEditRecordDTOBillSourceEnum[keyof typeof EnergyCostEditRecordDTOBillSourceEnum];
|
|
159
|
+
export declare const EnergyCostEditRecordDTOPricingTypeEnum: {
|
|
160
|
+
readonly UniformUnitPrice: "UNIFORM_UNIT_PRICE";
|
|
161
|
+
readonly PeakValleyFlat: "PEAK_VALLEY_FLAT";
|
|
162
|
+
};
|
|
163
|
+
export type EnergyCostEditRecordDTOPricingTypeEnum = typeof EnergyCostEditRecordDTOPricingTypeEnum[keyof typeof EnergyCostEditRecordDTOPricingTypeEnum];
|
|
164
|
+
export declare const EnergyCostEditRecordDTOOverrunReasonEnum: {
|
|
165
|
+
readonly BusinessVolumeOperationTimeIncrease: "BUSINESS_VOLUME_OPERATION_TIME_INCREASE";
|
|
166
|
+
readonly BusinessVolumeChargingDeviceIncrease: "BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE";
|
|
167
|
+
readonly BusinessVolumeAreaIncrease: "BUSINESS_VOLUME_AREA_INCREASE";
|
|
168
|
+
readonly SocialCustomerEnergyConsumptionIncrease: "SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE";
|
|
169
|
+
readonly EnergyConsumingEquipmentIncrease: "ENERGY_CONSUMING_EQUIPMENT_INCREASE";
|
|
170
|
+
readonly AbnormalWeather: "ABNORMAL_WEATHER";
|
|
171
|
+
readonly Other: "OTHER";
|
|
172
|
+
};
|
|
173
|
+
export type EnergyCostEditRecordDTOOverrunReasonEnum = typeof EnergyCostEditRecordDTOOverrunReasonEnum[keyof typeof EnergyCostEditRecordDTOOverrunReasonEnum];
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EnergyCostEditRecordDTOOverrunReasonEnum = exports.EnergyCostEditRecordDTOPricingTypeEnum = exports.EnergyCostEditRecordDTOBillSourceEnum = exports.EnergyCostEditRecordDTOEnergyTypeEnum = void 0;
|
|
17
|
+
exports.EnergyCostEditRecordDTOEnergyTypeEnum = {
|
|
18
|
+
Electric: 'ELECTRIC',
|
|
19
|
+
Water: 'WATER'
|
|
20
|
+
};
|
|
21
|
+
exports.EnergyCostEditRecordDTOBillSourceEnum = {
|
|
22
|
+
StateGrid: 'STATE_GRID',
|
|
23
|
+
Photovoltaic: 'PHOTOVOLTAIC',
|
|
24
|
+
GroupEnergyRealEstate: 'GROUP_ENERGY_REAL_ESTATE',
|
|
25
|
+
WaterSupplyCompany: 'WATER_SUPPLY_COMPANY'
|
|
26
|
+
};
|
|
27
|
+
exports.EnergyCostEditRecordDTOPricingTypeEnum = {
|
|
28
|
+
UniformUnitPrice: 'UNIFORM_UNIT_PRICE',
|
|
29
|
+
PeakValleyFlat: 'PEAK_VALLEY_FLAT'
|
|
30
|
+
};
|
|
31
|
+
exports.EnergyCostEditRecordDTOOverrunReasonEnum = {
|
|
32
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
33
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
34
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
35
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
36
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
37
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
38
|
+
Other: 'OTHER'
|
|
39
|
+
};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 能源费用管理-月度设置列表-汇总列表
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EnergyCostMonthSettingListSummaryStandardsVO
|
|
16
|
+
*/
|
|
17
|
+
export interface EnergyCostMonthSettingListSummaryStandardsVO {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EnergyCostMonthSettingListSummaryStandardsVO
|
|
22
|
+
*/
|
|
23
|
+
'id'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 园区id
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof EnergyCostMonthSettingListSummaryStandardsVO
|
|
28
|
+
*/
|
|
29
|
+
'parkId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 能源类型
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof EnergyCostMonthSettingListSummaryStandardsVO
|
|
34
|
+
*/
|
|
35
|
+
'energyType'?: EnergyCostMonthSettingListSummaryStandardsVOEnergyTypeEnum;
|
|
36
|
+
/**
|
|
37
|
+
* 能源类型单位
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof EnergyCostMonthSettingListSummaryStandardsVO
|
|
40
|
+
*/
|
|
41
|
+
'energyTypeUnit'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 使用场景
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof EnergyCostMonthSettingListSummaryStandardsVO
|
|
46
|
+
*/
|
|
47
|
+
'usageScenariosType'?: EnergyCostMonthSettingListSummaryStandardsVOUsageScenariosTypeEnum;
|
|
48
|
+
/**
|
|
49
|
+
* 标准值
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof EnergyCostMonthSettingListSummaryStandardsVO
|
|
52
|
+
*/
|
|
53
|
+
'standardValue'?: number;
|
|
54
|
+
/**
|
|
55
|
+
* 年月
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof EnergyCostMonthSettingListSummaryStandardsVO
|
|
58
|
+
*/
|
|
59
|
+
'yearMonths'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 年
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof EnergyCostMonthSettingListSummaryStandardsVO
|
|
64
|
+
*/
|
|
65
|
+
'year'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 月
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof EnergyCostMonthSettingListSummaryStandardsVO
|
|
70
|
+
*/
|
|
71
|
+
'month'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 创建时间
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof EnergyCostMonthSettingListSummaryStandardsVO
|
|
76
|
+
*/
|
|
77
|
+
'createTime'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 更新时间
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof EnergyCostMonthSettingListSummaryStandardsVO
|
|
82
|
+
*/
|
|
83
|
+
'updateTime'?: string;
|
|
84
|
+
}
|
|
85
|
+
export declare const EnergyCostMonthSettingListSummaryStandardsVOEnergyTypeEnum: {
|
|
86
|
+
readonly Electric: "ELECTRIC";
|
|
87
|
+
readonly Water: "WATER";
|
|
88
|
+
};
|
|
89
|
+
export type EnergyCostMonthSettingListSummaryStandardsVOEnergyTypeEnum = typeof EnergyCostMonthSettingListSummaryStandardsVOEnergyTypeEnum[keyof typeof EnergyCostMonthSettingListSummaryStandardsVOEnergyTypeEnum];
|
|
90
|
+
export declare const EnergyCostMonthSettingListSummaryStandardsVOUsageScenariosTypeEnum: {
|
|
91
|
+
readonly ColdStorage: "COLD_STORAGE";
|
|
92
|
+
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
93
|
+
readonly LeasingTenant: "LEASING_TENANT";
|
|
94
|
+
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
95
|
+
};
|
|
96
|
+
export type EnergyCostMonthSettingListSummaryStandardsVOUsageScenariosTypeEnum = typeof EnergyCostMonthSettingListSummaryStandardsVOUsageScenariosTypeEnum[keyof typeof EnergyCostMonthSettingListSummaryStandardsVOUsageScenariosTypeEnum];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EnergyCostMonthSettingListSummaryStandardsVOUsageScenariosTypeEnum = exports.EnergyCostMonthSettingListSummaryStandardsVOEnergyTypeEnum = void 0;
|
|
17
|
+
exports.EnergyCostMonthSettingListSummaryStandardsVOEnergyTypeEnum = {
|
|
18
|
+
Electric: 'ELECTRIC',
|
|
19
|
+
Water: 'WATER'
|
|
20
|
+
};
|
|
21
|
+
exports.EnergyCostMonthSettingListSummaryStandardsVOUsageScenariosTypeEnum = {
|
|
22
|
+
ColdStorage: 'COLD_STORAGE',
|
|
23
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
24
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
25
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
26
|
+
};
|