@gizone/rrs-client 4.2.9-alpha.573 → 4.2.9-alpha.576

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.
@@ -107,8 +107,8 @@ export const EnergyCostRecordControllerApiAxiosParamCreator = function (configur
107
107
  };
108
108
  }),
109
109
  /**
110
- *
111
- * @summary 新增能源消耗-草稿
110
+ * 将当前输入的数据作为草稿保存,后续可以修改和提交。
111
+ * @summary 保存能源消耗为草稿
112
112
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
113
113
  * @param {*} [options] Override http request option.
114
114
  * @throws {RequiredError}
@@ -196,8 +196,8 @@ export const EnergyCostRecordControllerApiAxiosParamCreator = function (configur
196
196
  };
197
197
  }),
198
198
  /**
199
- *
200
- * @summary 新增能源消耗-next
199
+ * 用于前端实时计算,返回计算结果,但不会将数据存入数据库。
200
+ * @summary 计算能源消耗(不保存)
201
201
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
202
202
  * @param {*} [options] Override http request option.
203
203
  * @throws {RequiredError}
@@ -229,8 +229,8 @@ export const EnergyCostRecordControllerApiAxiosParamCreator = function (configur
229
229
  };
230
230
  }),
231
231
  /**
232
- *
233
- * @summary 新增能源消耗-提交
232
+ * 将能源消耗数据最终提交并保存到数据库。
233
+ * @summary 提交能源消耗记录
234
234
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
235
235
  * @param {*} [options] Override http request option.
236
236
  * @throws {RequiredError}
@@ -370,8 +370,8 @@ export const EnergyCostRecordControllerApiFp = function (configuration) {
370
370
  });
371
371
  },
372
372
  /**
373
- *
374
- * @summary 新增能源消耗-草稿
373
+ * 将当前输入的数据作为草稿保存,后续可以修改和提交。
374
+ * @summary 保存能源消耗为草稿
375
375
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
376
376
  * @param {*} [options] Override http request option.
377
377
  * @throws {RequiredError}
@@ -408,8 +408,8 @@ export const EnergyCostRecordControllerApiFp = function (configuration) {
408
408
  });
409
409
  },
410
410
  /**
411
- *
412
- * @summary 新增能源消耗-next
411
+ * 用于前端实时计算,返回计算结果,但不会将数据存入数据库。
412
+ * @summary 计算能源消耗(不保存)
413
413
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
414
414
  * @param {*} [options] Override http request option.
415
415
  * @throws {RequiredError}
@@ -424,8 +424,8 @@ export const EnergyCostRecordControllerApiFp = function (configuration) {
424
424
  });
425
425
  },
426
426
  /**
427
- *
428
- * @summary 新增能源消耗-提交
427
+ * 将能源消耗数据最终提交并保存到数据库。
428
+ * @summary 提交能源消耗记录
429
429
  * @param {EnergyCostAddRecordDTO} energyCostAddRecordDTO
430
430
  * @param {*} [options] Override http request option.
431
431
  * @throws {RequiredError}
@@ -501,8 +501,8 @@ export const EnergyCostRecordControllerApiFactory = function (configuration, bas
501
501
  return localVarFp.energyCostAddRecordDetail(requestParameters.id, requestParameters.billId, requestParameters.billCode, options).then((request) => request(axios, basePath));
502
502
  },
503
503
  /**
504
- *
505
- * @summary 新增能源消耗-草稿
504
+ * 将当前输入的数据作为草稿保存,后续可以修改和提交。
505
+ * @summary 保存能源消耗为草稿
506
506
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
507
507
  * @param {*} [options] Override http request option.
508
508
  * @throws {RequiredError}
@@ -521,8 +521,8 @@ export const EnergyCostRecordControllerApiFactory = function (configuration, bas
521
521
  return localVarFp.energyCostAddRecordList(requestParameters.page, requestParameters.size, requestParameters.billCode, requestParameters.startTime, requestParameters.endTime, requestParameters.energyTypes, requestParameters.status, options).then((request) => request(axios, basePath));
522
522
  },
523
523
  /**
524
- *
525
- * @summary 新增能源消耗-next
524
+ * 用于前端实时计算,返回计算结果,但不会将数据存入数据库。
525
+ * @summary 计算能源消耗(不保存)
526
526
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest} requestParameters Request parameters.
527
527
  * @param {*} [options] Override http request option.
528
528
  * @throws {RequiredError}
@@ -531,8 +531,8 @@ export const EnergyCostRecordControllerApiFactory = function (configuration, bas
531
531
  return localVarFp.energyCostAddRecordNext(requestParameters.energyCostAddRecordDTO, options).then((request) => request(axios, basePath));
532
532
  },
533
533
  /**
534
- *
535
- * @summary 新增能源消耗-提交
534
+ * 将能源消耗数据最终提交并保存到数据库。
535
+ * @summary 提交能源消耗记录
536
536
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest} requestParameters Request parameters.
537
537
  * @param {*} [options] Override http request option.
538
538
  * @throws {RequiredError}
@@ -592,8 +592,8 @@ export class EnergyCostRecordControllerApi extends BaseAPI {
592
592
  return EnergyCostRecordControllerApiFp(this.configuration).energyCostAddRecordDetail(requestParameters.id, requestParameters.billId, requestParameters.billCode, options).then((request) => request(this.axios, this.basePath));
593
593
  }
594
594
  /**
595
- *
596
- * @summary 新增能源消耗-草稿
595
+ * 将当前输入的数据作为草稿保存,后续可以修改和提交。
596
+ * @summary 保存能源消耗为草稿
597
597
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
598
598
  * @param {*} [options] Override http request option.
599
599
  * @throws {RequiredError}
@@ -614,8 +614,8 @@ export class EnergyCostRecordControllerApi extends BaseAPI {
614
614
  return EnergyCostRecordControllerApiFp(this.configuration).energyCostAddRecordList(requestParameters.page, requestParameters.size, requestParameters.billCode, requestParameters.startTime, requestParameters.endTime, requestParameters.energyTypes, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
615
615
  }
616
616
  /**
617
- *
618
- * @summary 新增能源消耗-next
617
+ * 用于前端实时计算,返回计算结果,但不会将数据存入数据库。
618
+ * @summary 计算能源消耗(不保存)
619
619
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest} requestParameters Request parameters.
620
620
  * @param {*} [options] Override http request option.
621
621
  * @throws {RequiredError}
@@ -625,8 +625,8 @@ export class EnergyCostRecordControllerApi extends BaseAPI {
625
625
  return EnergyCostRecordControllerApiFp(this.configuration).energyCostAddRecordNext(requestParameters.energyCostAddRecordDTO, options).then((request) => request(this.axios, this.basePath));
626
626
  }
627
627
  /**
628
- *
629
- * @summary 新增能源消耗-提交
628
+ * 将能源消耗数据最终提交并保存到数据库。
629
+ * @summary 提交能源消耗记录
630
630
  * @param {EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest} requestParameters Request parameters.
631
631
  * @param {*} [options] Override http request option.
632
632
  * @throws {RequiredError}
@@ -95,6 +95,18 @@ export interface EnergyCostAddRecordDTO {
95
95
  * @memberof EnergyCostAddRecordDTO
96
96
  */
97
97
  'unitPrice': number;
98
+ /**
99
+ * 单平米价格
100
+ * @type {number}
101
+ * @memberof EnergyCostAddRecordDTO
102
+ */
103
+ 'pricePerSquareMeter'?: number;
104
+ /**
105
+ * 单平米成本
106
+ * @type {number}
107
+ * @memberof EnergyCostAddRecordDTO
108
+ */
109
+ 'costPerSquareMeter'?: number;
98
110
  /**
99
111
  * 园区总面积
100
112
  * @type {number}
@@ -24,16 +24,16 @@ export interface IPageEnergyCostRecordInfoVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {Array<EnergyCostRecordInfoVO>}
27
+ * @type {number}
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
- 'records'?: Array<EnergyCostRecordInfoVO>;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<EnergyCostRecordInfoVO>}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
- 'pages'?: number;
36
+ 'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
39
  * @type {boolean}
@@ -46,7 +46,7 @@ export interface IPageEnergyCostRecordInfoVO {
46
46
  * @type {number}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
48
  */
49
- 'current'?: number;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {number}
380
+ * @type {string}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cuserId'?: number;
383
+ 'cid'?: string;
384
384
  /**
385
385
  *
386
- * @type {string}
386
+ * @type {number}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cid'?: string;
389
+ 'cuserId'?: number;
390
390
  }
@@ -95,6 +95,18 @@ export interface EnergyCostAddRecordDTO {
95
95
  * @memberof EnergyCostAddRecordDTO
96
96
  */
97
97
  'unitPrice': number;
98
+ /**
99
+ * 单平米价格
100
+ * @type {number}
101
+ * @memberof EnergyCostAddRecordDTO
102
+ */
103
+ 'pricePerSquareMeter'?: number;
104
+ /**
105
+ * 单平米成本
106
+ * @type {number}
107
+ * @memberof EnergyCostAddRecordDTO
108
+ */
109
+ 'costPerSquareMeter'?: number;
98
110
  /**
99
111
  * 园区总面积
100
112
  * @type {number}
@@ -24,16 +24,16 @@ export interface IPageEnergyCostRecordInfoVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {Array<EnergyCostRecordInfoVO>}
27
+ * @type {number}
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
- 'records'?: Array<EnergyCostRecordInfoVO>;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<EnergyCostRecordInfoVO>}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
- 'pages'?: number;
36
+ 'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
39
  * @type {boolean}
@@ -46,7 +46,7 @@ export interface IPageEnergyCostRecordInfoVO {
46
46
  * @type {number}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
48
  */
49
- 'current'?: number;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {number}
380
+ * @type {string}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cuserId'?: number;
383
+ 'cid'?: string;
384
384
  /**
385
385
  *
386
- * @type {string}
386
+ * @type {number}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cid'?: string;
389
+ 'cuserId'?: number;
390
390
  }
@@ -104,6 +104,18 @@ export interface EnergyCostAddRecordDTO {
104
104
  * @memberof EnergyCostAddRecordDTO
105
105
  */
106
106
  'unitPrice': number;
107
+ /**
108
+ * 单平米价格
109
+ * @type {number}
110
+ * @memberof EnergyCostAddRecordDTO
111
+ */
112
+ 'pricePerSquareMeter'?: number;
113
+ /**
114
+ * 单平米成本
115
+ * @type {number}
116
+ * @memberof EnergyCostAddRecordDTO
117
+ */
118
+ 'costPerSquareMeter'?: number;
107
119
  /**
108
120
  * 园区总面积
109
121
  * @type {number}
@@ -31,16 +31,16 @@ export interface IPageEnergyCostRecordInfoVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {Array<EnergyCostRecordInfoVO>}
34
+ * @type {number}
35
35
  * @memberof IPageEnergyCostRecordInfoVO
36
36
  */
37
- 'records'?: Array<EnergyCostRecordInfoVO>;
37
+ 'current'?: number;
38
38
  /**
39
39
  *
40
- * @type {number}
40
+ * @type {Array<EnergyCostRecordInfoVO>}
41
41
  * @memberof IPageEnergyCostRecordInfoVO
42
42
  */
43
- 'pages'?: number;
43
+ 'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
46
  * @type {boolean}
@@ -53,7 +53,7 @@ export interface IPageEnergyCostRecordInfoVO {
53
53
  * @type {number}
54
54
  * @memberof IPageEnergyCostRecordInfoVO
55
55
  */
56
- 'current'?: number;
56
+ 'pages'?: number;
57
57
  /**
58
58
  *
59
59
  * @type {boolean}
@@ -388,16 +388,16 @@ export interface SysUser {
388
388
  'sourceUserId'?: string;
389
389
  /**
390
390
  *
391
- * @type {number}
391
+ * @type {string}
392
392
  * @memberof SysUser
393
393
  */
394
- 'cuserId'?: number;
394
+ 'cid'?: string;
395
395
  /**
396
396
  *
397
- * @type {string}
397
+ * @type {number}
398
398
  * @memberof SysUser
399
399
  */
400
- 'cid'?: string;
400
+ 'cuserId'?: number;
401
401
  }
402
402
 
403
403