@gizone/rrs-client 4.2.9-alpha.542 → 4.2.9-alpha.544

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.
Files changed (26) hide show
  1. package/apis/energy-cost-record-controller-api.ts +6 -6
  2. package/dist/apis/energy-cost-record-controller-api.d.ts +7 -7
  3. package/dist/apis/energy-cost-record-controller-api.js +4 -4
  4. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +7 -7
  5. package/dist/esm/apis/energy-cost-record-controller-api.js +4 -4
  6. package/dist/esm/models/energy-cost-record-info-vo.d.ts +1 -1
  7. package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +0 -17
  8. package/dist/esm/models/energy-cost-setting-summy-update-dto.js +1 -4
  9. package/dist/esm/models/energy-cost-update-setting-dto.d.ts +0 -17
  10. package/dist/esm/models/energy-cost-update-setting-dto.js +0 -4
  11. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  12. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +1 -1
  13. package/dist/models/energy-cost-record-info-vo.d.ts +1 -1
  14. package/dist/models/energy-cost-setting-summy-update-dto.d.ts +0 -17
  15. package/dist/models/energy-cost-setting-summy-update-dto.js +0 -5
  16. package/dist/models/energy-cost-update-setting-dto.d.ts +0 -17
  17. package/dist/models/energy-cost-update-setting-dto.js +1 -5
  18. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  19. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +1 -1
  20. package/models/energy-cost-record-info-vo.ts +1 -1
  21. package/models/energy-cost-setting-summy-update-dto.ts +0 -20
  22. package/models/energy-cost-update-setting-dto.ts +0 -18
  23. package/models/ipage-energy-cost-record-info-vo.ts +6 -6
  24. package/models/json-result-energy-cost-record-info-vo.ts +1 -1
  25. package/ossutil.log +1062 -1059
  26. package/package.json +1 -1
@@ -77,7 +77,7 @@ export const EnergyCostRecordControllerApiAxiosParamCreator = function (configur
77
77
  },
78
78
  /**
79
79
  *
80
- * @summary 新增能源消耗-录入保存为草稿
80
+ * @summary 新增能源消耗-草稿
81
81
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
82
82
  * @param {*} [options] Override http request option.
83
83
  * @throws {RequiredError}
@@ -328,7 +328,7 @@ export const EnergyCostRecordControllerApiFp = function(configuration?: Configur
328
328
  },
329
329
  /**
330
330
  *
331
- * @summary 新增能源消耗-录入保存为草稿
331
+ * @summary 新增能源消耗-草稿
332
332
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
333
333
  * @param {*} [options] Override http request option.
334
334
  * @throws {RequiredError}
@@ -365,7 +365,7 @@ export const EnergyCostRecordControllerApiFp = function(configuration?: Configur
365
365
  * @param {*} [options] Override http request option.
366
366
  * @throws {RequiredError}
367
367
  */
368
- async energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
368
+ async energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>> {
369
369
  const localVarAxiosArgs = await localVarAxiosParamCreator.energyCostAddRecordNext(energyCostAddRecordDTO, options);
370
370
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
371
371
  const localVarOperationServerBasePath = operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordNext']?.[localVarOperationServerIndex]?.url;
@@ -419,7 +419,7 @@ export const EnergyCostRecordControllerApiFactory = function (configuration?: Co
419
419
  },
420
420
  /**
421
421
  *
422
- * @summary 新增能源消耗-录入保存为草稿
422
+ * @summary 新增能源消耗-草稿
423
423
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
424
424
  * @param {*} [options] Override http request option.
425
425
  * @throws {RequiredError}
@@ -444,7 +444,7 @@ export const EnergyCostRecordControllerApiFactory = function (configuration?: Co
444
444
  * @param {*} [options] Override http request option.
445
445
  * @throws {RequiredError}
446
446
  */
447
- energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
447
+ energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO> {
448
448
  return localVarFp.energyCostAddRecordNext(requestParameters.energyCostAddRecordDTO, options).then((request) => request(axios, basePath));
449
449
  },
450
450
  /**
@@ -617,7 +617,7 @@ export class EnergyCostRecordControllerApi extends BaseAPI {
617
617
 
618
618
  /**
619
619
  *
620
- * @summary 新增能源消耗-录入保存为草稿
620
+ * @summary 新增能源消耗-草稿
621
621
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
622
622
  * @param {*} [options] Override http request option.
623
623
  * @throws {RequiredError}
@@ -32,7 +32,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
32
32
  energyCostAddRecordDetail: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
33
33
  /**
34
34
  *
35
- * @summary 新增能源消耗-录入保存为草稿
35
+ * @summary 新增能源消耗-草稿
36
36
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
37
37
  * @param {*} [options] Override http request option.
38
38
  * @throws {RequiredError}
@@ -92,7 +92,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
92
92
  energyCostAddRecordDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
93
93
  /**
94
94
  *
95
- * @summary 新增能源消耗-录入保存为草稿
95
+ * @summary 新增能源消耗-草稿
96
96
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
97
97
  * @param {*} [options] Override http request option.
98
98
  * @throws {RequiredError}
@@ -119,7 +119,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
119
119
  * @param {*} [options] Override http request option.
120
120
  * @throws {RequiredError}
121
121
  */
122
- energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
122
+ energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
123
123
  /**
124
124
  *
125
125
  * @summary 新增能源消耗-提交
@@ -152,7 +152,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
152
152
  energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
153
153
  /**
154
154
  *
155
- * @summary 新增能源消耗-录入保存为草稿
155
+ * @summary 新增能源消耗-草稿
156
156
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
157
157
  * @param {*} [options] Override http request option.
158
158
  * @throws {RequiredError}
@@ -173,7 +173,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
173
173
  * @param {*} [options] Override http request option.
174
174
  * @throws {RequiredError}
175
175
  */
176
- energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
176
+ energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
177
177
  /**
178
178
  *
179
179
  * @summary 新增能源消耗-提交
@@ -323,7 +323,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
323
323
  energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
324
324
  /**
325
325
  *
326
- * @summary 新增能源消耗-录入保存为草稿
326
+ * @summary 新增能源消耗-草稿
327
327
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
328
328
  * @param {*} [options] Override http request option.
329
329
  * @throws {RequiredError}
@@ -347,7 +347,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
347
347
  * @throws {RequiredError}
348
348
  * @memberof EnergyCostRecordControllerApi
349
349
  */
350
- energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
350
+ energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
351
351
  /**
352
352
  *
353
353
  * @summary 新增能源消耗-提交
@@ -69,7 +69,7 @@ const EnergyCostRecordControllerApiAxiosParamCreator = function (configuration)
69
69
  }),
70
70
  /**
71
71
  *
72
- * @summary 新增能源消耗-录入保存为草稿
72
+ * @summary 新增能源消耗-草稿
73
73
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
74
74
  * @param {*} [options] Override http request option.
75
75
  * @throws {RequiredError}
@@ -282,7 +282,7 @@ const EnergyCostRecordControllerApiFp = function (configuration) {
282
282
  },
283
283
  /**
284
284
  *
285
- * @summary 新增能源消耗-录入保存为草稿
285
+ * @summary 新增能源消耗-草稿
286
286
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
287
287
  * @param {*} [options] Override http request option.
288
288
  * @throws {RequiredError}
@@ -388,7 +388,7 @@ const EnergyCostRecordControllerApiFactory = function (configuration, basePath,
388
388
  },
389
389
  /**
390
390
  *
391
- * @summary 新增能源消耗-录入保存为草稿
391
+ * @summary 新增能源消耗-草稿
392
392
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
393
393
  * @param {*} [options] Override http request option.
394
394
  * @throws {RequiredError}
@@ -459,7 +459,7 @@ class EnergyCostRecordControllerApi extends base_1.BaseAPI {
459
459
  }
460
460
  /**
461
461
  *
462
- * @summary 新增能源消耗-录入保存为草稿
462
+ * @summary 新增能源消耗-草稿
463
463
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
464
464
  * @param {*} [options] Override http request option.
465
465
  * @throws {RequiredError}
@@ -32,7 +32,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
32
32
  energyCostAddRecordDetail: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
33
33
  /**
34
34
  *
35
- * @summary 新增能源消耗-录入保存为草稿
35
+ * @summary 新增能源消耗-草稿
36
36
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
37
37
  * @param {*} [options] Override http request option.
38
38
  * @throws {RequiredError}
@@ -92,7 +92,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
92
92
  energyCostAddRecordDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
93
93
  /**
94
94
  *
95
- * @summary 新增能源消耗-录入保存为草稿
95
+ * @summary 新增能源消耗-草稿
96
96
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
97
97
  * @param {*} [options] Override http request option.
98
98
  * @throws {RequiredError}
@@ -119,7 +119,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
119
119
  * @param {*} [options] Override http request option.
120
120
  * @throws {RequiredError}
121
121
  */
122
- energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
122
+ energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
123
123
  /**
124
124
  *
125
125
  * @summary 新增能源消耗-提交
@@ -152,7 +152,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
152
152
  energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
153
153
  /**
154
154
  *
155
- * @summary 新增能源消耗-录入保存为草稿
155
+ * @summary 新增能源消耗-草稿
156
156
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
157
157
  * @param {*} [options] Override http request option.
158
158
  * @throws {RequiredError}
@@ -173,7 +173,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
173
173
  * @param {*} [options] Override http request option.
174
174
  * @throws {RequiredError}
175
175
  */
176
- energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
176
+ energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
177
177
  /**
178
178
  *
179
179
  * @summary 新增能源消耗-提交
@@ -323,7 +323,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
323
323
  energyCostAddRecordDetail(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
324
324
  /**
325
325
  *
326
- * @summary 新增能源消耗-录入保存为草稿
326
+ * @summary 新增能源消耗-草稿
327
327
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
328
328
  * @param {*} [options] Override http request option.
329
329
  * @throws {RequiredError}
@@ -347,7 +347,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
347
347
  * @throws {RequiredError}
348
348
  * @memberof EnergyCostRecordControllerApi
349
349
  */
350
- energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
350
+ energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
351
351
  /**
352
352
  *
353
353
  * @summary 新增能源消耗-提交
@@ -66,7 +66,7 @@ export const EnergyCostRecordControllerApiAxiosParamCreator = function (configur
66
66
  }),
67
67
  /**
68
68
  *
69
- * @summary 新增能源消耗-录入保存为草稿
69
+ * @summary 新增能源消耗-草稿
70
70
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
71
71
  * @param {*} [options] Override http request option.
72
72
  * @throws {RequiredError}
@@ -278,7 +278,7 @@ export const EnergyCostRecordControllerApiFp = function (configuration) {
278
278
  },
279
279
  /**
280
280
  *
281
- * @summary 新增能源消耗-录入保存为草稿
281
+ * @summary 新增能源消耗-草稿
282
282
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
283
283
  * @param {*} [options] Override http request option.
284
284
  * @throws {RequiredError}
@@ -383,7 +383,7 @@ export const EnergyCostRecordControllerApiFactory = function (configuration, bas
383
383
  },
384
384
  /**
385
385
  *
386
- * @summary 新增能源消耗-录入保存为草稿
386
+ * @summary 新增能源消耗-草稿
387
387
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
388
388
  * @param {*} [options] Override http request option.
389
389
  * @throws {RequiredError}
@@ -453,7 +453,7 @@ export class EnergyCostRecordControllerApi extends BaseAPI {
453
453
  }
454
454
  /**
455
455
  *
456
- * @summary 新增能源消耗-录入保存为草稿
456
+ * @summary 新增能源消耗-草稿
457
457
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
458
458
  * @param {*} [options] Override http request option.
459
459
  * @throws {RequiredError}
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { EnergyCostScenariosInfoVO } from './energy-cost-scenarios-info-vo';
13
13
  /**
14
- *
14
+ * 返回数据,可以是任意类型的值
15
15
  * @export
16
16
  * @interface EnergyCostRecordInfoVO
17
17
  */
@@ -21,27 +21,10 @@ export interface EnergyCostSettingSummyUpdateDTO {
21
21
  * @memberof EnergyCostSettingSummyUpdateDTO
22
22
  */
23
23
  'id': number;
24
- /**
25
- * 能源类型
26
- * @type {string}
27
- * @memberof EnergyCostSettingSummyUpdateDTO
28
- */
29
- 'energyType': EnergyCostSettingSummyUpdateDTOEnergyTypeEnum;
30
24
  /**
31
25
  * 标准值
32
26
  * @type {number}
33
27
  * @memberof EnergyCostSettingSummyUpdateDTO
34
28
  */
35
29
  'standardValue': number;
36
- /**
37
- * 日期-年月
38
- * @type {string}
39
- * @memberof EnergyCostSettingSummyUpdateDTO
40
- */
41
- 'yearMonths': string;
42
30
  }
43
- export declare const EnergyCostSettingSummyUpdateDTOEnergyTypeEnum: {
44
- readonly Electric: "ELECTRIC";
45
- readonly Water: "WATER";
46
- };
47
- export type EnergyCostSettingSummyUpdateDTOEnergyTypeEnum = typeof EnergyCostSettingSummyUpdateDTOEnergyTypeEnum[keyof typeof EnergyCostSettingSummyUpdateDTOEnergyTypeEnum];
@@ -11,7 +11,4 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export const EnergyCostSettingSummyUpdateDTOEnergyTypeEnum = {
15
- Electric: 'ELECTRIC',
16
- Water: 'WATER'
17
- };
14
+ export {};
@@ -21,12 +21,6 @@ export interface EnergyCostUpdateSettingDTO {
21
21
  * @memberof EnergyCostUpdateSettingDTO
22
22
  */
23
23
  'id': number;
24
- /**
25
- * 能源类型
26
- * @type {string}
27
- * @memberof EnergyCostUpdateSettingDTO
28
- */
29
- 'energyType': EnergyCostUpdateSettingDTOEnergyTypeEnum;
30
24
  /**
31
25
  * 标准值
32
26
  * @type {number}
@@ -39,18 +33,7 @@ export interface EnergyCostUpdateSettingDTO {
39
33
  * @memberof EnergyCostUpdateSettingDTO
40
34
  */
41
35
  'usageScenariosType'?: EnergyCostUpdateSettingDTOUsageScenariosTypeEnum;
42
- /**
43
- * 日期-年月
44
- * @type {string}
45
- * @memberof EnergyCostUpdateSettingDTO
46
- */
47
- 'yearMonths': string;
48
36
  }
49
- export declare const EnergyCostUpdateSettingDTOEnergyTypeEnum: {
50
- readonly Electric: "ELECTRIC";
51
- readonly Water: "WATER";
52
- };
53
- export type EnergyCostUpdateSettingDTOEnergyTypeEnum = typeof EnergyCostUpdateSettingDTOEnergyTypeEnum[keyof typeof EnergyCostUpdateSettingDTOEnergyTypeEnum];
54
37
  export declare const EnergyCostUpdateSettingDTOUsageScenariosTypeEnum: {
55
38
  readonly ColdStorage: "COLD_STORAGE";
56
39
  readonly SmartWarehouse: "SMART_WAREHOUSE";
@@ -11,10 +11,6 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export const EnergyCostUpdateSettingDTOEnergyTypeEnum = {
15
- Electric: 'ELECTRIC',
16
- Water: 'WATER'
17
- };
18
14
  export const EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = {
19
15
  ColdStorage: 'COLD_STORAGE',
20
16
  SmartWarehouse: 'SMART_WAREHOUSE',
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -40,7 +40,7 @@ export interface JsonResultEnergyCostRecordInfoVO {
40
40
  * @type {EnergyCostRecordInfoVO}
41
41
  * @memberof JsonResultEnergyCostRecordInfoVO
42
42
  */
43
- 'data'?: EnergyCostRecordInfoVO;
43
+ 'data'?: EnergyCostRecordInfoVO | null;
44
44
  /**
45
45
  *
46
46
  * @type {BaseErrorResult}
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { EnergyCostScenariosInfoVO } from './energy-cost-scenarios-info-vo';
13
13
  /**
14
- *
14
+ * 返回数据,可以是任意类型的值
15
15
  * @export
16
16
  * @interface EnergyCostRecordInfoVO
17
17
  */
@@ -21,27 +21,10 @@ export interface EnergyCostSettingSummyUpdateDTO {
21
21
  * @memberof EnergyCostSettingSummyUpdateDTO
22
22
  */
23
23
  'id': number;
24
- /**
25
- * 能源类型
26
- * @type {string}
27
- * @memberof EnergyCostSettingSummyUpdateDTO
28
- */
29
- 'energyType': EnergyCostSettingSummyUpdateDTOEnergyTypeEnum;
30
24
  /**
31
25
  * 标准值
32
26
  * @type {number}
33
27
  * @memberof EnergyCostSettingSummyUpdateDTO
34
28
  */
35
29
  'standardValue': number;
36
- /**
37
- * 日期-年月
38
- * @type {string}
39
- * @memberof EnergyCostSettingSummyUpdateDTO
40
- */
41
- 'yearMonths': string;
42
30
  }
43
- export declare const EnergyCostSettingSummyUpdateDTOEnergyTypeEnum: {
44
- readonly Electric: "ELECTRIC";
45
- readonly Water: "WATER";
46
- };
47
- export type EnergyCostSettingSummyUpdateDTOEnergyTypeEnum = typeof EnergyCostSettingSummyUpdateDTOEnergyTypeEnum[keyof typeof EnergyCostSettingSummyUpdateDTOEnergyTypeEnum];
@@ -13,8 +13,3 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.EnergyCostSettingSummyUpdateDTOEnergyTypeEnum = void 0;
17
- exports.EnergyCostSettingSummyUpdateDTOEnergyTypeEnum = {
18
- Electric: 'ELECTRIC',
19
- Water: 'WATER'
20
- };
@@ -21,12 +21,6 @@ export interface EnergyCostUpdateSettingDTO {
21
21
  * @memberof EnergyCostUpdateSettingDTO
22
22
  */
23
23
  'id': number;
24
- /**
25
- * 能源类型
26
- * @type {string}
27
- * @memberof EnergyCostUpdateSettingDTO
28
- */
29
- 'energyType': EnergyCostUpdateSettingDTOEnergyTypeEnum;
30
24
  /**
31
25
  * 标准值
32
26
  * @type {number}
@@ -39,18 +33,7 @@ export interface EnergyCostUpdateSettingDTO {
39
33
  * @memberof EnergyCostUpdateSettingDTO
40
34
  */
41
35
  'usageScenariosType'?: EnergyCostUpdateSettingDTOUsageScenariosTypeEnum;
42
- /**
43
- * 日期-年月
44
- * @type {string}
45
- * @memberof EnergyCostUpdateSettingDTO
46
- */
47
- 'yearMonths': string;
48
36
  }
49
- export declare const EnergyCostUpdateSettingDTOEnergyTypeEnum: {
50
- readonly Electric: "ELECTRIC";
51
- readonly Water: "WATER";
52
- };
53
- export type EnergyCostUpdateSettingDTOEnergyTypeEnum = typeof EnergyCostUpdateSettingDTOEnergyTypeEnum[keyof typeof EnergyCostUpdateSettingDTOEnergyTypeEnum];
54
37
  export declare const EnergyCostUpdateSettingDTOUsageScenariosTypeEnum: {
55
38
  readonly ColdStorage: "COLD_STORAGE";
56
39
  readonly SmartWarehouse: "SMART_WAREHOUSE";
@@ -13,11 +13,7 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = exports.EnergyCostUpdateSettingDTOEnergyTypeEnum = void 0;
17
- exports.EnergyCostUpdateSettingDTOEnergyTypeEnum = {
18
- Electric: 'ELECTRIC',
19
- Water: 'WATER'
20
- };
16
+ exports.EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = void 0;
21
17
  exports.EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = {
22
18
  ColdStorage: 'COLD_STORAGE',
23
19
  SmartWarehouse: 'SMART_WAREHOUSE',
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -40,7 +40,7 @@ export interface JsonResultEnergyCostRecordInfoVO {
40
40
  * @type {EnergyCostRecordInfoVO}
41
41
  * @memberof JsonResultEnergyCostRecordInfoVO
42
42
  */
43
- 'data'?: EnergyCostRecordInfoVO;
43
+ 'data'?: EnergyCostRecordInfoVO | null;
44
44
  /**
45
45
  *
46
46
  * @type {BaseErrorResult}
@@ -18,7 +18,7 @@
18
18
  import type { EnergyCostScenariosInfoVO } from './energy-cost-scenarios-info-vo';
19
19
 
20
20
  /**
21
- *
21
+ * 返回数据,可以是任意类型的值
22
22
  * @export
23
23
  * @interface EnergyCostRecordInfoVO
24
24
  */
@@ -26,31 +26,11 @@ export interface EnergyCostSettingSummyUpdateDTO {
26
26
  * @memberof EnergyCostSettingSummyUpdateDTO
27
27
  */
28
28
  'id': number;
29
- /**
30
- * 能源类型
31
- * @type {string}
32
- * @memberof EnergyCostSettingSummyUpdateDTO
33
- */
34
- 'energyType': EnergyCostSettingSummyUpdateDTOEnergyTypeEnum;
35
29
  /**
36
30
  * 标准值
37
31
  * @type {number}
38
32
  * @memberof EnergyCostSettingSummyUpdateDTO
39
33
  */
40
34
  'standardValue': number;
41
- /**
42
- * 日期-年月
43
- * @type {string}
44
- * @memberof EnergyCostSettingSummyUpdateDTO
45
- */
46
- 'yearMonths': string;
47
35
  }
48
36
 
49
- export const EnergyCostSettingSummyUpdateDTOEnergyTypeEnum = {
50
- Electric: 'ELECTRIC',
51
- Water: 'WATER'
52
- } as const;
53
-
54
- export type EnergyCostSettingSummyUpdateDTOEnergyTypeEnum = typeof EnergyCostSettingSummyUpdateDTOEnergyTypeEnum[keyof typeof EnergyCostSettingSummyUpdateDTOEnergyTypeEnum];
55
-
56
-
@@ -26,12 +26,6 @@ export interface EnergyCostUpdateSettingDTO {
26
26
  * @memberof EnergyCostUpdateSettingDTO
27
27
  */
28
28
  'id': number;
29
- /**
30
- * 能源类型
31
- * @type {string}
32
- * @memberof EnergyCostUpdateSettingDTO
33
- */
34
- 'energyType': EnergyCostUpdateSettingDTOEnergyTypeEnum;
35
29
  /**
36
30
  * 标准值
37
31
  * @type {number}
@@ -44,20 +38,8 @@ export interface EnergyCostUpdateSettingDTO {
44
38
  * @memberof EnergyCostUpdateSettingDTO
45
39
  */
46
40
  'usageScenariosType'?: EnergyCostUpdateSettingDTOUsageScenariosTypeEnum;
47
- /**
48
- * 日期-年月
49
- * @type {string}
50
- * @memberof EnergyCostUpdateSettingDTO
51
- */
52
- 'yearMonths': string;
53
41
  }
54
42
 
55
- export const EnergyCostUpdateSettingDTOEnergyTypeEnum = {
56
- Electric: 'ELECTRIC',
57
- Water: 'WATER'
58
- } as const;
59
-
60
- export type EnergyCostUpdateSettingDTOEnergyTypeEnum = typeof EnergyCostUpdateSettingDTOEnergyTypeEnum[keyof typeof EnergyCostUpdateSettingDTOEnergyTypeEnum];
61
43
  export const EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = {
62
44
  ColdStorage: 'COLD_STORAGE',
63
45
  SmartWarehouse: 'SMART_WAREHOUSE',
@@ -43,23 +43,23 @@ export interface IPageEnergyCostRecordInfoVO {
43
43
  'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
48
  */
49
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageEnergyCostRecordInfoVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageEnergyCostRecordInfoVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -49,7 +49,7 @@ export interface JsonResultEnergyCostRecordInfoVO {
49
49
  * @type {EnergyCostRecordInfoVO}
50
50
  * @memberof JsonResultEnergyCostRecordInfoVO
51
51
  */
52
- 'data'?: EnergyCostRecordInfoVO;
52
+ 'data'?: EnergyCostRecordInfoVO | null;
53
53
  /**
54
54
  *
55
55
  * @type {BaseErrorResult}