@gizone/rrs-client 4.2.9-alpha.588 → 4.2.9-alpha.591
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 +68 -0
- package/api.ts +5 -0
- package/apis/energy-cost-analysis-controller-api.ts +1410 -0
- package/apis/energy-cost-controller-api.ts +1211 -0
- package/apis/energy-cost-record-controller-api.ts +1070 -0
- package/apis/mdmapi.ts +217 -0
- package/apis/reimbursement-bill-api.ts +605 -0
- package/dist/api.d.ts +5 -0
- package/dist/api.js +5 -0
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +760 -0
- package/dist/apis/energy-cost-analysis-controller-api.js +1015 -0
- package/dist/apis/energy-cost-controller-api.d.ts +648 -0
- package/dist/apis/energy-cost-controller-api.js +957 -0
- package/dist/apis/energy-cost-record-controller-api.d.ts +589 -0
- package/dist/apis/energy-cost-record-controller-api.js +780 -0
- package/dist/apis/mdmapi.d.ts +117 -0
- package/dist/apis/mdmapi.js +200 -0
- package/dist/apis/reimbursement-bill-api.d.ts +323 -0
- package/dist/apis/reimbursement-bill-api.js +489 -0
- package/dist/esm/api.d.ts +5 -0
- package/dist/esm/api.js +5 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +760 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +1008 -0
- package/dist/esm/apis/energy-cost-controller-api.d.ts +648 -0
- package/dist/esm/apis/energy-cost-controller-api.js +950 -0
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +589 -0
- package/dist/esm/apis/energy-cost-record-controller-api.js +773 -0
- package/dist/esm/apis/mdmapi.d.ts +117 -0
- package/dist/esm/apis/mdmapi.js +193 -0
- package/dist/esm/apis/reimbursement-bill-api.d.ts +323 -0
- package/dist/esm/apis/reimbursement-bill-api.js +482 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +179 -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-list-vo.d.ts +102 -0
- package/dist/esm/models/energy-cost-analysis-list-vo.js +23 -0
- package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +89 -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-import-redis-vo.d.ts +55 -0
- package/dist/esm/models/energy-cost-import-redis-vo.js +14 -0
- package/dist/esm/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
- package/dist/esm/models/energy-cost-month-setting-excel-dto.js +14 -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-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 +217 -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-two-list-vo.d.ts +114 -0
- package/dist/esm/models/energy-cost-two-list-vo.js +14 -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/expense-subject-enum.d.ts +22 -0
- package/dist/esm/models/expense-subject-enum.js +23 -0
- package/dist/esm/models/index.d.ts +63 -0
- package/dist/esm/models/index.js +63 -0
- package/dist/esm/models/invoice-type-enum.d.ts +22 -0
- package/dist/esm/models/invoice-type-enum.js +23 -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-energy-cost-import-redis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-import-redis-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-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-analysis-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-analysis-list-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-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-list-energy-cost-two-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-two-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +14 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.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-reimbursement-bill-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
- package/dist/esm/models/json-result-reimbursement-bill-details-vo.js +14 -0
- package/dist/esm/models/json-result-two-energy-consumption-summar-vo.d.ts +62 -0
- package/dist/esm/models/json-result-two-energy-consumption-summar-vo.js +14 -0
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.js +14 -0
- package/dist/esm/models/mdm-increment-vendors-vo.d.ts +90 -0
- package/dist/esm/models/mdm-increment-vendors-vo.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/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/payment-method-enum.d.ts +23 -0
- package/dist/esm/models/payment-method-enum.js +24 -0
- package/dist/esm/models/pricing-item.d.ts +50 -0
- package/dist/esm/models/pricing-item.js +20 -0
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +249 -0
- package/dist/esm/models/reimbursement-bill-details-vo.js +22 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +188 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.js +22 -0
- package/dist/esm/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
- package/dist/esm/models/reimbursement-bill-handle-info-add-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
- package/dist/esm/models/reimbursement-bill-handle-info-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +142 -0
- package/dist/esm/models/reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-search-dto.d.ts +68 -0
- package/dist/esm/models/reimbursement-bill-search-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +188 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.js +22 -0
- package/dist/esm/models/reimbursement-status-enum.d.ts +23 -0
- package/dist/esm/models/reimbursement-status-enum.js +24 -0
- package/dist/esm/models/two-energy-consumption-summar-vo.d.ts +30 -0
- package/dist/esm/models/two-energy-consumption-summar-vo.js +14 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +179 -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-list-vo.d.ts +102 -0
- package/dist/models/energy-cost-analysis-list-vo.js +26 -0
- package/dist/models/energy-cost-analysis-query-dto.d.ts +89 -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-import-redis-vo.d.ts +55 -0
- package/dist/models/energy-cost-import-redis-vo.js +15 -0
- package/dist/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
- package/dist/models/energy-cost-month-setting-excel-dto.js +15 -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-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 +217 -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-two-list-vo.d.ts +114 -0
- package/dist/models/energy-cost-two-list-vo.js +15 -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/expense-subject-enum.d.ts +22 -0
- package/dist/models/expense-subject-enum.js +26 -0
- package/dist/models/index.d.ts +63 -0
- package/dist/models/index.js +63 -0
- package/dist/models/invoice-type-enum.d.ts +22 -0
- package/dist/models/invoice-type-enum.js +26 -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-energy-cost-import-redis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-import-redis-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-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-analysis-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-analysis-list-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-trend-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-two-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-two-list-vo.js +15 -0
- package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
- package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +15 -0
- package/dist/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
- package/dist/models/json-result-list-mdm-increment-vendors-vo.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-reimbursement-bill-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.js +15 -0
- package/dist/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
- package/dist/models/json-result-reimbursement-bill-details-vo.js +15 -0
- package/dist/models/json-result-two-energy-consumption-summar-vo.d.ts +62 -0
- package/dist/models/json-result-two-energy-consumption-summar-vo.js +15 -0
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.js +15 -0
- package/dist/models/mdm-increment-vendors-vo.d.ts +90 -0
- package/dist/models/mdm-increment-vendors-vo.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/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
- package/dist/models/page-dto-reimbursement-bill-list-vo.js +15 -0
- package/dist/models/payment-method-enum.d.ts +23 -0
- package/dist/models/payment-method-enum.js +27 -0
- package/dist/models/pricing-item.d.ts +50 -0
- package/dist/models/pricing-item.js +23 -0
- package/dist/models/reimbursement-bill-details-vo.d.ts +249 -0
- package/dist/models/reimbursement-bill-details-vo.js +25 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +188 -0
- package/dist/models/reimbursement-bill-draft-dto.js +25 -0
- package/dist/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
- package/dist/models/reimbursement-bill-handle-info-add-dto.js +15 -0
- package/dist/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
- package/dist/models/reimbursement-bill-handle-info-vo.js +15 -0
- package/dist/models/reimbursement-bill-list-vo.d.ts +142 -0
- package/dist/models/reimbursement-bill-list-vo.js +15 -0
- package/dist/models/reimbursement-bill-search-dto.d.ts +68 -0
- package/dist/models/reimbursement-bill-search-dto.js +15 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +188 -0
- package/dist/models/reimbursement-bill-submit-dto.js +25 -0
- package/dist/models/reimbursement-status-enum.d.ts +23 -0
- package/dist/models/reimbursement-status-enum.js +27 -0
- package/dist/models/two-energy-consumption-summar-vo.d.ts +30 -0
- package/dist/models/two-energy-consumption-summar-vo.js +15 -0
- package/models/energy-cost-add-record-dto.ts +195 -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-list-vo.ts +112 -0
- package/models/energy-cost-analysis-query-dto.ts +98 -0
- package/models/energy-cost-edit-record-dto.ts +189 -0
- package/models/energy-cost-import-redis-vo.ts +63 -0
- package/models/energy-cost-month-setting-excel-dto.ts +84 -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-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 +225 -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-two-list-vo.ts +120 -0
- package/models/energy-cost-unit-price-analysis-vo.ts +42 -0
- package/models/energy-cost-update-setting-dto.ts +52 -0
- package/models/expense-subject-enum.ts +32 -0
- package/models/index.ts +63 -0
- package/models/invoice-type-enum.ts +32 -0
- package/models/ipage-energy-cost-record-info-vo.ts +70 -0
- package/models/item.ts +87 -0
- package/models/json-result-energy-cost-import-redis-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-record-info-vo.ts +72 -0
- package/models/json-result-list-energy-cost-analysis-list-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-trend-vo.ts +72 -0
- package/models/json-result-list-energy-cost-two-list-vo.ts +72 -0
- package/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts +72 -0
- package/models/json-result-list-mdm-increment-vendors-vo.ts +72 -0
- package/models/json-result-map-string-object.ts +69 -0
- package/models/json-result-page-dto-reimbursement-bill-list-vo.ts +72 -0
- package/models/json-result-reimbursement-bill-details-vo.ts +72 -0
- package/models/json-result-two-energy-consumption-summar-vo.ts +72 -0
- package/models/mdm-increment-vendor-bank-accounts-vo.ts +78 -0
- package/models/mdm-increment-vendors-vo.ts +96 -0
- package/models/monthly-data-vo.ts +54 -0
- package/models/page-dto-reimbursement-bill-list-vo.ts +39 -0
- package/models/payment-method-enum.ts +33 -0
- package/models/pricing-item.ts +59 -0
- package/models/reimbursement-bill-details-vo.ts +268 -0
- package/models/reimbursement-bill-draft-dto.ts +205 -0
- package/models/reimbursement-bill-handle-info-add-dto.ts +42 -0
- package/models/reimbursement-bill-handle-info-vo.ts +54 -0
- package/models/reimbursement-bill-list-vo.ts +158 -0
- package/models/reimbursement-bill-search-dto.ts +78 -0
- package/models/reimbursement-bill-submit-dto.ts +205 -0
- package/models/reimbursement-status-enum.ts +33 -0
- package/models/two-energy-consumption-summar-vo.ts +36 -0
- package/ossutil.log +1119 -1116
- package/package.json +1 -1
|
@@ -0,0 +1,760 @@
|
|
|
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 { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { EnergyCostAnalysisQueryDTO } from '../models';
|
|
16
|
+
import type { JsonResultEnergyCostPerAreaAnalysisVO } from '../models';
|
|
17
|
+
import type { JsonResultEnergyCostPerUnitAnalysisVO } from '../models';
|
|
18
|
+
import type { JsonResultEnergyCostUnitPriceAnalysisVO } from '../models';
|
|
19
|
+
import type { JsonResultListEnergyCostAnalysisListVO } from '../models';
|
|
20
|
+
import type { JsonResultListEnergyCostTrendVO } from '../models';
|
|
21
|
+
import type { JsonResultListEnergyCostTwoListVO } from '../models';
|
|
22
|
+
import type { JsonResultTwoEnergyConsumptionSummarVO } from '../models';
|
|
23
|
+
/**
|
|
24
|
+
* EnergyCostAnalysisControllerApi - axios parameter creator
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
28
|
+
/**
|
|
29
|
+
* 获取账单分析列表数据
|
|
30
|
+
* @summary 分析列表数据
|
|
31
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
32
|
+
* @param {*} [options] Override http request option.
|
|
33
|
+
* @throws {RequiredError}
|
|
34
|
+
*/
|
|
35
|
+
getAnalysisList: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
36
|
+
/**
|
|
37
|
+
* 获取账单分析列表数据
|
|
38
|
+
* @summary 分析列表数据-导出
|
|
39
|
+
* @param {string} billMonth 账单月,格式:yyyy-MM
|
|
40
|
+
* @param {string} energyTypes 能源类型列表
|
|
41
|
+
* @param {string} [parkIds] 园区ID列表
|
|
42
|
+
* @param {string} [billSource] 场景来源
|
|
43
|
+
* @param {string} [startTime] 开始时间
|
|
44
|
+
* @param {string} [endTime] 结束时间
|
|
45
|
+
* @param {string} [srmAreaCodes] SRM区域编码
|
|
46
|
+
* @param {string} [srmXwCodes] SRM小微编码
|
|
47
|
+
* @param {string} [srmCenterCodes] SRM中心编码
|
|
48
|
+
* @param {string} [plannedStartTime] 应执行开始时间
|
|
49
|
+
* @param {string} [plannedEndTime] 应执行结束时间
|
|
50
|
+
* @param {*} [options] Override http request option.
|
|
51
|
+
* @throws {RequiredError}
|
|
52
|
+
*/
|
|
53
|
+
getAnalysisListExport: (billMonth: string, energyTypes: string, parkIds?: string, billSource?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
54
|
+
/**
|
|
55
|
+
* 获取当年各场景的用量趋势图数据
|
|
56
|
+
* @summary 用量趋势分析
|
|
57
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
58
|
+
* @param {*} [options] Override http request option.
|
|
59
|
+
* @throws {RequiredError}
|
|
60
|
+
*/
|
|
61
|
+
getUsageTrend: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
|
+
/**
|
|
63
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
64
|
+
* @summary 单平单价分析
|
|
65
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
66
|
+
* @param {*} [options] Override http request option.
|
|
67
|
+
* @throws {RequiredError}
|
|
68
|
+
*/
|
|
69
|
+
perAreaAnalysis: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
70
|
+
/**
|
|
71
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
72
|
+
* @summary 单耗分析
|
|
73
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
74
|
+
* @param {*} [options] Override http request option.
|
|
75
|
+
* @throws {RequiredError}
|
|
76
|
+
*/
|
|
77
|
+
perUnitAnalysis: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78
|
+
/**
|
|
79
|
+
* 二级面板
|
|
80
|
+
* @summary 二级面板-用能汇总
|
|
81
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
82
|
+
* @param {*} [options] Override http request option.
|
|
83
|
+
* @throws {RequiredError}
|
|
84
|
+
*/
|
|
85
|
+
twoEnergyConsumptionSummar: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
86
|
+
/**
|
|
87
|
+
* 二级面板
|
|
88
|
+
* @summary 二级面板-列表
|
|
89
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
90
|
+
* @param {*} [options] Override http request option.
|
|
91
|
+
* @throws {RequiredError}
|
|
92
|
+
*/
|
|
93
|
+
twoList: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
94
|
+
/**
|
|
95
|
+
* 二级面板
|
|
96
|
+
* @summary 二级面板-列表导出
|
|
97
|
+
* @param {string} billMonth 账单月,格式:yyyy-MM
|
|
98
|
+
* @param {string} energyTypes 能源类型列表
|
|
99
|
+
* @param {string} [parkIds] 园区ID列表
|
|
100
|
+
* @param {string} [billSource] 场景来源
|
|
101
|
+
* @param {string} [startTime] 开始时间
|
|
102
|
+
* @param {string} [endTime] 结束时间
|
|
103
|
+
* @param {string} [srmAreaCodes] SRM区域编码
|
|
104
|
+
* @param {string} [srmXwCodes] SRM小微编码
|
|
105
|
+
* @param {string} [srmCenterCodes] SRM中心编码
|
|
106
|
+
* @param {string} [plannedStartTime] 应执行开始时间
|
|
107
|
+
* @param {string} [plannedEndTime] 应执行结束时间
|
|
108
|
+
* @param {*} [options] Override http request option.
|
|
109
|
+
* @throws {RequiredError}
|
|
110
|
+
*/
|
|
111
|
+
twoListExport: (billMonth: string, energyTypes: string, parkIds?: string, billSource?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
112
|
+
/**
|
|
113
|
+
* 二级面板
|
|
114
|
+
* @summary 二级面板-单平单价分析
|
|
115
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
116
|
+
* @param {*} [options] Override http request option.
|
|
117
|
+
* @throws {RequiredError}
|
|
118
|
+
*/
|
|
119
|
+
twoPerAreaAnalysis: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
120
|
+
/**
|
|
121
|
+
* 二级面板
|
|
122
|
+
* @summary 二级面板-单耗分析
|
|
123
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
124
|
+
* @param {*} [options] Override http request option.
|
|
125
|
+
* @throws {RequiredError}
|
|
126
|
+
*/
|
|
127
|
+
twoPerUnitAnalysis: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
128
|
+
/**
|
|
129
|
+
* 二级面板
|
|
130
|
+
* @summary 二级面板-单价分析
|
|
131
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
132
|
+
* @param {*} [options] Override http request option.
|
|
133
|
+
* @throws {RequiredError}
|
|
134
|
+
*/
|
|
135
|
+
twoUnitPriceAnalysis: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
136
|
+
/**
|
|
137
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
138
|
+
* @summary 单价分析
|
|
139
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
140
|
+
* @param {*} [options] Override http request option.
|
|
141
|
+
* @throws {RequiredError}
|
|
142
|
+
*/
|
|
143
|
+
unitPriceAnalysis: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* EnergyCostAnalysisControllerApi - functional programming interface
|
|
147
|
+
* @export
|
|
148
|
+
*/
|
|
149
|
+
export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configuration) => {
|
|
150
|
+
/**
|
|
151
|
+
* 获取账单分析列表数据
|
|
152
|
+
* @summary 分析列表数据
|
|
153
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
154
|
+
* @param {*} [options] Override http request option.
|
|
155
|
+
* @throws {RequiredError}
|
|
156
|
+
*/
|
|
157
|
+
getAnalysisList(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostAnalysisListVO>>;
|
|
158
|
+
/**
|
|
159
|
+
* 获取账单分析列表数据
|
|
160
|
+
* @summary 分析列表数据-导出
|
|
161
|
+
* @param {string} billMonth 账单月,格式:yyyy-MM
|
|
162
|
+
* @param {string} energyTypes 能源类型列表
|
|
163
|
+
* @param {string} [parkIds] 园区ID列表
|
|
164
|
+
* @param {string} [billSource] 场景来源
|
|
165
|
+
* @param {string} [startTime] 开始时间
|
|
166
|
+
* @param {string} [endTime] 结束时间
|
|
167
|
+
* @param {string} [srmAreaCodes] SRM区域编码
|
|
168
|
+
* @param {string} [srmXwCodes] SRM小微编码
|
|
169
|
+
* @param {string} [srmCenterCodes] SRM中心编码
|
|
170
|
+
* @param {string} [plannedStartTime] 应执行开始时间
|
|
171
|
+
* @param {string} [plannedEndTime] 应执行结束时间
|
|
172
|
+
* @param {*} [options] Override http request option.
|
|
173
|
+
* @throws {RequiredError}
|
|
174
|
+
*/
|
|
175
|
+
getAnalysisListExport(billMonth: string, energyTypes: string, parkIds?: string, billSource?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
176
|
+
/**
|
|
177
|
+
* 获取当年各场景的用量趋势图数据
|
|
178
|
+
* @summary 用量趋势分析
|
|
179
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
180
|
+
* @param {*} [options] Override http request option.
|
|
181
|
+
* @throws {RequiredError}
|
|
182
|
+
*/
|
|
183
|
+
getUsageTrend(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostTrendVO>>;
|
|
184
|
+
/**
|
|
185
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
186
|
+
* @summary 单平单价分析
|
|
187
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
188
|
+
* @param {*} [options] Override http request option.
|
|
189
|
+
* @throws {RequiredError}
|
|
190
|
+
*/
|
|
191
|
+
perAreaAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>>;
|
|
192
|
+
/**
|
|
193
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
194
|
+
* @summary 单耗分析
|
|
195
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
196
|
+
* @param {*} [options] Override http request option.
|
|
197
|
+
* @throws {RequiredError}
|
|
198
|
+
*/
|
|
199
|
+
perUnitAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>>;
|
|
200
|
+
/**
|
|
201
|
+
* 二级面板
|
|
202
|
+
* @summary 二级面板-用能汇总
|
|
203
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
204
|
+
* @param {*} [options] Override http request option.
|
|
205
|
+
* @throws {RequiredError}
|
|
206
|
+
*/
|
|
207
|
+
twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO>>;
|
|
208
|
+
/**
|
|
209
|
+
* 二级面板
|
|
210
|
+
* @summary 二级面板-列表
|
|
211
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
212
|
+
* @param {*} [options] Override http request option.
|
|
213
|
+
* @throws {RequiredError}
|
|
214
|
+
*/
|
|
215
|
+
twoList(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostTwoListVO>>;
|
|
216
|
+
/**
|
|
217
|
+
* 二级面板
|
|
218
|
+
* @summary 二级面板-列表导出
|
|
219
|
+
* @param {string} billMonth 账单月,格式:yyyy-MM
|
|
220
|
+
* @param {string} energyTypes 能源类型列表
|
|
221
|
+
* @param {string} [parkIds] 园区ID列表
|
|
222
|
+
* @param {string} [billSource] 场景来源
|
|
223
|
+
* @param {string} [startTime] 开始时间
|
|
224
|
+
* @param {string} [endTime] 结束时间
|
|
225
|
+
* @param {string} [srmAreaCodes] SRM区域编码
|
|
226
|
+
* @param {string} [srmXwCodes] SRM小微编码
|
|
227
|
+
* @param {string} [srmCenterCodes] SRM中心编码
|
|
228
|
+
* @param {string} [plannedStartTime] 应执行开始时间
|
|
229
|
+
* @param {string} [plannedEndTime] 应执行结束时间
|
|
230
|
+
* @param {*} [options] Override http request option.
|
|
231
|
+
* @throws {RequiredError}
|
|
232
|
+
*/
|
|
233
|
+
twoListExport(billMonth: string, energyTypes: string, parkIds?: string, billSource?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
234
|
+
/**
|
|
235
|
+
* 二级面板
|
|
236
|
+
* @summary 二级面板-单平单价分析
|
|
237
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
238
|
+
* @param {*} [options] Override http request option.
|
|
239
|
+
* @throws {RequiredError}
|
|
240
|
+
*/
|
|
241
|
+
twoPerAreaAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>>;
|
|
242
|
+
/**
|
|
243
|
+
* 二级面板
|
|
244
|
+
* @summary 二级面板-单耗分析
|
|
245
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
246
|
+
* @param {*} [options] Override http request option.
|
|
247
|
+
* @throws {RequiredError}
|
|
248
|
+
*/
|
|
249
|
+
twoPerUnitAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>>;
|
|
250
|
+
/**
|
|
251
|
+
* 二级面板
|
|
252
|
+
* @summary 二级面板-单价分析
|
|
253
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
254
|
+
* @param {*} [options] Override http request option.
|
|
255
|
+
* @throws {RequiredError}
|
|
256
|
+
*/
|
|
257
|
+
twoUnitPriceAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO>>;
|
|
258
|
+
/**
|
|
259
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
260
|
+
* @summary 单价分析
|
|
261
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
262
|
+
* @param {*} [options] Override http request option.
|
|
263
|
+
* @throws {RequiredError}
|
|
264
|
+
*/
|
|
265
|
+
unitPriceAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO>>;
|
|
266
|
+
};
|
|
267
|
+
/**
|
|
268
|
+
* EnergyCostAnalysisControllerApi - factory interface
|
|
269
|
+
* @export
|
|
270
|
+
*/
|
|
271
|
+
export declare const EnergyCostAnalysisControllerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
272
|
+
/**
|
|
273
|
+
* 获取账单分析列表数据
|
|
274
|
+
* @summary 分析列表数据
|
|
275
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
|
|
276
|
+
* @param {*} [options] Override http request option.
|
|
277
|
+
* @throws {RequiredError}
|
|
278
|
+
*/
|
|
279
|
+
getAnalysisList(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostAnalysisListVO>;
|
|
280
|
+
/**
|
|
281
|
+
* 获取账单分析列表数据
|
|
282
|
+
* @summary 分析列表数据-导出
|
|
283
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListExportRequest} requestParameters Request parameters.
|
|
284
|
+
* @param {*} [options] Override http request option.
|
|
285
|
+
* @throws {RequiredError}
|
|
286
|
+
*/
|
|
287
|
+
getAnalysisListExport(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
288
|
+
/**
|
|
289
|
+
* 获取当年各场景的用量趋势图数据
|
|
290
|
+
* @summary 用量趋势分析
|
|
291
|
+
* @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
|
|
292
|
+
* @param {*} [options] Override http request option.
|
|
293
|
+
* @throws {RequiredError}
|
|
294
|
+
*/
|
|
295
|
+
getUsageTrend(requestParameters: EnergyCostAnalysisControllerApiGetUsageTrendRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostTrendVO>;
|
|
296
|
+
/**
|
|
297
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
298
|
+
* @summary 单平单价分析
|
|
299
|
+
* @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
300
|
+
* @param {*} [options] Override http request option.
|
|
301
|
+
* @throws {RequiredError}
|
|
302
|
+
*/
|
|
303
|
+
perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>;
|
|
304
|
+
/**
|
|
305
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
306
|
+
* @summary 单耗分析
|
|
307
|
+
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
308
|
+
* @param {*} [options] Override http request option.
|
|
309
|
+
* @throws {RequiredError}
|
|
310
|
+
*/
|
|
311
|
+
perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>;
|
|
312
|
+
/**
|
|
313
|
+
* 二级面板
|
|
314
|
+
* @summary 二级面板-用能汇总
|
|
315
|
+
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
316
|
+
* @param {*} [options] Override http request option.
|
|
317
|
+
* @throws {RequiredError}
|
|
318
|
+
*/
|
|
319
|
+
twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO>;
|
|
320
|
+
/**
|
|
321
|
+
* 二级面板
|
|
322
|
+
* @summary 二级面板-列表
|
|
323
|
+
* @param {EnergyCostAnalysisControllerApiTwoListRequest} requestParameters Request parameters.
|
|
324
|
+
* @param {*} [options] Override http request option.
|
|
325
|
+
* @throws {RequiredError}
|
|
326
|
+
*/
|
|
327
|
+
twoList(requestParameters: EnergyCostAnalysisControllerApiTwoListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostTwoListVO>;
|
|
328
|
+
/**
|
|
329
|
+
* 二级面板
|
|
330
|
+
* @summary 二级面板-列表导出
|
|
331
|
+
* @param {EnergyCostAnalysisControllerApiTwoListExportRequest} requestParameters Request parameters.
|
|
332
|
+
* @param {*} [options] Override http request option.
|
|
333
|
+
* @throws {RequiredError}
|
|
334
|
+
*/
|
|
335
|
+
twoListExport(requestParameters: EnergyCostAnalysisControllerApiTwoListExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
336
|
+
/**
|
|
337
|
+
* 二级面板
|
|
338
|
+
* @summary 二级面板-单平单价分析
|
|
339
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
340
|
+
* @param {*} [options] Override http request option.
|
|
341
|
+
* @throws {RequiredError}
|
|
342
|
+
*/
|
|
343
|
+
twoPerAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>;
|
|
344
|
+
/**
|
|
345
|
+
* 二级面板
|
|
346
|
+
* @summary 二级面板-单耗分析
|
|
347
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
348
|
+
* @param {*} [options] Override http request option.
|
|
349
|
+
* @throws {RequiredError}
|
|
350
|
+
*/
|
|
351
|
+
twoPerUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>;
|
|
352
|
+
/**
|
|
353
|
+
* 二级面板
|
|
354
|
+
* @summary 二级面板-单价分析
|
|
355
|
+
* @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
356
|
+
* @param {*} [options] Override http request option.
|
|
357
|
+
* @throws {RequiredError}
|
|
358
|
+
*/
|
|
359
|
+
twoUnitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO>;
|
|
360
|
+
/**
|
|
361
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
362
|
+
* @summary 单价分析
|
|
363
|
+
* @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
364
|
+
* @param {*} [options] Override http request option.
|
|
365
|
+
* @throws {RequiredError}
|
|
366
|
+
*/
|
|
367
|
+
unitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO>;
|
|
368
|
+
};
|
|
369
|
+
/**
|
|
370
|
+
* Request parameters for getAnalysisList operation in EnergyCostAnalysisControllerApi.
|
|
371
|
+
* @export
|
|
372
|
+
* @interface EnergyCostAnalysisControllerApiGetAnalysisListRequest
|
|
373
|
+
*/
|
|
374
|
+
export interface EnergyCostAnalysisControllerApiGetAnalysisListRequest {
|
|
375
|
+
/**
|
|
376
|
+
*
|
|
377
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
378
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisList
|
|
379
|
+
*/
|
|
380
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* Request parameters for getAnalysisListExport operation in EnergyCostAnalysisControllerApi.
|
|
384
|
+
* @export
|
|
385
|
+
* @interface EnergyCostAnalysisControllerApiGetAnalysisListExportRequest
|
|
386
|
+
*/
|
|
387
|
+
export interface EnergyCostAnalysisControllerApiGetAnalysisListExportRequest {
|
|
388
|
+
/**
|
|
389
|
+
* 账单月,格式:yyyy-MM
|
|
390
|
+
* @type {string}
|
|
391
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
392
|
+
*/
|
|
393
|
+
readonly billMonth: string;
|
|
394
|
+
/**
|
|
395
|
+
* 能源类型列表
|
|
396
|
+
* @type {string}
|
|
397
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
398
|
+
*/
|
|
399
|
+
readonly energyTypes: string;
|
|
400
|
+
/**
|
|
401
|
+
* 园区ID列表
|
|
402
|
+
* @type {string}
|
|
403
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
404
|
+
*/
|
|
405
|
+
readonly parkIds?: string;
|
|
406
|
+
/**
|
|
407
|
+
* 场景来源
|
|
408
|
+
* @type {string}
|
|
409
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
410
|
+
*/
|
|
411
|
+
readonly billSource?: string;
|
|
412
|
+
/**
|
|
413
|
+
* 开始时间
|
|
414
|
+
* @type {string}
|
|
415
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
416
|
+
*/
|
|
417
|
+
readonly startTime?: string;
|
|
418
|
+
/**
|
|
419
|
+
* 结束时间
|
|
420
|
+
* @type {string}
|
|
421
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
422
|
+
*/
|
|
423
|
+
readonly endTime?: string;
|
|
424
|
+
/**
|
|
425
|
+
* SRM区域编码
|
|
426
|
+
* @type {string}
|
|
427
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
428
|
+
*/
|
|
429
|
+
readonly srmAreaCodes?: string;
|
|
430
|
+
/**
|
|
431
|
+
* SRM小微编码
|
|
432
|
+
* @type {string}
|
|
433
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
434
|
+
*/
|
|
435
|
+
readonly srmXwCodes?: string;
|
|
436
|
+
/**
|
|
437
|
+
* SRM中心编码
|
|
438
|
+
* @type {string}
|
|
439
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
440
|
+
*/
|
|
441
|
+
readonly srmCenterCodes?: string;
|
|
442
|
+
/**
|
|
443
|
+
* 应执行开始时间
|
|
444
|
+
* @type {string}
|
|
445
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
446
|
+
*/
|
|
447
|
+
readonly plannedStartTime?: string;
|
|
448
|
+
/**
|
|
449
|
+
* 应执行结束时间
|
|
450
|
+
* @type {string}
|
|
451
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
452
|
+
*/
|
|
453
|
+
readonly plannedEndTime?: string;
|
|
454
|
+
}
|
|
455
|
+
/**
|
|
456
|
+
* Request parameters for getUsageTrend operation in EnergyCostAnalysisControllerApi.
|
|
457
|
+
* @export
|
|
458
|
+
* @interface EnergyCostAnalysisControllerApiGetUsageTrendRequest
|
|
459
|
+
*/
|
|
460
|
+
export interface EnergyCostAnalysisControllerApiGetUsageTrendRequest {
|
|
461
|
+
/**
|
|
462
|
+
*
|
|
463
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
464
|
+
* @memberof EnergyCostAnalysisControllerApiGetUsageTrend
|
|
465
|
+
*/
|
|
466
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* Request parameters for perAreaAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
470
|
+
* @export
|
|
471
|
+
* @interface EnergyCostAnalysisControllerApiPerAreaAnalysisRequest
|
|
472
|
+
*/
|
|
473
|
+
export interface EnergyCostAnalysisControllerApiPerAreaAnalysisRequest {
|
|
474
|
+
/**
|
|
475
|
+
*
|
|
476
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
477
|
+
* @memberof EnergyCostAnalysisControllerApiPerAreaAnalysis
|
|
478
|
+
*/
|
|
479
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
480
|
+
}
|
|
481
|
+
/**
|
|
482
|
+
* Request parameters for perUnitAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
483
|
+
* @export
|
|
484
|
+
* @interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest
|
|
485
|
+
*/
|
|
486
|
+
export interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest {
|
|
487
|
+
/**
|
|
488
|
+
*
|
|
489
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
490
|
+
* @memberof EnergyCostAnalysisControllerApiPerUnitAnalysis
|
|
491
|
+
*/
|
|
492
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
493
|
+
}
|
|
494
|
+
/**
|
|
495
|
+
* Request parameters for twoEnergyConsumptionSummar operation in EnergyCostAnalysisControllerApi.
|
|
496
|
+
* @export
|
|
497
|
+
* @interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest
|
|
498
|
+
*/
|
|
499
|
+
export interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest {
|
|
500
|
+
/**
|
|
501
|
+
*
|
|
502
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
503
|
+
* @memberof EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummar
|
|
504
|
+
*/
|
|
505
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
506
|
+
}
|
|
507
|
+
/**
|
|
508
|
+
* Request parameters for twoList operation in EnergyCostAnalysisControllerApi.
|
|
509
|
+
* @export
|
|
510
|
+
* @interface EnergyCostAnalysisControllerApiTwoListRequest
|
|
511
|
+
*/
|
|
512
|
+
export interface EnergyCostAnalysisControllerApiTwoListRequest {
|
|
513
|
+
/**
|
|
514
|
+
*
|
|
515
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
516
|
+
* @memberof EnergyCostAnalysisControllerApiTwoList
|
|
517
|
+
*/
|
|
518
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
519
|
+
}
|
|
520
|
+
/**
|
|
521
|
+
* Request parameters for twoListExport operation in EnergyCostAnalysisControllerApi.
|
|
522
|
+
* @export
|
|
523
|
+
* @interface EnergyCostAnalysisControllerApiTwoListExportRequest
|
|
524
|
+
*/
|
|
525
|
+
export interface EnergyCostAnalysisControllerApiTwoListExportRequest {
|
|
526
|
+
/**
|
|
527
|
+
* 账单月,格式:yyyy-MM
|
|
528
|
+
* @type {string}
|
|
529
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
530
|
+
*/
|
|
531
|
+
readonly billMonth: string;
|
|
532
|
+
/**
|
|
533
|
+
* 能源类型列表
|
|
534
|
+
* @type {string}
|
|
535
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
536
|
+
*/
|
|
537
|
+
readonly energyTypes: string;
|
|
538
|
+
/**
|
|
539
|
+
* 园区ID列表
|
|
540
|
+
* @type {string}
|
|
541
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
542
|
+
*/
|
|
543
|
+
readonly parkIds?: string;
|
|
544
|
+
/**
|
|
545
|
+
* 场景来源
|
|
546
|
+
* @type {string}
|
|
547
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
548
|
+
*/
|
|
549
|
+
readonly billSource?: string;
|
|
550
|
+
/**
|
|
551
|
+
* 开始时间
|
|
552
|
+
* @type {string}
|
|
553
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
554
|
+
*/
|
|
555
|
+
readonly startTime?: string;
|
|
556
|
+
/**
|
|
557
|
+
* 结束时间
|
|
558
|
+
* @type {string}
|
|
559
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
560
|
+
*/
|
|
561
|
+
readonly endTime?: string;
|
|
562
|
+
/**
|
|
563
|
+
* SRM区域编码
|
|
564
|
+
* @type {string}
|
|
565
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
566
|
+
*/
|
|
567
|
+
readonly srmAreaCodes?: string;
|
|
568
|
+
/**
|
|
569
|
+
* SRM小微编码
|
|
570
|
+
* @type {string}
|
|
571
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
572
|
+
*/
|
|
573
|
+
readonly srmXwCodes?: string;
|
|
574
|
+
/**
|
|
575
|
+
* SRM中心编码
|
|
576
|
+
* @type {string}
|
|
577
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
578
|
+
*/
|
|
579
|
+
readonly srmCenterCodes?: string;
|
|
580
|
+
/**
|
|
581
|
+
* 应执行开始时间
|
|
582
|
+
* @type {string}
|
|
583
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
584
|
+
*/
|
|
585
|
+
readonly plannedStartTime?: string;
|
|
586
|
+
/**
|
|
587
|
+
* 应执行结束时间
|
|
588
|
+
* @type {string}
|
|
589
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
590
|
+
*/
|
|
591
|
+
readonly plannedEndTime?: string;
|
|
592
|
+
}
|
|
593
|
+
/**
|
|
594
|
+
* Request parameters for twoPerAreaAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
595
|
+
* @export
|
|
596
|
+
* @interface EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest
|
|
597
|
+
*/
|
|
598
|
+
export interface EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest {
|
|
599
|
+
/**
|
|
600
|
+
*
|
|
601
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
602
|
+
* @memberof EnergyCostAnalysisControllerApiTwoPerAreaAnalysis
|
|
603
|
+
*/
|
|
604
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
605
|
+
}
|
|
606
|
+
/**
|
|
607
|
+
* Request parameters for twoPerUnitAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
608
|
+
* @export
|
|
609
|
+
* @interface EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest
|
|
610
|
+
*/
|
|
611
|
+
export interface EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest {
|
|
612
|
+
/**
|
|
613
|
+
*
|
|
614
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
615
|
+
* @memberof EnergyCostAnalysisControllerApiTwoPerUnitAnalysis
|
|
616
|
+
*/
|
|
617
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
618
|
+
}
|
|
619
|
+
/**
|
|
620
|
+
* Request parameters for twoUnitPriceAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
621
|
+
* @export
|
|
622
|
+
* @interface EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest
|
|
623
|
+
*/
|
|
624
|
+
export interface EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest {
|
|
625
|
+
/**
|
|
626
|
+
*
|
|
627
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
628
|
+
* @memberof EnergyCostAnalysisControllerApiTwoUnitPriceAnalysis
|
|
629
|
+
*/
|
|
630
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
631
|
+
}
|
|
632
|
+
/**
|
|
633
|
+
* Request parameters for unitPriceAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
634
|
+
* @export
|
|
635
|
+
* @interface EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest
|
|
636
|
+
*/
|
|
637
|
+
export interface EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest {
|
|
638
|
+
/**
|
|
639
|
+
*
|
|
640
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
641
|
+
* @memberof EnergyCostAnalysisControllerApiUnitPriceAnalysis
|
|
642
|
+
*/
|
|
643
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
|
|
644
|
+
}
|
|
645
|
+
/**
|
|
646
|
+
* EnergyCostAnalysisControllerApi - object-oriented interface
|
|
647
|
+
* @export
|
|
648
|
+
* @class EnergyCostAnalysisControllerApi
|
|
649
|
+
* @extends {BaseAPI}
|
|
650
|
+
*/
|
|
651
|
+
export declare class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
652
|
+
/**
|
|
653
|
+
* 获取账单分析列表数据
|
|
654
|
+
* @summary 分析列表数据
|
|
655
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
|
|
656
|
+
* @param {*} [options] Override http request option.
|
|
657
|
+
* @throws {RequiredError}
|
|
658
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
659
|
+
*/
|
|
660
|
+
getAnalysisList(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListEnergyCostAnalysisListVO, any, {}>>;
|
|
661
|
+
/**
|
|
662
|
+
* 获取账单分析列表数据
|
|
663
|
+
* @summary 分析列表数据-导出
|
|
664
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListExportRequest} requestParameters Request parameters.
|
|
665
|
+
* @param {*} [options] Override http request option.
|
|
666
|
+
* @throws {RequiredError}
|
|
667
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
668
|
+
*/
|
|
669
|
+
getAnalysisListExport(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListExportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
670
|
+
/**
|
|
671
|
+
* 获取当年各场景的用量趋势图数据
|
|
672
|
+
* @summary 用量趋势分析
|
|
673
|
+
* @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
|
|
674
|
+
* @param {*} [options] Override http request option.
|
|
675
|
+
* @throws {RequiredError}
|
|
676
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
677
|
+
*/
|
|
678
|
+
getUsageTrend(requestParameters: EnergyCostAnalysisControllerApiGetUsageTrendRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListEnergyCostTrendVO, any, {}>>;
|
|
679
|
+
/**
|
|
680
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
681
|
+
* @summary 单平单价分析
|
|
682
|
+
* @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
683
|
+
* @param {*} [options] Override http request option.
|
|
684
|
+
* @throws {RequiredError}
|
|
685
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
686
|
+
*/
|
|
687
|
+
perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostPerAreaAnalysisVO, any, {}>>;
|
|
688
|
+
/**
|
|
689
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
690
|
+
* @summary 单耗分析
|
|
691
|
+
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
692
|
+
* @param {*} [options] Override http request option.
|
|
693
|
+
* @throws {RequiredError}
|
|
694
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
695
|
+
*/
|
|
696
|
+
perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostPerUnitAnalysisVO, any, {}>>;
|
|
697
|
+
/**
|
|
698
|
+
* 二级面板
|
|
699
|
+
* @summary 二级面板-用能汇总
|
|
700
|
+
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
701
|
+
* @param {*} [options] Override http request option.
|
|
702
|
+
* @throws {RequiredError}
|
|
703
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
704
|
+
*/
|
|
705
|
+
twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultTwoEnergyConsumptionSummarVO, any, {}>>;
|
|
706
|
+
/**
|
|
707
|
+
* 二级面板
|
|
708
|
+
* @summary 二级面板-列表
|
|
709
|
+
* @param {EnergyCostAnalysisControllerApiTwoListRequest} requestParameters Request parameters.
|
|
710
|
+
* @param {*} [options] Override http request option.
|
|
711
|
+
* @throws {RequiredError}
|
|
712
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
713
|
+
*/
|
|
714
|
+
twoList(requestParameters: EnergyCostAnalysisControllerApiTwoListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListEnergyCostTwoListVO, any, {}>>;
|
|
715
|
+
/**
|
|
716
|
+
* 二级面板
|
|
717
|
+
* @summary 二级面板-列表导出
|
|
718
|
+
* @param {EnergyCostAnalysisControllerApiTwoListExportRequest} requestParameters Request parameters.
|
|
719
|
+
* @param {*} [options] Override http request option.
|
|
720
|
+
* @throws {RequiredError}
|
|
721
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
722
|
+
*/
|
|
723
|
+
twoListExport(requestParameters: EnergyCostAnalysisControllerApiTwoListExportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
724
|
+
/**
|
|
725
|
+
* 二级面板
|
|
726
|
+
* @summary 二级面板-单平单价分析
|
|
727
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
728
|
+
* @param {*} [options] Override http request option.
|
|
729
|
+
* @throws {RequiredError}
|
|
730
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
731
|
+
*/
|
|
732
|
+
twoPerAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostPerAreaAnalysisVO, any, {}>>;
|
|
733
|
+
/**
|
|
734
|
+
* 二级面板
|
|
735
|
+
* @summary 二级面板-单耗分析
|
|
736
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
737
|
+
* @param {*} [options] Override http request option.
|
|
738
|
+
* @throws {RequiredError}
|
|
739
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
740
|
+
*/
|
|
741
|
+
twoPerUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostPerUnitAnalysisVO, any, {}>>;
|
|
742
|
+
/**
|
|
743
|
+
* 二级面板
|
|
744
|
+
* @summary 二级面板-单价分析
|
|
745
|
+
* @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
746
|
+
* @param {*} [options] Override http request option.
|
|
747
|
+
* @throws {RequiredError}
|
|
748
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
749
|
+
*/
|
|
750
|
+
twoUnitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostUnitPriceAnalysisVO, any, {}>>;
|
|
751
|
+
/**
|
|
752
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
753
|
+
* @summary 单价分析
|
|
754
|
+
* @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
755
|
+
* @param {*} [options] Override http request option.
|
|
756
|
+
* @throws {RequiredError}
|
|
757
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
758
|
+
*/
|
|
759
|
+
unitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostUnitPriceAnalysisVO, any, {}>>;
|
|
760
|
+
}
|