@gizone/rrs-client 4.2.9-alpha.642 → 4.2.9-alpha.643

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 (64) hide show
  1. package/.openapi-generator/FILES +6 -0
  2. package/apis/dashboard-api.ts +544 -0
  3. package/apis/maintenance-order-api.ts +31 -5
  4. package/dist/apis/dashboard-api.d.ts +281 -0
  5. package/dist/apis/dashboard-api.js +420 -0
  6. package/dist/apis/maintenance-order-api.d.ts +18 -2
  7. package/dist/apis/maintenance-order-api.js +15 -5
  8. package/dist/esm/apis/dashboard-api.d.ts +281 -0
  9. package/dist/esm/apis/dashboard-api.js +420 -0
  10. package/dist/esm/apis/maintenance-order-api.d.ts +18 -2
  11. package/dist/esm/apis/maintenance-order-api.js +15 -5
  12. package/dist/esm/models/dashboard-maintenance-order-by-park-search-dto.d.ts +80 -0
  13. package/dist/esm/models/dashboard-maintenance-order-by-park-search-dto.js +14 -0
  14. package/dist/esm/models/dashboard-maintenance-order-list-search-dto.d.ts +98 -0
  15. package/dist/esm/models/dashboard-maintenance-order-list-search-dto.js +14 -0
  16. package/dist/esm/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +96 -0
  17. package/dist/esm/models/dashboard-maintenance-order-statistics-by-park-vo.js +14 -0
  18. package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +91 -0
  19. package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.js +14 -0
  20. package/dist/esm/models/index.d.ts +6 -0
  21. package/dist/esm/models/index.js +6 -0
  22. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  23. package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +62 -0
  24. package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.js +14 -0
  25. package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +62 -0
  26. package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.js +14 -0
  27. package/dist/esm/models/maintenance-order-list-vo.d.ts +6 -0
  28. package/dist/esm/models/maintenance-order-status-enum.d.ts +1 -1
  29. package/dist/esm/models/maintenance-order-status-enum.js +1 -1
  30. package/dist/esm/models/maintenance-order-type-enum.d.ts +1 -1
  31. package/dist/esm/models/maintenance-order-type-enum.js +1 -1
  32. package/dist/models/dashboard-maintenance-order-by-park-search-dto.d.ts +80 -0
  33. package/dist/models/dashboard-maintenance-order-by-park-search-dto.js +15 -0
  34. package/dist/models/dashboard-maintenance-order-list-search-dto.d.ts +98 -0
  35. package/dist/models/dashboard-maintenance-order-list-search-dto.js +15 -0
  36. package/dist/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +96 -0
  37. package/dist/models/dashboard-maintenance-order-statistics-by-park-vo.js +15 -0
  38. package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +91 -0
  39. package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.js +15 -0
  40. package/dist/models/index.d.ts +6 -0
  41. package/dist/models/index.js +6 -0
  42. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  43. package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +62 -0
  44. package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.js +15 -0
  45. package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +62 -0
  46. package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.js +15 -0
  47. package/dist/models/maintenance-order-list-vo.d.ts +6 -0
  48. package/dist/models/maintenance-order-status-enum.d.ts +1 -1
  49. package/dist/models/maintenance-order-status-enum.js +1 -1
  50. package/dist/models/maintenance-order-type-enum.d.ts +1 -1
  51. package/dist/models/maintenance-order-type-enum.js +1 -1
  52. package/models/dashboard-maintenance-order-by-park-search-dto.ts +90 -0
  53. package/models/dashboard-maintenance-order-list-search-dto.ts +108 -0
  54. package/models/dashboard-maintenance-order-statistics-by-park-vo.ts +102 -0
  55. package/models/dashboard-maintenance-order-statistics-by-type-vo.ts +101 -0
  56. package/models/index.ts +6 -0
  57. package/models/ipage-energy-cost-record-info-vo.ts +8 -8
  58. package/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.ts +72 -0
  59. package/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.ts +72 -0
  60. package/models/maintenance-order-list-vo.ts +6 -0
  61. package/models/maintenance-order-status-enum.ts +1 -1
  62. package/models/maintenance-order-type-enum.ts +1 -1
  63. package/ossutil.log +1179 -1176
  64. package/package.json +1 -1
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -29,6 +29,12 @@ export interface MaintenanceOrderListVo {
29
29
  * @memberof MaintenanceOrderListVo
30
30
  */
31
31
  'parkId'?: number;
32
+ /**
33
+ * 园区名称
34
+ * @type {string}
35
+ * @memberof MaintenanceOrderListVo
36
+ */
37
+ 'parkName'?: string;
32
38
  /**
33
39
  * 修缮单号
34
40
  * @type {string}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * 维修状态
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.MaintenanceOrderStatusEnum = void 0;
17
17
  /**
18
- *
18
+ * 维修状态
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * 维修类型
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.MaintenanceOrderTypeEnum = void 0;
17
17
  /**
18
- *
18
+ * 维修类型
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
@@ -0,0 +1,90 @@
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 { MaintenanceOrderStatusEnum } from './maintenance-order-status-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { MaintenanceOrderTypeEnum } from './maintenance-order-type-enum';
22
+
23
+ /**
24
+ * 修缮管理多园区查询
25
+ * @export
26
+ * @interface DashboardMaintenanceOrderByParkSearchDTO
27
+ */
28
+ export interface DashboardMaintenanceOrderByParkSearchDTO {
29
+ /**
30
+ * 园区ID集合
31
+ * @type {Array<number>}
32
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
33
+ */
34
+ 'parkIds'?: Array<number>;
35
+ /**
36
+ * 开始时间
37
+ * @type {number}
38
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
39
+ */
40
+ 'startTime'?: number;
41
+ /**
42
+ * 结束时间
43
+ * @type {number}
44
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
45
+ */
46
+ 'endTime'?: number;
47
+ /**
48
+ * SRM区域编码
49
+ * @type {Array<string>}
50
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
51
+ */
52
+ 'srmAreaCodes'?: Array<string>;
53
+ /**
54
+ * SRM小微编码
55
+ * @type {Array<string>}
56
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
57
+ */
58
+ 'srmXwCodes'?: Array<string>;
59
+ /**
60
+ * SRM中心编码
61
+ * @type {Array<string>}
62
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
63
+ */
64
+ 'srmCenterCodes'?: Array<string>;
65
+ /**
66
+ * 应执行开始时间
67
+ * @type {number}
68
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
69
+ */
70
+ 'plannedStartTime'?: number;
71
+ /**
72
+ * 应执行结束时间
73
+ * @type {number}
74
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
75
+ */
76
+ 'plannedEndTime'?: number;
77
+ /**
78
+ * 维修类型
79
+ * @type {Array<MaintenanceOrderTypeEnum>}
80
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
81
+ */
82
+ 'maintenanceOrderTypes'?: Array<MaintenanceOrderTypeEnum>;
83
+ /**
84
+ * 维修状态
85
+ * @type {Array<MaintenanceOrderStatusEnum>}
86
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
87
+ */
88
+ 'maintenanceOrderStatuses'?: Array<MaintenanceOrderStatusEnum>;
89
+ }
90
+
@@ -0,0 +1,108 @@
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 { MaintenanceOrderStatusEnum } from './maintenance-order-status-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { MaintenanceOrderTypeEnum } from './maintenance-order-type-enum';
22
+
23
+ /**
24
+ * 修缮管理列表搜索
25
+ * @export
26
+ * @interface DashboardMaintenanceOrderListSearchDTO
27
+ */
28
+ export interface DashboardMaintenanceOrderListSearchDTO {
29
+ /**
30
+ * 园区ID集合
31
+ * @type {Array<number>}
32
+ * @memberof DashboardMaintenanceOrderListSearchDTO
33
+ */
34
+ 'parkIds'?: Array<number>;
35
+ /**
36
+ * 开始时间
37
+ * @type {number}
38
+ * @memberof DashboardMaintenanceOrderListSearchDTO
39
+ */
40
+ 'startTime'?: number;
41
+ /**
42
+ * 结束时间
43
+ * @type {number}
44
+ * @memberof DashboardMaintenanceOrderListSearchDTO
45
+ */
46
+ 'endTime'?: number;
47
+ /**
48
+ * SRM区域编码
49
+ * @type {Array<string>}
50
+ * @memberof DashboardMaintenanceOrderListSearchDTO
51
+ */
52
+ 'srmAreaCodes'?: Array<string>;
53
+ /**
54
+ * SRM小微编码
55
+ * @type {Array<string>}
56
+ * @memberof DashboardMaintenanceOrderListSearchDTO
57
+ */
58
+ 'srmXwCodes'?: Array<string>;
59
+ /**
60
+ * SRM中心编码
61
+ * @type {Array<string>}
62
+ * @memberof DashboardMaintenanceOrderListSearchDTO
63
+ */
64
+ 'srmCenterCodes'?: Array<string>;
65
+ /**
66
+ * 应执行开始时间
67
+ * @type {number}
68
+ * @memberof DashboardMaintenanceOrderListSearchDTO
69
+ */
70
+ 'plannedStartTime'?: number;
71
+ /**
72
+ * 应执行结束时间
73
+ * @type {number}
74
+ * @memberof DashboardMaintenanceOrderListSearchDTO
75
+ */
76
+ 'plannedEndTime'?: number;
77
+ /**
78
+ * 维修类型
79
+ * @type {Array<MaintenanceOrderTypeEnum>}
80
+ * @memberof DashboardMaintenanceOrderListSearchDTO
81
+ */
82
+ 'maintenanceOrderTypes'?: Array<MaintenanceOrderTypeEnum>;
83
+ /**
84
+ * 维修状态
85
+ * @type {Array<MaintenanceOrderStatusEnum>}
86
+ * @memberof DashboardMaintenanceOrderListSearchDTO
87
+ */
88
+ 'maintenanceOrderStatuses'?: Array<MaintenanceOrderStatusEnum>;
89
+ /**
90
+ * 是否超时
91
+ * @type {boolean}
92
+ * @memberof DashboardMaintenanceOrderListSearchDTO
93
+ */
94
+ 'isTimeOut'?: boolean;
95
+ /**
96
+ * 页码
97
+ * @type {number}
98
+ * @memberof DashboardMaintenanceOrderListSearchDTO
99
+ */
100
+ 'page': number;
101
+ /**
102
+ * 每页条数
103
+ * @type {number}
104
+ * @memberof DashboardMaintenanceOrderListSearchDTO
105
+ */
106
+ 'pageSize': number;
107
+ }
108
+
@@ -0,0 +1,102 @@
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 DashboardMaintenanceOrderStatisticsByParkVo
21
+ */
22
+ export interface DashboardMaintenanceOrderStatisticsByParkVo {
23
+ /**
24
+ * 园区
25
+ * @type {string}
26
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
27
+ */
28
+ 'parkName'?: string;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
33
+ */
34
+ 'parkId'?: number;
35
+ /**
36
+ * 工单数量
37
+ * @type {number}
38
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
39
+ */
40
+ 'workOrderCount'?: number;
41
+ /**
42
+ * 合同总计金额
43
+ * @type {number}
44
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
45
+ */
46
+ 'totalContractAmount'?: number;
47
+ /**
48
+ * 需求提报数量
49
+ * @type {number}
50
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
51
+ */
52
+ 'demandProposalCount'?: number;
53
+ /**
54
+ * 方案制定数量
55
+ * @type {number}
56
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
57
+ */
58
+ 'schemeDesignCount'?: number;
59
+ /**
60
+ * 立项报告数量
61
+ * @type {number}
62
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
63
+ */
64
+ 'projectInitiationCount'?: number;
65
+ /**
66
+ * 招采招标数量
67
+ * @type {number}
68
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
69
+ */
70
+ 'biddingProcurementCount'?: number;
71
+ /**
72
+ * 施工中数量
73
+ * @type {number}
74
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
75
+ */
76
+ 'underConstructionCount'?: number;
77
+ /**
78
+ * 竣工验收数量
79
+ * @type {number}
80
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
81
+ */
82
+ 'completionAcceptanceCount'?: number;
83
+ /**
84
+ * 结算审计数量
85
+ * @type {number}
86
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
87
+ */
88
+ 'settlementAuditCount'?: number;
89
+ /**
90
+ * 质保期数量
91
+ * @type {number}
92
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
93
+ */
94
+ 'warrantyPeriodCount'?: number;
95
+ /**
96
+ * 已完成数量
97
+ * @type {number}
98
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
99
+ */
100
+ 'completedCount'?: number;
101
+ }
102
+
@@ -0,0 +1,101 @@
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 { MaintenanceOrderTypeEnum } from './maintenance-order-type-enum';
19
+
20
+ /**
21
+ * 修缮订单统计维修类型分组
22
+ * @export
23
+ * @interface DashboardMaintenanceOrderStatisticsByTypeVo
24
+ */
25
+ export interface DashboardMaintenanceOrderStatisticsByTypeVo {
26
+ /**
27
+ *
28
+ * @type {MaintenanceOrderTypeEnum}
29
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
30
+ */
31
+ 'maintenanceOrderType'?: MaintenanceOrderTypeEnum;
32
+ /**
33
+ * 工单数量
34
+ * @type {number}
35
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
36
+ */
37
+ 'workOrderCount'?: number;
38
+ /**
39
+ * 合同总计金额
40
+ * @type {number}
41
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
42
+ */
43
+ 'totalContractAmount'?: number;
44
+ /**
45
+ * 需求提报数量
46
+ * @type {number}
47
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
48
+ */
49
+ 'demandProposalCount'?: number;
50
+ /**
51
+ * 方案制定数量
52
+ * @type {number}
53
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
54
+ */
55
+ 'schemeDesignCount'?: number;
56
+ /**
57
+ * 立项报告数量
58
+ * @type {number}
59
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
60
+ */
61
+ 'projectInitiationCount'?: number;
62
+ /**
63
+ * 招采招标数量
64
+ * @type {number}
65
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
66
+ */
67
+ 'biddingProcurementCount'?: number;
68
+ /**
69
+ * 施工中数量
70
+ * @type {number}
71
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
72
+ */
73
+ 'underConstructionCount'?: number;
74
+ /**
75
+ * 竣工验收数量
76
+ * @type {number}
77
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
78
+ */
79
+ 'completionAcceptanceCount'?: number;
80
+ /**
81
+ * 结算审计数量
82
+ * @type {number}
83
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
84
+ */
85
+ 'settlementAuditCount'?: number;
86
+ /**
87
+ * 质保期数量
88
+ * @type {number}
89
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
90
+ */
91
+ 'warrantyPeriodCount'?: number;
92
+ /**
93
+ * 已完成数量
94
+ * @type {number}
95
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
96
+ */
97
+ 'completedCount'?: number;
98
+ }
99
+
100
+
101
+
package/models/index.ts CHANGED
@@ -88,6 +88,10 @@ export * from './dashboard-base-search-dto';
88
88
  export * from './dashboard-equipment-park-group-stats-vo';
89
89
  export * from './dashboard-equipment-search-dto';
90
90
  export * from './dashboard-equipment-system-group-stats-vo';
91
+ export * from './dashboard-maintenance-order-by-park-search-dto';
92
+ export * from './dashboard-maintenance-order-list-search-dto';
93
+ export * from './dashboard-maintenance-order-statistics-by-park-vo';
94
+ export * from './dashboard-maintenance-order-statistics-by-type-vo';
91
95
  export * from './dashboard-park-statistics-vo';
92
96
  export * from './dashboard-series-stats-base-vo';
93
97
  export * from './dashboard-surveillance-functional-area-group-stats-vo';
@@ -257,6 +261,8 @@ export * from './json-result-list-dashboard-access-park-group-stats-vo';
257
261
  export * from './json-result-list-dashboard-access-source-group-stats-vo';
258
262
  export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
259
263
  export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
264
+ export * from './json-result-list-dashboard-maintenance-order-statistics-by-park-vo';
265
+ export * from './json-result-list-dashboard-maintenance-order-statistics-by-type-vo';
260
266
  export * from './json-result-list-dashboard-series-stats-base-vo';
261
267
  export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
262
268
  export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
@@ -34,26 +34,26 @@ export interface IPageEnergyCostRecordInfoVO {
34
34
  * @type {number}
35
35
  * @memberof IPageEnergyCostRecordInfoVO
36
36
  */
37
- 'current'?: number;
37
+ 'pages'?: number;
38
38
  /**
39
39
  *
40
- * @type {Array<EnergyCostRecordInfoVO>}
40
+ * @type {boolean}
41
41
  * @memberof IPageEnergyCostRecordInfoVO
42
+ * @deprecated
42
43
  */
43
- 'records'?: Array<EnergyCostRecordInfoVO>;
44
+ 'hitCount'?: boolean;
44
45
  /**
45
46
  *
46
- * @type {number}
47
+ * @type {Array<EnergyCostRecordInfoVO>}
47
48
  * @memberof IPageEnergyCostRecordInfoVO
48
49
  */
49
- 'pages'?: number;
50
+ 'records'?: Array<EnergyCostRecordInfoVO>;
50
51
  /**
51
52
  *
52
- * @type {boolean}
53
+ * @type {number}
53
54
  * @memberof IPageEnergyCostRecordInfoVO
54
- * @deprecated
55
55
  */
56
- 'hitCount'?: boolean;
56
+ 'current'?: number;
57
57
  /**
58
58
  *
59
59
  * @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 { DashboardMaintenanceOrderStatisticsByParkVo } from './dashboard-maintenance-order-statistics-by-park-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
27
+ */
28
+ export interface JsonResultListDashboardMaintenanceOrderStatisticsByParkVo {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<DashboardMaintenanceOrderStatisticsByParkVo>}
50
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
51
+ */
52
+ 'data'?: Array<DashboardMaintenanceOrderStatisticsByParkVo> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -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 { DashboardMaintenanceOrderStatisticsByTypeVo } from './dashboard-maintenance-order-statistics-by-type-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
27
+ */
28
+ export interface JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<DashboardMaintenanceOrderStatisticsByTypeVo>}
50
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
51
+ */
52
+ 'data'?: Array<DashboardMaintenanceOrderStatisticsByTypeVo> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -38,6 +38,12 @@ export interface MaintenanceOrderListVo {
38
38
  * @memberof MaintenanceOrderListVo
39
39
  */
40
40
  'parkId'?: number;
41
+ /**
42
+ * 园区名称
43
+ * @type {string}
44
+ * @memberof MaintenanceOrderListVo
45
+ */
46
+ 'parkName'?: string;
41
47
  /**
42
48
  * 修缮单号
43
49
  * @type {string}