@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,1410 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import type { Configuration } from '../configuration';
|
|
17
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
|
+
import globalAxios from 'axios';
|
|
19
|
+
// Some imports not used depending on template conditions
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
22
|
+
// @ts-ignore
|
|
23
|
+
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
|
+
// @ts-ignore
|
|
25
|
+
import type { EnergyCostAnalysisQueryDTO } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { JsonResultEnergyCostPerAreaAnalysisVO } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
import type { JsonResultEnergyCostPerUnitAnalysisVO } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
import type { JsonResultEnergyCostUnitPriceAnalysisVO } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { JsonResultListEnergyCostAnalysisListVO } from '../models';
|
|
34
|
+
// @ts-ignore
|
|
35
|
+
import type { JsonResultListEnergyCostTrendVO } from '../models';
|
|
36
|
+
// @ts-ignore
|
|
37
|
+
import type { JsonResultListEnergyCostTwoListVO } from '../models';
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { JsonResultTwoEnergyConsumptionSummarVO } from '../models';
|
|
40
|
+
/**
|
|
41
|
+
* EnergyCostAnalysisControllerApi - axios parameter creator
|
|
42
|
+
* @export
|
|
43
|
+
*/
|
|
44
|
+
export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
45
|
+
return {
|
|
46
|
+
/**
|
|
47
|
+
* 获取账单分析列表数据
|
|
48
|
+
* @summary 分析列表数据
|
|
49
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
50
|
+
* @param {*} [options] Override http request option.
|
|
51
|
+
* @throws {RequiredError}
|
|
52
|
+
*/
|
|
53
|
+
getAnalysisList: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
54
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
55
|
+
assertParamExists('getAnalysisList', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
56
|
+
const localVarPath = `/gizone/energy/cost/analysis/list`;
|
|
57
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
58
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
59
|
+
let baseOptions;
|
|
60
|
+
if (configuration) {
|
|
61
|
+
baseOptions = configuration.baseOptions;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
65
|
+
const localVarHeaderParameter = {} as any;
|
|
66
|
+
const localVarQueryParameter = {} as any;
|
|
67
|
+
|
|
68
|
+
// authentication tokenScheme required
|
|
69
|
+
// http bearer authentication required
|
|
70
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
75
|
+
|
|
76
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
77
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
78
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
79
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
80
|
+
|
|
81
|
+
return {
|
|
82
|
+
url: toPathString(localVarUrlObj),
|
|
83
|
+
options: localVarRequestOptions,
|
|
84
|
+
};
|
|
85
|
+
},
|
|
86
|
+
/**
|
|
87
|
+
* 获取账单分析列表数据
|
|
88
|
+
* @summary 分析列表数据-导出
|
|
89
|
+
* @param {string} billMonth 账单月,格式:yyyy-MM
|
|
90
|
+
* @param {string} energyTypes 能源类型列表
|
|
91
|
+
* @param {string} [parkIds] 园区ID列表
|
|
92
|
+
* @param {string} [billSource] 场景来源
|
|
93
|
+
* @param {string} [startTime] 开始时间
|
|
94
|
+
* @param {string} [endTime] 结束时间
|
|
95
|
+
* @param {string} [srmAreaCodes] SRM区域编码
|
|
96
|
+
* @param {string} [srmXwCodes] SRM小微编码
|
|
97
|
+
* @param {string} [srmCenterCodes] SRM中心编码
|
|
98
|
+
* @param {string} [plannedStartTime] 应执行开始时间
|
|
99
|
+
* @param {string} [plannedEndTime] 应执行结束时间
|
|
100
|
+
* @param {*} [options] Override http request option.
|
|
101
|
+
* @throws {RequiredError}
|
|
102
|
+
*/
|
|
103
|
+
getAnalysisListExport: async (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> => {
|
|
104
|
+
// verify required parameter 'billMonth' is not null or undefined
|
|
105
|
+
assertParamExists('getAnalysisListExport', 'billMonth', billMonth)
|
|
106
|
+
// verify required parameter 'energyTypes' is not null or undefined
|
|
107
|
+
assertParamExists('getAnalysisListExport', 'energyTypes', energyTypes)
|
|
108
|
+
const localVarPath = `/gizone/energy/cost/analysis/list/export`;
|
|
109
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
110
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
111
|
+
let baseOptions;
|
|
112
|
+
if (configuration) {
|
|
113
|
+
baseOptions = configuration.baseOptions;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
117
|
+
const localVarHeaderParameter = {} as any;
|
|
118
|
+
const localVarQueryParameter = {} as any;
|
|
119
|
+
|
|
120
|
+
// authentication tokenScheme required
|
|
121
|
+
// http bearer authentication required
|
|
122
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
123
|
+
|
|
124
|
+
if (billMonth !== undefined) {
|
|
125
|
+
localVarQueryParameter['billMonth'] = billMonth;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
if (energyTypes !== undefined) {
|
|
129
|
+
localVarQueryParameter['energyTypes'] = energyTypes;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
if (parkIds !== undefined) {
|
|
133
|
+
localVarQueryParameter['parkIds'] = parkIds;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
if (billSource !== undefined) {
|
|
137
|
+
localVarQueryParameter['billSource'] = billSource;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
if (startTime !== undefined) {
|
|
141
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
if (endTime !== undefined) {
|
|
145
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
if (srmAreaCodes !== undefined) {
|
|
149
|
+
localVarQueryParameter['srmAreaCodes'] = srmAreaCodes;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
if (srmXwCodes !== undefined) {
|
|
153
|
+
localVarQueryParameter['srmXwCodes'] = srmXwCodes;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
if (srmCenterCodes !== undefined) {
|
|
157
|
+
localVarQueryParameter['srmCenterCodes'] = srmCenterCodes;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
if (plannedStartTime !== undefined) {
|
|
161
|
+
localVarQueryParameter['plannedStartTime'] = plannedStartTime;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
if (plannedEndTime !== undefined) {
|
|
165
|
+
localVarQueryParameter['plannedEndTime'] = plannedEndTime;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
171
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
172
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
173
|
+
|
|
174
|
+
return {
|
|
175
|
+
url: toPathString(localVarUrlObj),
|
|
176
|
+
options: localVarRequestOptions,
|
|
177
|
+
};
|
|
178
|
+
},
|
|
179
|
+
/**
|
|
180
|
+
* 获取当年各场景的用量趋势图数据
|
|
181
|
+
* @summary 用量趋势分析
|
|
182
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
183
|
+
* @param {*} [options] Override http request option.
|
|
184
|
+
* @throws {RequiredError}
|
|
185
|
+
*/
|
|
186
|
+
getUsageTrend: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
187
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
188
|
+
assertParamExists('getUsageTrend', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
189
|
+
const localVarPath = `/gizone/energy/cost/analysis/trend`;
|
|
190
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
191
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
192
|
+
let baseOptions;
|
|
193
|
+
if (configuration) {
|
|
194
|
+
baseOptions = configuration.baseOptions;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
198
|
+
const localVarHeaderParameter = {} as any;
|
|
199
|
+
const localVarQueryParameter = {} as any;
|
|
200
|
+
|
|
201
|
+
// authentication tokenScheme required
|
|
202
|
+
// http bearer authentication required
|
|
203
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
208
|
+
|
|
209
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
210
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
211
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
212
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
213
|
+
|
|
214
|
+
return {
|
|
215
|
+
url: toPathString(localVarUrlObj),
|
|
216
|
+
options: localVarRequestOptions,
|
|
217
|
+
};
|
|
218
|
+
},
|
|
219
|
+
/**
|
|
220
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
221
|
+
* @summary 单平单价分析
|
|
222
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
223
|
+
* @param {*} [options] Override http request option.
|
|
224
|
+
* @throws {RequiredError}
|
|
225
|
+
*/
|
|
226
|
+
perAreaAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
227
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
228
|
+
assertParamExists('perAreaAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
229
|
+
const localVarPath = `/gizone/energy/cost/analysis/per-area-analysis`;
|
|
230
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
231
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
232
|
+
let baseOptions;
|
|
233
|
+
if (configuration) {
|
|
234
|
+
baseOptions = configuration.baseOptions;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
238
|
+
const localVarHeaderParameter = {} as any;
|
|
239
|
+
const localVarQueryParameter = {} as any;
|
|
240
|
+
|
|
241
|
+
// authentication tokenScheme required
|
|
242
|
+
// http bearer authentication required
|
|
243
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
248
|
+
|
|
249
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
250
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
251
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
252
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
253
|
+
|
|
254
|
+
return {
|
|
255
|
+
url: toPathString(localVarUrlObj),
|
|
256
|
+
options: localVarRequestOptions,
|
|
257
|
+
};
|
|
258
|
+
},
|
|
259
|
+
/**
|
|
260
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
261
|
+
* @summary 单耗分析
|
|
262
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
263
|
+
* @param {*} [options] Override http request option.
|
|
264
|
+
* @throws {RequiredError}
|
|
265
|
+
*/
|
|
266
|
+
perUnitAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
267
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
268
|
+
assertParamExists('perUnitAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
269
|
+
const localVarPath = `/gizone/energy/cost/analysis/per-unit-analysis`;
|
|
270
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
271
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
272
|
+
let baseOptions;
|
|
273
|
+
if (configuration) {
|
|
274
|
+
baseOptions = configuration.baseOptions;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
278
|
+
const localVarHeaderParameter = {} as any;
|
|
279
|
+
const localVarQueryParameter = {} as any;
|
|
280
|
+
|
|
281
|
+
// authentication tokenScheme required
|
|
282
|
+
// http bearer authentication required
|
|
283
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
288
|
+
|
|
289
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
290
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
291
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
292
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
293
|
+
|
|
294
|
+
return {
|
|
295
|
+
url: toPathString(localVarUrlObj),
|
|
296
|
+
options: localVarRequestOptions,
|
|
297
|
+
};
|
|
298
|
+
},
|
|
299
|
+
/**
|
|
300
|
+
* 二级面板
|
|
301
|
+
* @summary 二级面板-用能汇总
|
|
302
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
303
|
+
* @param {*} [options] Override http request option.
|
|
304
|
+
* @throws {RequiredError}
|
|
305
|
+
*/
|
|
306
|
+
twoEnergyConsumptionSummar: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
307
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
308
|
+
assertParamExists('twoEnergyConsumptionSummar', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
309
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-energy-consumption-summar`;
|
|
310
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
311
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
312
|
+
let baseOptions;
|
|
313
|
+
if (configuration) {
|
|
314
|
+
baseOptions = configuration.baseOptions;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
318
|
+
const localVarHeaderParameter = {} as any;
|
|
319
|
+
const localVarQueryParameter = {} as any;
|
|
320
|
+
|
|
321
|
+
// authentication tokenScheme required
|
|
322
|
+
// http bearer authentication required
|
|
323
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
328
|
+
|
|
329
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
330
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
331
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
332
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
333
|
+
|
|
334
|
+
return {
|
|
335
|
+
url: toPathString(localVarUrlObj),
|
|
336
|
+
options: localVarRequestOptions,
|
|
337
|
+
};
|
|
338
|
+
},
|
|
339
|
+
/**
|
|
340
|
+
* 二级面板
|
|
341
|
+
* @summary 二级面板-列表
|
|
342
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
343
|
+
* @param {*} [options] Override http request option.
|
|
344
|
+
* @throws {RequiredError}
|
|
345
|
+
*/
|
|
346
|
+
twoList: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
347
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
348
|
+
assertParamExists('twoList', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
349
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-list`;
|
|
350
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
351
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
352
|
+
let baseOptions;
|
|
353
|
+
if (configuration) {
|
|
354
|
+
baseOptions = configuration.baseOptions;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
358
|
+
const localVarHeaderParameter = {} as any;
|
|
359
|
+
const localVarQueryParameter = {} as any;
|
|
360
|
+
|
|
361
|
+
// authentication tokenScheme required
|
|
362
|
+
// http bearer authentication required
|
|
363
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
368
|
+
|
|
369
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
370
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
371
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
372
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
373
|
+
|
|
374
|
+
return {
|
|
375
|
+
url: toPathString(localVarUrlObj),
|
|
376
|
+
options: localVarRequestOptions,
|
|
377
|
+
};
|
|
378
|
+
},
|
|
379
|
+
/**
|
|
380
|
+
* 二级面板
|
|
381
|
+
* @summary 二级面板-列表导出
|
|
382
|
+
* @param {string} billMonth 账单月,格式:yyyy-MM
|
|
383
|
+
* @param {string} energyTypes 能源类型列表
|
|
384
|
+
* @param {string} [parkIds] 园区ID列表
|
|
385
|
+
* @param {string} [billSource] 场景来源
|
|
386
|
+
* @param {string} [startTime] 开始时间
|
|
387
|
+
* @param {string} [endTime] 结束时间
|
|
388
|
+
* @param {string} [srmAreaCodes] SRM区域编码
|
|
389
|
+
* @param {string} [srmXwCodes] SRM小微编码
|
|
390
|
+
* @param {string} [srmCenterCodes] SRM中心编码
|
|
391
|
+
* @param {string} [plannedStartTime] 应执行开始时间
|
|
392
|
+
* @param {string} [plannedEndTime] 应执行结束时间
|
|
393
|
+
* @param {*} [options] Override http request option.
|
|
394
|
+
* @throws {RequiredError}
|
|
395
|
+
*/
|
|
396
|
+
twoListExport: async (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> => {
|
|
397
|
+
// verify required parameter 'billMonth' is not null or undefined
|
|
398
|
+
assertParamExists('twoListExport', 'billMonth', billMonth)
|
|
399
|
+
// verify required parameter 'energyTypes' is not null or undefined
|
|
400
|
+
assertParamExists('twoListExport', 'energyTypes', energyTypes)
|
|
401
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-list/export`;
|
|
402
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
403
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
404
|
+
let baseOptions;
|
|
405
|
+
if (configuration) {
|
|
406
|
+
baseOptions = configuration.baseOptions;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
410
|
+
const localVarHeaderParameter = {} as any;
|
|
411
|
+
const localVarQueryParameter = {} as any;
|
|
412
|
+
|
|
413
|
+
// authentication tokenScheme required
|
|
414
|
+
// http bearer authentication required
|
|
415
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
416
|
+
|
|
417
|
+
if (billMonth !== undefined) {
|
|
418
|
+
localVarQueryParameter['billMonth'] = billMonth;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
if (energyTypes !== undefined) {
|
|
422
|
+
localVarQueryParameter['energyTypes'] = energyTypes;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
if (parkIds !== undefined) {
|
|
426
|
+
localVarQueryParameter['parkIds'] = parkIds;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
if (billSource !== undefined) {
|
|
430
|
+
localVarQueryParameter['billSource'] = billSource;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
if (startTime !== undefined) {
|
|
434
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
if (endTime !== undefined) {
|
|
438
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
if (srmAreaCodes !== undefined) {
|
|
442
|
+
localVarQueryParameter['srmAreaCodes'] = srmAreaCodes;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
if (srmXwCodes !== undefined) {
|
|
446
|
+
localVarQueryParameter['srmXwCodes'] = srmXwCodes;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
if (srmCenterCodes !== undefined) {
|
|
450
|
+
localVarQueryParameter['srmCenterCodes'] = srmCenterCodes;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
if (plannedStartTime !== undefined) {
|
|
454
|
+
localVarQueryParameter['plannedStartTime'] = plannedStartTime;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
if (plannedEndTime !== undefined) {
|
|
458
|
+
localVarQueryParameter['plannedEndTime'] = plannedEndTime;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
464
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
465
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
466
|
+
|
|
467
|
+
return {
|
|
468
|
+
url: toPathString(localVarUrlObj),
|
|
469
|
+
options: localVarRequestOptions,
|
|
470
|
+
};
|
|
471
|
+
},
|
|
472
|
+
/**
|
|
473
|
+
* 二级面板
|
|
474
|
+
* @summary 二级面板-单平单价分析
|
|
475
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
476
|
+
* @param {*} [options] Override http request option.
|
|
477
|
+
* @throws {RequiredError}
|
|
478
|
+
*/
|
|
479
|
+
twoPerAreaAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
480
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
481
|
+
assertParamExists('twoPerAreaAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
482
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-per-area-analysis`;
|
|
483
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
484
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
485
|
+
let baseOptions;
|
|
486
|
+
if (configuration) {
|
|
487
|
+
baseOptions = configuration.baseOptions;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
491
|
+
const localVarHeaderParameter = {} as any;
|
|
492
|
+
const localVarQueryParameter = {} as any;
|
|
493
|
+
|
|
494
|
+
// authentication tokenScheme required
|
|
495
|
+
// http bearer authentication required
|
|
496
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
501
|
+
|
|
502
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
503
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
504
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
505
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
506
|
+
|
|
507
|
+
return {
|
|
508
|
+
url: toPathString(localVarUrlObj),
|
|
509
|
+
options: localVarRequestOptions,
|
|
510
|
+
};
|
|
511
|
+
},
|
|
512
|
+
/**
|
|
513
|
+
* 二级面板
|
|
514
|
+
* @summary 二级面板-单耗分析
|
|
515
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
516
|
+
* @param {*} [options] Override http request option.
|
|
517
|
+
* @throws {RequiredError}
|
|
518
|
+
*/
|
|
519
|
+
twoPerUnitAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
520
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
521
|
+
assertParamExists('twoPerUnitAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
522
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-per-unit-analysis`;
|
|
523
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
524
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
525
|
+
let baseOptions;
|
|
526
|
+
if (configuration) {
|
|
527
|
+
baseOptions = configuration.baseOptions;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
531
|
+
const localVarHeaderParameter = {} as any;
|
|
532
|
+
const localVarQueryParameter = {} as any;
|
|
533
|
+
|
|
534
|
+
// authentication tokenScheme required
|
|
535
|
+
// http bearer authentication required
|
|
536
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
541
|
+
|
|
542
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
543
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
544
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
545
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
546
|
+
|
|
547
|
+
return {
|
|
548
|
+
url: toPathString(localVarUrlObj),
|
|
549
|
+
options: localVarRequestOptions,
|
|
550
|
+
};
|
|
551
|
+
},
|
|
552
|
+
/**
|
|
553
|
+
* 二级面板
|
|
554
|
+
* @summary 二级面板-单价分析
|
|
555
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
556
|
+
* @param {*} [options] Override http request option.
|
|
557
|
+
* @throws {RequiredError}
|
|
558
|
+
*/
|
|
559
|
+
twoUnitPriceAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
560
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
561
|
+
assertParamExists('twoUnitPriceAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
562
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-unit-price-analysis`;
|
|
563
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
564
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
565
|
+
let baseOptions;
|
|
566
|
+
if (configuration) {
|
|
567
|
+
baseOptions = configuration.baseOptions;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
571
|
+
const localVarHeaderParameter = {} as any;
|
|
572
|
+
const localVarQueryParameter = {} as any;
|
|
573
|
+
|
|
574
|
+
// authentication tokenScheme required
|
|
575
|
+
// http bearer authentication required
|
|
576
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
581
|
+
|
|
582
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
583
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
584
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
585
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
586
|
+
|
|
587
|
+
return {
|
|
588
|
+
url: toPathString(localVarUrlObj),
|
|
589
|
+
options: localVarRequestOptions,
|
|
590
|
+
};
|
|
591
|
+
},
|
|
592
|
+
/**
|
|
593
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
594
|
+
* @summary 单价分析
|
|
595
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
596
|
+
* @param {*} [options] Override http request option.
|
|
597
|
+
* @throws {RequiredError}
|
|
598
|
+
*/
|
|
599
|
+
unitPriceAnalysis: async (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
600
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
601
|
+
assertParamExists('unitPriceAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO)
|
|
602
|
+
const localVarPath = `/gizone/energy/cost/analysis/unit-price-analysis`;
|
|
603
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
604
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
605
|
+
let baseOptions;
|
|
606
|
+
if (configuration) {
|
|
607
|
+
baseOptions = configuration.baseOptions;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
611
|
+
const localVarHeaderParameter = {} as any;
|
|
612
|
+
const localVarQueryParameter = {} as any;
|
|
613
|
+
|
|
614
|
+
// authentication tokenScheme required
|
|
615
|
+
// http bearer authentication required
|
|
616
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
621
|
+
|
|
622
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
623
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
624
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
625
|
+
localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration)
|
|
626
|
+
|
|
627
|
+
return {
|
|
628
|
+
url: toPathString(localVarUrlObj),
|
|
629
|
+
options: localVarRequestOptions,
|
|
630
|
+
};
|
|
631
|
+
},
|
|
632
|
+
}
|
|
633
|
+
};
|
|
634
|
+
|
|
635
|
+
/**
|
|
636
|
+
* EnergyCostAnalysisControllerApi - functional programming interface
|
|
637
|
+
* @export
|
|
638
|
+
*/
|
|
639
|
+
export const EnergyCostAnalysisControllerApiFp = function(configuration?: Configuration) {
|
|
640
|
+
const localVarAxiosParamCreator = EnergyCostAnalysisControllerApiAxiosParamCreator(configuration)
|
|
641
|
+
return {
|
|
642
|
+
/**
|
|
643
|
+
* 获取账单分析列表数据
|
|
644
|
+
* @summary 分析列表数据
|
|
645
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
646
|
+
* @param {*} [options] Override http request option.
|
|
647
|
+
* @throws {RequiredError}
|
|
648
|
+
*/
|
|
649
|
+
async getAnalysisList(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostAnalysisListVO>> {
|
|
650
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getAnalysisList(energyCostAnalysisQueryDTO, options);
|
|
651
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
652
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.getAnalysisList']?.[localVarOperationServerIndex]?.url;
|
|
653
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
654
|
+
},
|
|
655
|
+
/**
|
|
656
|
+
* 获取账单分析列表数据
|
|
657
|
+
* @summary 分析列表数据-导出
|
|
658
|
+
* @param {string} billMonth 账单月,格式:yyyy-MM
|
|
659
|
+
* @param {string} energyTypes 能源类型列表
|
|
660
|
+
* @param {string} [parkIds] 园区ID列表
|
|
661
|
+
* @param {string} [billSource] 场景来源
|
|
662
|
+
* @param {string} [startTime] 开始时间
|
|
663
|
+
* @param {string} [endTime] 结束时间
|
|
664
|
+
* @param {string} [srmAreaCodes] SRM区域编码
|
|
665
|
+
* @param {string} [srmXwCodes] SRM小微编码
|
|
666
|
+
* @param {string} [srmCenterCodes] SRM中心编码
|
|
667
|
+
* @param {string} [plannedStartTime] 应执行开始时间
|
|
668
|
+
* @param {string} [plannedEndTime] 应执行结束时间
|
|
669
|
+
* @param {*} [options] Override http request option.
|
|
670
|
+
* @throws {RequiredError}
|
|
671
|
+
*/
|
|
672
|
+
async 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>> {
|
|
673
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getAnalysisListExport(billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options);
|
|
674
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
675
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.getAnalysisListExport']?.[localVarOperationServerIndex]?.url;
|
|
676
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
677
|
+
},
|
|
678
|
+
/**
|
|
679
|
+
* 获取当年各场景的用量趋势图数据
|
|
680
|
+
* @summary 用量趋势分析
|
|
681
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
682
|
+
* @param {*} [options] Override http request option.
|
|
683
|
+
* @throws {RequiredError}
|
|
684
|
+
*/
|
|
685
|
+
async getUsageTrend(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostTrendVO>> {
|
|
686
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getUsageTrend(energyCostAnalysisQueryDTO, options);
|
|
687
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
688
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.getUsageTrend']?.[localVarOperationServerIndex]?.url;
|
|
689
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
690
|
+
},
|
|
691
|
+
/**
|
|
692
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
693
|
+
* @summary 单平单价分析
|
|
694
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
695
|
+
* @param {*} [options] Override http request option.
|
|
696
|
+
* @throws {RequiredError}
|
|
697
|
+
*/
|
|
698
|
+
async perAreaAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>> {
|
|
699
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.perAreaAnalysis(energyCostAnalysisQueryDTO, options);
|
|
700
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
701
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.perAreaAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
702
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
703
|
+
},
|
|
704
|
+
/**
|
|
705
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
706
|
+
* @summary 单耗分析
|
|
707
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
708
|
+
* @param {*} [options] Override http request option.
|
|
709
|
+
* @throws {RequiredError}
|
|
710
|
+
*/
|
|
711
|
+
async perUnitAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>> {
|
|
712
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.perUnitAnalysis(energyCostAnalysisQueryDTO, options);
|
|
713
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
714
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.perUnitAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
715
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
716
|
+
},
|
|
717
|
+
/**
|
|
718
|
+
* 二级面板
|
|
719
|
+
* @summary 二级面板-用能汇总
|
|
720
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
721
|
+
* @param {*} [options] Override http request option.
|
|
722
|
+
* @throws {RequiredError}
|
|
723
|
+
*/
|
|
724
|
+
async twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO>> {
|
|
725
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options);
|
|
726
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
727
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoEnergyConsumptionSummar']?.[localVarOperationServerIndex]?.url;
|
|
728
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
729
|
+
},
|
|
730
|
+
/**
|
|
731
|
+
* 二级面板
|
|
732
|
+
* @summary 二级面板-列表
|
|
733
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
734
|
+
* @param {*} [options] Override http request option.
|
|
735
|
+
* @throws {RequiredError}
|
|
736
|
+
*/
|
|
737
|
+
async twoList(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostTwoListVO>> {
|
|
738
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.twoList(energyCostAnalysisQueryDTO, options);
|
|
739
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
740
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoList']?.[localVarOperationServerIndex]?.url;
|
|
741
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
742
|
+
},
|
|
743
|
+
/**
|
|
744
|
+
* 二级面板
|
|
745
|
+
* @summary 二级面板-列表导出
|
|
746
|
+
* @param {string} billMonth 账单月,格式:yyyy-MM
|
|
747
|
+
* @param {string} energyTypes 能源类型列表
|
|
748
|
+
* @param {string} [parkIds] 园区ID列表
|
|
749
|
+
* @param {string} [billSource] 场景来源
|
|
750
|
+
* @param {string} [startTime] 开始时间
|
|
751
|
+
* @param {string} [endTime] 结束时间
|
|
752
|
+
* @param {string} [srmAreaCodes] SRM区域编码
|
|
753
|
+
* @param {string} [srmXwCodes] SRM小微编码
|
|
754
|
+
* @param {string} [srmCenterCodes] SRM中心编码
|
|
755
|
+
* @param {string} [plannedStartTime] 应执行开始时间
|
|
756
|
+
* @param {string} [plannedEndTime] 应执行结束时间
|
|
757
|
+
* @param {*} [options] Override http request option.
|
|
758
|
+
* @throws {RequiredError}
|
|
759
|
+
*/
|
|
760
|
+
async 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>> {
|
|
761
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.twoListExport(billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options);
|
|
762
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
763
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoListExport']?.[localVarOperationServerIndex]?.url;
|
|
764
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
765
|
+
},
|
|
766
|
+
/**
|
|
767
|
+
* 二级面板
|
|
768
|
+
* @summary 二级面板-单平单价分析
|
|
769
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
770
|
+
* @param {*} [options] Override http request option.
|
|
771
|
+
* @throws {RequiredError}
|
|
772
|
+
*/
|
|
773
|
+
async twoPerAreaAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO>> {
|
|
774
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.twoPerAreaAnalysis(energyCostAnalysisQueryDTO, options);
|
|
775
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
776
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoPerAreaAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
777
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
778
|
+
},
|
|
779
|
+
/**
|
|
780
|
+
* 二级面板
|
|
781
|
+
* @summary 二级面板-单耗分析
|
|
782
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
783
|
+
* @param {*} [options] Override http request option.
|
|
784
|
+
* @throws {RequiredError}
|
|
785
|
+
*/
|
|
786
|
+
async twoPerUnitAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO>> {
|
|
787
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.twoPerUnitAnalysis(energyCostAnalysisQueryDTO, options);
|
|
788
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
789
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoPerUnitAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
790
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
791
|
+
},
|
|
792
|
+
/**
|
|
793
|
+
* 二级面板
|
|
794
|
+
* @summary 二级面板-单价分析
|
|
795
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
796
|
+
* @param {*} [options] Override http request option.
|
|
797
|
+
* @throws {RequiredError}
|
|
798
|
+
*/
|
|
799
|
+
async twoUnitPriceAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO>> {
|
|
800
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.twoUnitPriceAnalysis(energyCostAnalysisQueryDTO, options);
|
|
801
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
802
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.twoUnitPriceAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
803
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
804
|
+
},
|
|
805
|
+
/**
|
|
806
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
807
|
+
* @summary 单价分析
|
|
808
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
809
|
+
* @param {*} [options] Override http request option.
|
|
810
|
+
* @throws {RequiredError}
|
|
811
|
+
*/
|
|
812
|
+
async unitPriceAnalysis(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO>> {
|
|
813
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.unitPriceAnalysis(energyCostAnalysisQueryDTO, options);
|
|
814
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
815
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyCostAnalysisControllerApi.unitPriceAnalysis']?.[localVarOperationServerIndex]?.url;
|
|
816
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
817
|
+
},
|
|
818
|
+
}
|
|
819
|
+
};
|
|
820
|
+
|
|
821
|
+
/**
|
|
822
|
+
* EnergyCostAnalysisControllerApi - factory interface
|
|
823
|
+
* @export
|
|
824
|
+
*/
|
|
825
|
+
export const EnergyCostAnalysisControllerApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
826
|
+
const localVarFp = EnergyCostAnalysisControllerApiFp(configuration)
|
|
827
|
+
return {
|
|
828
|
+
/**
|
|
829
|
+
* 获取账单分析列表数据
|
|
830
|
+
* @summary 分析列表数据
|
|
831
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
|
|
832
|
+
* @param {*} [options] Override http request option.
|
|
833
|
+
* @throws {RequiredError}
|
|
834
|
+
*/
|
|
835
|
+
getAnalysisList(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostAnalysisListVO> {
|
|
836
|
+
return localVarFp.getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
837
|
+
},
|
|
838
|
+
/**
|
|
839
|
+
* 获取账单分析列表数据
|
|
840
|
+
* @summary 分析列表数据-导出
|
|
841
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListExportRequest} requestParameters Request parameters.
|
|
842
|
+
* @param {*} [options] Override http request option.
|
|
843
|
+
* @throws {RequiredError}
|
|
844
|
+
*/
|
|
845
|
+
getAnalysisListExport(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
846
|
+
return localVarFp.getAnalysisListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(axios, basePath));
|
|
847
|
+
},
|
|
848
|
+
/**
|
|
849
|
+
* 获取当年各场景的用量趋势图数据
|
|
850
|
+
* @summary 用量趋势分析
|
|
851
|
+
* @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
|
|
852
|
+
* @param {*} [options] Override http request option.
|
|
853
|
+
* @throws {RequiredError}
|
|
854
|
+
*/
|
|
855
|
+
getUsageTrend(requestParameters: EnergyCostAnalysisControllerApiGetUsageTrendRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostTrendVO> {
|
|
856
|
+
return localVarFp.getUsageTrend(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
857
|
+
},
|
|
858
|
+
/**
|
|
859
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
860
|
+
* @summary 单平单价分析
|
|
861
|
+
* @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
862
|
+
* @param {*} [options] Override http request option.
|
|
863
|
+
* @throws {RequiredError}
|
|
864
|
+
*/
|
|
865
|
+
perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO> {
|
|
866
|
+
return localVarFp.perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
867
|
+
},
|
|
868
|
+
/**
|
|
869
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
870
|
+
* @summary 单耗分析
|
|
871
|
+
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
872
|
+
* @param {*} [options] Override http request option.
|
|
873
|
+
* @throws {RequiredError}
|
|
874
|
+
*/
|
|
875
|
+
perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO> {
|
|
876
|
+
return localVarFp.perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
877
|
+
},
|
|
878
|
+
/**
|
|
879
|
+
* 二级面板
|
|
880
|
+
* @summary 二级面板-用能汇总
|
|
881
|
+
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
882
|
+
* @param {*} [options] Override http request option.
|
|
883
|
+
* @throws {RequiredError}
|
|
884
|
+
*/
|
|
885
|
+
twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultTwoEnergyConsumptionSummarVO> {
|
|
886
|
+
return localVarFp.twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
887
|
+
},
|
|
888
|
+
/**
|
|
889
|
+
* 二级面板
|
|
890
|
+
* @summary 二级面板-列表
|
|
891
|
+
* @param {EnergyCostAnalysisControllerApiTwoListRequest} requestParameters Request parameters.
|
|
892
|
+
* @param {*} [options] Override http request option.
|
|
893
|
+
* @throws {RequiredError}
|
|
894
|
+
*/
|
|
895
|
+
twoList(requestParameters: EnergyCostAnalysisControllerApiTwoListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostTwoListVO> {
|
|
896
|
+
return localVarFp.twoList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
897
|
+
},
|
|
898
|
+
/**
|
|
899
|
+
* 二级面板
|
|
900
|
+
* @summary 二级面板-列表导出
|
|
901
|
+
* @param {EnergyCostAnalysisControllerApiTwoListExportRequest} requestParameters Request parameters.
|
|
902
|
+
* @param {*} [options] Override http request option.
|
|
903
|
+
* @throws {RequiredError}
|
|
904
|
+
*/
|
|
905
|
+
twoListExport(requestParameters: EnergyCostAnalysisControllerApiTwoListExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
906
|
+
return localVarFp.twoListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(axios, basePath));
|
|
907
|
+
},
|
|
908
|
+
/**
|
|
909
|
+
* 二级面板
|
|
910
|
+
* @summary 二级面板-单平单价分析
|
|
911
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
912
|
+
* @param {*} [options] Override http request option.
|
|
913
|
+
* @throws {RequiredError}
|
|
914
|
+
*/
|
|
915
|
+
twoPerAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerAreaAnalysisVO> {
|
|
916
|
+
return localVarFp.twoPerAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
917
|
+
},
|
|
918
|
+
/**
|
|
919
|
+
* 二级面板
|
|
920
|
+
* @summary 二级面板-单耗分析
|
|
921
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
922
|
+
* @param {*} [options] Override http request option.
|
|
923
|
+
* @throws {RequiredError}
|
|
924
|
+
*/
|
|
925
|
+
twoPerUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostPerUnitAnalysisVO> {
|
|
926
|
+
return localVarFp.twoPerUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
927
|
+
},
|
|
928
|
+
/**
|
|
929
|
+
* 二级面板
|
|
930
|
+
* @summary 二级面板-单价分析
|
|
931
|
+
* @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
932
|
+
* @param {*} [options] Override http request option.
|
|
933
|
+
* @throws {RequiredError}
|
|
934
|
+
*/
|
|
935
|
+
twoUnitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO> {
|
|
936
|
+
return localVarFp.twoUnitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
937
|
+
},
|
|
938
|
+
/**
|
|
939
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
940
|
+
* @summary 单价分析
|
|
941
|
+
* @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
942
|
+
* @param {*} [options] Override http request option.
|
|
943
|
+
* @throws {RequiredError}
|
|
944
|
+
*/
|
|
945
|
+
unitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostUnitPriceAnalysisVO> {
|
|
946
|
+
return localVarFp.unitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
947
|
+
},
|
|
948
|
+
};
|
|
949
|
+
};
|
|
950
|
+
|
|
951
|
+
/**
|
|
952
|
+
* Request parameters for getAnalysisList operation in EnergyCostAnalysisControllerApi.
|
|
953
|
+
* @export
|
|
954
|
+
* @interface EnergyCostAnalysisControllerApiGetAnalysisListRequest
|
|
955
|
+
*/
|
|
956
|
+
export interface EnergyCostAnalysisControllerApiGetAnalysisListRequest {
|
|
957
|
+
/**
|
|
958
|
+
*
|
|
959
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
960
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisList
|
|
961
|
+
*/
|
|
962
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
/**
|
|
966
|
+
* Request parameters for getAnalysisListExport operation in EnergyCostAnalysisControllerApi.
|
|
967
|
+
* @export
|
|
968
|
+
* @interface EnergyCostAnalysisControllerApiGetAnalysisListExportRequest
|
|
969
|
+
*/
|
|
970
|
+
export interface EnergyCostAnalysisControllerApiGetAnalysisListExportRequest {
|
|
971
|
+
/**
|
|
972
|
+
* 账单月,格式:yyyy-MM
|
|
973
|
+
* @type {string}
|
|
974
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
975
|
+
*/
|
|
976
|
+
readonly billMonth: string
|
|
977
|
+
|
|
978
|
+
/**
|
|
979
|
+
* 能源类型列表
|
|
980
|
+
* @type {string}
|
|
981
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
982
|
+
*/
|
|
983
|
+
readonly energyTypes: string
|
|
984
|
+
|
|
985
|
+
/**
|
|
986
|
+
* 园区ID列表
|
|
987
|
+
* @type {string}
|
|
988
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
989
|
+
*/
|
|
990
|
+
readonly parkIds?: string
|
|
991
|
+
|
|
992
|
+
/**
|
|
993
|
+
* 场景来源
|
|
994
|
+
* @type {string}
|
|
995
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
996
|
+
*/
|
|
997
|
+
readonly billSource?: string
|
|
998
|
+
|
|
999
|
+
/**
|
|
1000
|
+
* 开始时间
|
|
1001
|
+
* @type {string}
|
|
1002
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
1003
|
+
*/
|
|
1004
|
+
readonly startTime?: string
|
|
1005
|
+
|
|
1006
|
+
/**
|
|
1007
|
+
* 结束时间
|
|
1008
|
+
* @type {string}
|
|
1009
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
1010
|
+
*/
|
|
1011
|
+
readonly endTime?: string
|
|
1012
|
+
|
|
1013
|
+
/**
|
|
1014
|
+
* SRM区域编码
|
|
1015
|
+
* @type {string}
|
|
1016
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
1017
|
+
*/
|
|
1018
|
+
readonly srmAreaCodes?: string
|
|
1019
|
+
|
|
1020
|
+
/**
|
|
1021
|
+
* SRM小微编码
|
|
1022
|
+
* @type {string}
|
|
1023
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
1024
|
+
*/
|
|
1025
|
+
readonly srmXwCodes?: string
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* SRM中心编码
|
|
1029
|
+
* @type {string}
|
|
1030
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
1031
|
+
*/
|
|
1032
|
+
readonly srmCenterCodes?: string
|
|
1033
|
+
|
|
1034
|
+
/**
|
|
1035
|
+
* 应执行开始时间
|
|
1036
|
+
* @type {string}
|
|
1037
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
1038
|
+
*/
|
|
1039
|
+
readonly plannedStartTime?: string
|
|
1040
|
+
|
|
1041
|
+
/**
|
|
1042
|
+
* 应执行结束时间
|
|
1043
|
+
* @type {string}
|
|
1044
|
+
* @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
|
|
1045
|
+
*/
|
|
1046
|
+
readonly plannedEndTime?: string
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
/**
|
|
1050
|
+
* Request parameters for getUsageTrend operation in EnergyCostAnalysisControllerApi.
|
|
1051
|
+
* @export
|
|
1052
|
+
* @interface EnergyCostAnalysisControllerApiGetUsageTrendRequest
|
|
1053
|
+
*/
|
|
1054
|
+
export interface EnergyCostAnalysisControllerApiGetUsageTrendRequest {
|
|
1055
|
+
/**
|
|
1056
|
+
*
|
|
1057
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
1058
|
+
* @memberof EnergyCostAnalysisControllerApiGetUsageTrend
|
|
1059
|
+
*/
|
|
1060
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
/**
|
|
1064
|
+
* Request parameters for perAreaAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
1065
|
+
* @export
|
|
1066
|
+
* @interface EnergyCostAnalysisControllerApiPerAreaAnalysisRequest
|
|
1067
|
+
*/
|
|
1068
|
+
export interface EnergyCostAnalysisControllerApiPerAreaAnalysisRequest {
|
|
1069
|
+
/**
|
|
1070
|
+
*
|
|
1071
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
1072
|
+
* @memberof EnergyCostAnalysisControllerApiPerAreaAnalysis
|
|
1073
|
+
*/
|
|
1074
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
/**
|
|
1078
|
+
* Request parameters for perUnitAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
1079
|
+
* @export
|
|
1080
|
+
* @interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest
|
|
1081
|
+
*/
|
|
1082
|
+
export interface EnergyCostAnalysisControllerApiPerUnitAnalysisRequest {
|
|
1083
|
+
/**
|
|
1084
|
+
*
|
|
1085
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
1086
|
+
* @memberof EnergyCostAnalysisControllerApiPerUnitAnalysis
|
|
1087
|
+
*/
|
|
1088
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
/**
|
|
1092
|
+
* Request parameters for twoEnergyConsumptionSummar operation in EnergyCostAnalysisControllerApi.
|
|
1093
|
+
* @export
|
|
1094
|
+
* @interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest
|
|
1095
|
+
*/
|
|
1096
|
+
export interface EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest {
|
|
1097
|
+
/**
|
|
1098
|
+
*
|
|
1099
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
1100
|
+
* @memberof EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummar
|
|
1101
|
+
*/
|
|
1102
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
/**
|
|
1106
|
+
* Request parameters for twoList operation in EnergyCostAnalysisControllerApi.
|
|
1107
|
+
* @export
|
|
1108
|
+
* @interface EnergyCostAnalysisControllerApiTwoListRequest
|
|
1109
|
+
*/
|
|
1110
|
+
export interface EnergyCostAnalysisControllerApiTwoListRequest {
|
|
1111
|
+
/**
|
|
1112
|
+
*
|
|
1113
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
1114
|
+
* @memberof EnergyCostAnalysisControllerApiTwoList
|
|
1115
|
+
*/
|
|
1116
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
/**
|
|
1120
|
+
* Request parameters for twoListExport operation in EnergyCostAnalysisControllerApi.
|
|
1121
|
+
* @export
|
|
1122
|
+
* @interface EnergyCostAnalysisControllerApiTwoListExportRequest
|
|
1123
|
+
*/
|
|
1124
|
+
export interface EnergyCostAnalysisControllerApiTwoListExportRequest {
|
|
1125
|
+
/**
|
|
1126
|
+
* 账单月,格式:yyyy-MM
|
|
1127
|
+
* @type {string}
|
|
1128
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
1129
|
+
*/
|
|
1130
|
+
readonly billMonth: string
|
|
1131
|
+
|
|
1132
|
+
/**
|
|
1133
|
+
* 能源类型列表
|
|
1134
|
+
* @type {string}
|
|
1135
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
1136
|
+
*/
|
|
1137
|
+
readonly energyTypes: string
|
|
1138
|
+
|
|
1139
|
+
/**
|
|
1140
|
+
* 园区ID列表
|
|
1141
|
+
* @type {string}
|
|
1142
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
1143
|
+
*/
|
|
1144
|
+
readonly parkIds?: string
|
|
1145
|
+
|
|
1146
|
+
/**
|
|
1147
|
+
* 场景来源
|
|
1148
|
+
* @type {string}
|
|
1149
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
1150
|
+
*/
|
|
1151
|
+
readonly billSource?: string
|
|
1152
|
+
|
|
1153
|
+
/**
|
|
1154
|
+
* 开始时间
|
|
1155
|
+
* @type {string}
|
|
1156
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
1157
|
+
*/
|
|
1158
|
+
readonly startTime?: string
|
|
1159
|
+
|
|
1160
|
+
/**
|
|
1161
|
+
* 结束时间
|
|
1162
|
+
* @type {string}
|
|
1163
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
1164
|
+
*/
|
|
1165
|
+
readonly endTime?: string
|
|
1166
|
+
|
|
1167
|
+
/**
|
|
1168
|
+
* SRM区域编码
|
|
1169
|
+
* @type {string}
|
|
1170
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
1171
|
+
*/
|
|
1172
|
+
readonly srmAreaCodes?: string
|
|
1173
|
+
|
|
1174
|
+
/**
|
|
1175
|
+
* SRM小微编码
|
|
1176
|
+
* @type {string}
|
|
1177
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
1178
|
+
*/
|
|
1179
|
+
readonly srmXwCodes?: string
|
|
1180
|
+
|
|
1181
|
+
/**
|
|
1182
|
+
* SRM中心编码
|
|
1183
|
+
* @type {string}
|
|
1184
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
1185
|
+
*/
|
|
1186
|
+
readonly srmCenterCodes?: string
|
|
1187
|
+
|
|
1188
|
+
/**
|
|
1189
|
+
* 应执行开始时间
|
|
1190
|
+
* @type {string}
|
|
1191
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
1192
|
+
*/
|
|
1193
|
+
readonly plannedStartTime?: string
|
|
1194
|
+
|
|
1195
|
+
/**
|
|
1196
|
+
* 应执行结束时间
|
|
1197
|
+
* @type {string}
|
|
1198
|
+
* @memberof EnergyCostAnalysisControllerApiTwoListExport
|
|
1199
|
+
*/
|
|
1200
|
+
readonly plannedEndTime?: string
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
/**
|
|
1204
|
+
* Request parameters for twoPerAreaAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
1205
|
+
* @export
|
|
1206
|
+
* @interface EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest
|
|
1207
|
+
*/
|
|
1208
|
+
export interface EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest {
|
|
1209
|
+
/**
|
|
1210
|
+
*
|
|
1211
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
1212
|
+
* @memberof EnergyCostAnalysisControllerApiTwoPerAreaAnalysis
|
|
1213
|
+
*/
|
|
1214
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
/**
|
|
1218
|
+
* Request parameters for twoPerUnitAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
1219
|
+
* @export
|
|
1220
|
+
* @interface EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest
|
|
1221
|
+
*/
|
|
1222
|
+
export interface EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest {
|
|
1223
|
+
/**
|
|
1224
|
+
*
|
|
1225
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
1226
|
+
* @memberof EnergyCostAnalysisControllerApiTwoPerUnitAnalysis
|
|
1227
|
+
*/
|
|
1228
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
/**
|
|
1232
|
+
* Request parameters for twoUnitPriceAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
1233
|
+
* @export
|
|
1234
|
+
* @interface EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest
|
|
1235
|
+
*/
|
|
1236
|
+
export interface EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest {
|
|
1237
|
+
/**
|
|
1238
|
+
*
|
|
1239
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
1240
|
+
* @memberof EnergyCostAnalysisControllerApiTwoUnitPriceAnalysis
|
|
1241
|
+
*/
|
|
1242
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
/**
|
|
1246
|
+
* Request parameters for unitPriceAnalysis operation in EnergyCostAnalysisControllerApi.
|
|
1247
|
+
* @export
|
|
1248
|
+
* @interface EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest
|
|
1249
|
+
*/
|
|
1250
|
+
export interface EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest {
|
|
1251
|
+
/**
|
|
1252
|
+
*
|
|
1253
|
+
* @type {EnergyCostAnalysisQueryDTO}
|
|
1254
|
+
* @memberof EnergyCostAnalysisControllerApiUnitPriceAnalysis
|
|
1255
|
+
*/
|
|
1256
|
+
readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
/**
|
|
1260
|
+
* EnergyCostAnalysisControllerApi - object-oriented interface
|
|
1261
|
+
* @export
|
|
1262
|
+
* @class EnergyCostAnalysisControllerApi
|
|
1263
|
+
* @extends {BaseAPI}
|
|
1264
|
+
*/
|
|
1265
|
+
export class EnergyCostAnalysisControllerApi extends BaseAPI {
|
|
1266
|
+
/**
|
|
1267
|
+
* 获取账单分析列表数据
|
|
1268
|
+
* @summary 分析列表数据
|
|
1269
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
|
|
1270
|
+
* @param {*} [options] Override http request option.
|
|
1271
|
+
* @throws {RequiredError}
|
|
1272
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1273
|
+
*/
|
|
1274
|
+
public getAnalysisList(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListRequest, options?: RawAxiosRequestConfig) {
|
|
1275
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
/**
|
|
1279
|
+
* 获取账单分析列表数据
|
|
1280
|
+
* @summary 分析列表数据-导出
|
|
1281
|
+
* @param {EnergyCostAnalysisControllerApiGetAnalysisListExportRequest} requestParameters Request parameters.
|
|
1282
|
+
* @param {*} [options] Override http request option.
|
|
1283
|
+
* @throws {RequiredError}
|
|
1284
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1285
|
+
*/
|
|
1286
|
+
public getAnalysisListExport(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListExportRequest, options?: RawAxiosRequestConfig) {
|
|
1287
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(this.axios, this.basePath));
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
/**
|
|
1291
|
+
* 获取当年各场景的用量趋势图数据
|
|
1292
|
+
* @summary 用量趋势分析
|
|
1293
|
+
* @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
|
|
1294
|
+
* @param {*} [options] Override http request option.
|
|
1295
|
+
* @throws {RequiredError}
|
|
1296
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1297
|
+
*/
|
|
1298
|
+
public getUsageTrend(requestParameters: EnergyCostAnalysisControllerApiGetUsageTrendRequest, options?: RawAxiosRequestConfig) {
|
|
1299
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).getUsageTrend(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
/**
|
|
1303
|
+
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
1304
|
+
* @summary 单平单价分析
|
|
1305
|
+
* @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
1306
|
+
* @param {*} [options] Override http request option.
|
|
1307
|
+
* @throws {RequiredError}
|
|
1308
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1309
|
+
*/
|
|
1310
|
+
public perAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerAreaAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
1311
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
/**
|
|
1315
|
+
* 计算园区单耗,包括实际/标准、年平均、上月、去年同期
|
|
1316
|
+
* @summary 单耗分析
|
|
1317
|
+
* @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
1318
|
+
* @param {*} [options] Override http request option.
|
|
1319
|
+
* @throws {RequiredError}
|
|
1320
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1321
|
+
*/
|
|
1322
|
+
public perUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiPerUnitAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
1323
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
/**
|
|
1327
|
+
* 二级面板
|
|
1328
|
+
* @summary 二级面板-用能汇总
|
|
1329
|
+
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
1330
|
+
* @param {*} [options] Override http request option.
|
|
1331
|
+
* @throws {RequiredError}
|
|
1332
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1333
|
+
*/
|
|
1334
|
+
public twoEnergyConsumptionSummar(requestParameters: EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest, options?: RawAxiosRequestConfig) {
|
|
1335
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
/**
|
|
1339
|
+
* 二级面板
|
|
1340
|
+
* @summary 二级面板-列表
|
|
1341
|
+
* @param {EnergyCostAnalysisControllerApiTwoListRequest} requestParameters Request parameters.
|
|
1342
|
+
* @param {*} [options] Override http request option.
|
|
1343
|
+
* @throws {RequiredError}
|
|
1344
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1345
|
+
*/
|
|
1346
|
+
public twoList(requestParameters: EnergyCostAnalysisControllerApiTwoListRequest, options?: RawAxiosRequestConfig) {
|
|
1347
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
/**
|
|
1351
|
+
* 二级面板
|
|
1352
|
+
* @summary 二级面板-列表导出
|
|
1353
|
+
* @param {EnergyCostAnalysisControllerApiTwoListExportRequest} requestParameters Request parameters.
|
|
1354
|
+
* @param {*} [options] Override http request option.
|
|
1355
|
+
* @throws {RequiredError}
|
|
1356
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1357
|
+
*/
|
|
1358
|
+
public twoListExport(requestParameters: EnergyCostAnalysisControllerApiTwoListExportRequest, options?: RawAxiosRequestConfig) {
|
|
1359
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(this.axios, this.basePath));
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
/**
|
|
1363
|
+
* 二级面板
|
|
1364
|
+
* @summary 二级面板-单平单价分析
|
|
1365
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
1366
|
+
* @param {*} [options] Override http request option.
|
|
1367
|
+
* @throws {RequiredError}
|
|
1368
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1369
|
+
*/
|
|
1370
|
+
public twoPerAreaAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
1371
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoPerAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
/**
|
|
1375
|
+
* 二级面板
|
|
1376
|
+
* @summary 二级面板-单耗分析
|
|
1377
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
1378
|
+
* @param {*} [options] Override http request option.
|
|
1379
|
+
* @throws {RequiredError}
|
|
1380
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1381
|
+
*/
|
|
1382
|
+
public twoPerUnitAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
1383
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoPerUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
/**
|
|
1387
|
+
* 二级面板
|
|
1388
|
+
* @summary 二级面板-单价分析
|
|
1389
|
+
* @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
1390
|
+
* @param {*} [options] Override http request option.
|
|
1391
|
+
* @throws {RequiredError}
|
|
1392
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1393
|
+
*/
|
|
1394
|
+
public twoUnitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
1395
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).twoUnitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
/**
|
|
1399
|
+
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
1400
|
+
* @summary 单价分析
|
|
1401
|
+
* @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
1402
|
+
* @param {*} [options] Override http request option.
|
|
1403
|
+
* @throws {RequiredError}
|
|
1404
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
1405
|
+
*/
|
|
1406
|
+
public unitPriceAnalysis(requestParameters: EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest, options?: RawAxiosRequestConfig) {
|
|
1407
|
+
return EnergyCostAnalysisControllerApiFp(this.configuration).unitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
|