@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,80 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { MaintenanceOrderStatusEnum } from './maintenance-order-status-enum';
13
+ import type { MaintenanceOrderTypeEnum } from './maintenance-order-type-enum';
14
+ /**
15
+ * 修缮管理多园区查询
16
+ * @export
17
+ * @interface DashboardMaintenanceOrderByParkSearchDTO
18
+ */
19
+ export interface DashboardMaintenanceOrderByParkSearchDTO {
20
+ /**
21
+ * 园区ID集合
22
+ * @type {Array<number>}
23
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
24
+ */
25
+ 'parkIds'?: Array<number>;
26
+ /**
27
+ * 开始时间
28
+ * @type {number}
29
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
30
+ */
31
+ 'startTime'?: number;
32
+ /**
33
+ * 结束时间
34
+ * @type {number}
35
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
36
+ */
37
+ 'endTime'?: number;
38
+ /**
39
+ * SRM区域编码
40
+ * @type {Array<string>}
41
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
42
+ */
43
+ 'srmAreaCodes'?: Array<string>;
44
+ /**
45
+ * SRM小微编码
46
+ * @type {Array<string>}
47
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
48
+ */
49
+ 'srmXwCodes'?: Array<string>;
50
+ /**
51
+ * SRM中心编码
52
+ * @type {Array<string>}
53
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
54
+ */
55
+ 'srmCenterCodes'?: Array<string>;
56
+ /**
57
+ * 应执行开始时间
58
+ * @type {number}
59
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
60
+ */
61
+ 'plannedStartTime'?: number;
62
+ /**
63
+ * 应执行结束时间
64
+ * @type {number}
65
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
66
+ */
67
+ 'plannedEndTime'?: number;
68
+ /**
69
+ * 维修类型
70
+ * @type {Array<MaintenanceOrderTypeEnum>}
71
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
72
+ */
73
+ 'maintenanceOrderTypes'?: Array<MaintenanceOrderTypeEnum>;
74
+ /**
75
+ * 维修状态
76
+ * @type {Array<MaintenanceOrderStatusEnum>}
77
+ * @memberof DashboardMaintenanceOrderByParkSearchDTO
78
+ */
79
+ 'maintenanceOrderStatuses'?: Array<MaintenanceOrderStatusEnum>;
80
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -0,0 +1,98 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { MaintenanceOrderStatusEnum } from './maintenance-order-status-enum';
13
+ import type { MaintenanceOrderTypeEnum } from './maintenance-order-type-enum';
14
+ /**
15
+ * 修缮管理列表搜索
16
+ * @export
17
+ * @interface DashboardMaintenanceOrderListSearchDTO
18
+ */
19
+ export interface DashboardMaintenanceOrderListSearchDTO {
20
+ /**
21
+ * 园区ID集合
22
+ * @type {Array<number>}
23
+ * @memberof DashboardMaintenanceOrderListSearchDTO
24
+ */
25
+ 'parkIds'?: Array<number>;
26
+ /**
27
+ * 开始时间
28
+ * @type {number}
29
+ * @memberof DashboardMaintenanceOrderListSearchDTO
30
+ */
31
+ 'startTime'?: number;
32
+ /**
33
+ * 结束时间
34
+ * @type {number}
35
+ * @memberof DashboardMaintenanceOrderListSearchDTO
36
+ */
37
+ 'endTime'?: number;
38
+ /**
39
+ * SRM区域编码
40
+ * @type {Array<string>}
41
+ * @memberof DashboardMaintenanceOrderListSearchDTO
42
+ */
43
+ 'srmAreaCodes'?: Array<string>;
44
+ /**
45
+ * SRM小微编码
46
+ * @type {Array<string>}
47
+ * @memberof DashboardMaintenanceOrderListSearchDTO
48
+ */
49
+ 'srmXwCodes'?: Array<string>;
50
+ /**
51
+ * SRM中心编码
52
+ * @type {Array<string>}
53
+ * @memberof DashboardMaintenanceOrderListSearchDTO
54
+ */
55
+ 'srmCenterCodes'?: Array<string>;
56
+ /**
57
+ * 应执行开始时间
58
+ * @type {number}
59
+ * @memberof DashboardMaintenanceOrderListSearchDTO
60
+ */
61
+ 'plannedStartTime'?: number;
62
+ /**
63
+ * 应执行结束时间
64
+ * @type {number}
65
+ * @memberof DashboardMaintenanceOrderListSearchDTO
66
+ */
67
+ 'plannedEndTime'?: number;
68
+ /**
69
+ * 维修类型
70
+ * @type {Array<MaintenanceOrderTypeEnum>}
71
+ * @memberof DashboardMaintenanceOrderListSearchDTO
72
+ */
73
+ 'maintenanceOrderTypes'?: Array<MaintenanceOrderTypeEnum>;
74
+ /**
75
+ * 维修状态
76
+ * @type {Array<MaintenanceOrderStatusEnum>}
77
+ * @memberof DashboardMaintenanceOrderListSearchDTO
78
+ */
79
+ 'maintenanceOrderStatuses'?: Array<MaintenanceOrderStatusEnum>;
80
+ /**
81
+ * 是否超时
82
+ * @type {boolean}
83
+ * @memberof DashboardMaintenanceOrderListSearchDTO
84
+ */
85
+ 'isTimeOut'?: boolean;
86
+ /**
87
+ * 页码
88
+ * @type {number}
89
+ * @memberof DashboardMaintenanceOrderListSearchDTO
90
+ */
91
+ 'page': number;
92
+ /**
93
+ * 每页条数
94
+ * @type {number}
95
+ * @memberof DashboardMaintenanceOrderListSearchDTO
96
+ */
97
+ 'pageSize': number;
98
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -0,0 +1,96 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 修缮管理按园区分组试图
14
+ * @export
15
+ * @interface DashboardMaintenanceOrderStatisticsByParkVo
16
+ */
17
+ export interface DashboardMaintenanceOrderStatisticsByParkVo {
18
+ /**
19
+ * 园区
20
+ * @type {string}
21
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
22
+ */
23
+ 'parkName'?: string;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
28
+ */
29
+ 'parkId'?: number;
30
+ /**
31
+ * 工单数量
32
+ * @type {number}
33
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
34
+ */
35
+ 'workOrderCount'?: number;
36
+ /**
37
+ * 合同总计金额
38
+ * @type {number}
39
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
40
+ */
41
+ 'totalContractAmount'?: number;
42
+ /**
43
+ * 需求提报数量
44
+ * @type {number}
45
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
46
+ */
47
+ 'demandProposalCount'?: number;
48
+ /**
49
+ * 方案制定数量
50
+ * @type {number}
51
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
52
+ */
53
+ 'schemeDesignCount'?: number;
54
+ /**
55
+ * 立项报告数量
56
+ * @type {number}
57
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
58
+ */
59
+ 'projectInitiationCount'?: number;
60
+ /**
61
+ * 招采招标数量
62
+ * @type {number}
63
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
64
+ */
65
+ 'biddingProcurementCount'?: number;
66
+ /**
67
+ * 施工中数量
68
+ * @type {number}
69
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
70
+ */
71
+ 'underConstructionCount'?: number;
72
+ /**
73
+ * 竣工验收数量
74
+ * @type {number}
75
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
76
+ */
77
+ 'completionAcceptanceCount'?: number;
78
+ /**
79
+ * 结算审计数量
80
+ * @type {number}
81
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
82
+ */
83
+ 'settlementAuditCount'?: number;
84
+ /**
85
+ * 质保期数量
86
+ * @type {number}
87
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
88
+ */
89
+ 'warrantyPeriodCount'?: number;
90
+ /**
91
+ * 已完成数量
92
+ * @type {number}
93
+ * @memberof DashboardMaintenanceOrderStatisticsByParkVo
94
+ */
95
+ 'completedCount'?: number;
96
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -0,0 +1,91 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { MaintenanceOrderTypeEnum } from './maintenance-order-type-enum';
13
+ /**
14
+ * 修缮订单统计维修类型分组
15
+ * @export
16
+ * @interface DashboardMaintenanceOrderStatisticsByTypeVo
17
+ */
18
+ export interface DashboardMaintenanceOrderStatisticsByTypeVo {
19
+ /**
20
+ *
21
+ * @type {MaintenanceOrderTypeEnum}
22
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
23
+ */
24
+ 'maintenanceOrderType'?: MaintenanceOrderTypeEnum;
25
+ /**
26
+ * 工单数量
27
+ * @type {number}
28
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
29
+ */
30
+ 'workOrderCount'?: number;
31
+ /**
32
+ * 合同总计金额
33
+ * @type {number}
34
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
35
+ */
36
+ 'totalContractAmount'?: number;
37
+ /**
38
+ * 需求提报数量
39
+ * @type {number}
40
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
41
+ */
42
+ 'demandProposalCount'?: number;
43
+ /**
44
+ * 方案制定数量
45
+ * @type {number}
46
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
47
+ */
48
+ 'schemeDesignCount'?: number;
49
+ /**
50
+ * 立项报告数量
51
+ * @type {number}
52
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
53
+ */
54
+ 'projectInitiationCount'?: number;
55
+ /**
56
+ * 招采招标数量
57
+ * @type {number}
58
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
59
+ */
60
+ 'biddingProcurementCount'?: number;
61
+ /**
62
+ * 施工中数量
63
+ * @type {number}
64
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
65
+ */
66
+ 'underConstructionCount'?: number;
67
+ /**
68
+ * 竣工验收数量
69
+ * @type {number}
70
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
71
+ */
72
+ 'completionAcceptanceCount'?: number;
73
+ /**
74
+ * 结算审计数量
75
+ * @type {number}
76
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
77
+ */
78
+ 'settlementAuditCount'?: number;
79
+ /**
80
+ * 质保期数量
81
+ * @type {number}
82
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
83
+ */
84
+ 'warrantyPeriodCount'?: number;
85
+ /**
86
+ * 已完成数量
87
+ * @type {number}
88
+ * @memberof DashboardMaintenanceOrderStatisticsByTypeVo
89
+ */
90
+ 'completedCount'?: number;
91
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -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';
@@ -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';
@@ -27,26 +27,26 @@ export interface IPageEnergyCostRecordInfoVO {
27
27
  * @type {number}
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
- 'current'?: number;
30
+ 'pages'?: number;
31
31
  /**
32
32
  *
33
- * @type {Array<EnergyCostRecordInfoVO>}
33
+ * @type {boolean}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
+ * @deprecated
35
36
  */
36
- 'records'?: Array<EnergyCostRecordInfoVO>;
37
+ 'hitCount'?: boolean;
37
38
  /**
38
39
  *
39
- * @type {number}
40
+ * @type {Array<EnergyCostRecordInfoVO>}
40
41
  * @memberof IPageEnergyCostRecordInfoVO
41
42
  */
42
- 'pages'?: number;
43
+ 'records'?: Array<EnergyCostRecordInfoVO>;
43
44
  /**
44
45
  *
45
- * @type {boolean}
46
+ * @type {number}
46
47
  * @memberof IPageEnergyCostRecordInfoVO
47
- * @deprecated
48
48
  */
49
- 'hitCount'?: boolean;
49
+ 'current'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BaseErrorResult } from './base-error-result';
13
+ import type { DashboardMaintenanceOrderStatisticsByParkVo } from './dashboard-maintenance-order-statistics-by-park-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
18
+ */
19
+ export interface JsonResultListDashboardMaintenanceOrderStatisticsByParkVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<DashboardMaintenanceOrderStatisticsByParkVo>}
41
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
42
+ */
43
+ 'data'?: Array<DashboardMaintenanceOrderStatisticsByParkVo> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByParkVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BaseErrorResult } from './base-error-result';
13
+ import type { DashboardMaintenanceOrderStatisticsByTypeVo } from './dashboard-maintenance-order-statistics-by-type-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
18
+ */
19
+ export interface JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<DashboardMaintenanceOrderStatisticsByTypeVo>}
41
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
42
+ */
43
+ 'data'?: Array<DashboardMaintenanceOrderStatisticsByTypeVo> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListDashboardMaintenanceOrderStatisticsByTypeVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -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
  */