@gizone/rrs-client 4.2.9-alpha.548 → 4.2.9-alpha.550
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 +3 -0
- package/apis/energy-cost-record-controller-api.ts +224 -14
- package/dist/apis/energy-cost-record-controller-api.d.ts +117 -7
- package/dist/apis/energy-cost-record-controller-api.js +164 -13
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +117 -7
- package/dist/esm/apis/energy-cost-record-controller-api.js +164 -13
- 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-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/index.d.ts +3 -0
- package/dist/esm/models/index.js +3 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +4 -4
- 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/sys-user.d.ts +4 -4
- 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-record-bill-info-vo.d.ts +48 -0
- package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.js +3 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +4 -4
- 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/sys-user.d.ts +4 -4
- package/models/energy-cost-edit-record-dto.ts +189 -0
- package/models/energy-cost-record-bill-info-vo.ts +54 -0
- package/models/index.ts +3 -0
- package/models/ipage-energy-cost-record-info-vo.ts +4 -4
- package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
- package/models/sys-user.ts +4 -4
- package/ossutil.log +1077 -1071
- package/package.json +1 -1
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 返回数据,可以是任意类型的值
|
|
19
|
+
* @export
|
|
20
|
+
* @interface EnergyCostRecordBillInfoVO
|
|
21
|
+
*/
|
|
22
|
+
export interface EnergyCostRecordBillInfoVO {
|
|
23
|
+
/**
|
|
24
|
+
* 主键ID
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof EnergyCostRecordBillInfoVO
|
|
27
|
+
*/
|
|
28
|
+
'id'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 园区id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof EnergyCostRecordBillInfoVO
|
|
33
|
+
*/
|
|
34
|
+
'parkId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 账单开始日
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof EnergyCostRecordBillInfoVO
|
|
39
|
+
*/
|
|
40
|
+
'billDateStart'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 账单结束日
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof EnergyCostRecordBillInfoVO
|
|
45
|
+
*/
|
|
46
|
+
'billDateEnd'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 园区费用(电费/水费)
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof EnergyCostRecordBillInfoVO
|
|
51
|
+
*/
|
|
52
|
+
'billCharges'?: number;
|
|
53
|
+
}
|
|
54
|
+
|
package/models/index.ts
CHANGED
|
@@ -108,8 +108,10 @@ export * from './energy-cost-add-record-dto';
|
|
|
108
108
|
export * from './energy-cost-add-setting-dto';
|
|
109
109
|
export * from './energy-cost-add-setting-dtopark-setting';
|
|
110
110
|
export * from './energy-cost-add-setting-dtopark-setting-item';
|
|
111
|
+
export * from './energy-cost-edit-record-dto';
|
|
111
112
|
export * from './energy-cost-month-setting-list-summary-standards-vo';
|
|
112
113
|
export * from './energy-cost-month-setting-list-vo';
|
|
114
|
+
export * from './energy-cost-record-bill-info-vo';
|
|
113
115
|
export * from './energy-cost-record-info-not-emun-vo';
|
|
114
116
|
export * from './energy-cost-record-info-vo';
|
|
115
117
|
export * from './energy-cost-scenarios-info-not-enum-vo';
|
|
@@ -197,6 +199,7 @@ export * from './json-result-boolean';
|
|
|
197
199
|
export * from './json-result-calendar-entity';
|
|
198
200
|
export * from './json-result-dashboard-park-statistics-vo';
|
|
199
201
|
export * from './json-result-disaster-warning-standard-entity';
|
|
202
|
+
export * from './json-result-energy-cost-record-bill-info-vo';
|
|
200
203
|
export * from './json-result-energy-cost-record-info-not-emun-vo';
|
|
201
204
|
export * from './json-result-energy-cost-record-info-vo';
|
|
202
205
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
@@ -43,16 +43,16 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
43
43
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
|
-
* @type {
|
|
46
|
+
* @type {number}
|
|
47
47
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'pages'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {boolean}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {boolean}
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { EnergyCostRecordBillInfoVO } from './energy-cost-record-bill-info-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultEnergyCostRecordBillInfoVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultEnergyCostRecordBillInfoVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultEnergyCostRecordBillInfoVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultEnergyCostRecordBillInfoVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultEnergyCostRecordBillInfoVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {EnergyCostRecordBillInfoVO}
|
|
50
|
+
* @memberof JsonResultEnergyCostRecordBillInfoVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: EnergyCostRecordBillInfoVO | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultEnergyCostRecordBillInfoVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultEnergyCostRecordBillInfoVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultEnergyCostRecordBillInfoVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {string}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cid'?: string;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {number}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cuserId'?: number;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|