@gizone/rrs-client 4.2.8-alpha.468 → 4.2.8-alpha.470

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 (224) hide show
  1. package/.openapi-generator/FILES +37 -0
  2. package/api.ts +1 -0
  3. package/apis/common-api.ts +286 -0
  4. package/apis/dashboard-api.ts +1878 -0
  5. package/apis/work-order-api.ts +164 -10
  6. package/dist/api.d.ts +1 -0
  7. package/dist/api.js +1 -0
  8. package/dist/apis/common-api.d.ts +149 -0
  9. package/dist/apis/common-api.js +215 -0
  10. package/dist/apis/dashboard-api.d.ts +979 -0
  11. package/dist/apis/dashboard-api.js +1469 -0
  12. package/dist/apis/work-order-api.d.ts +91 -4
  13. package/dist/apis/work-order-api.js +104 -10
  14. package/dist/esm/api.d.ts +1 -0
  15. package/dist/esm/api.js +1 -0
  16. package/dist/esm/apis/common-api.d.ts +149 -0
  17. package/dist/esm/apis/common-api.js +215 -0
  18. package/dist/esm/apis/dashboard-api.d.ts +979 -0
  19. package/dist/esm/apis/dashboard-api.js +1462 -0
  20. package/dist/esm/apis/work-order-api.d.ts +91 -4
  21. package/dist/esm/apis/work-order-api.js +104 -10
  22. package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
  23. package/dist/esm/models/access-appointment-source-enum.js +2 -1
  24. package/dist/esm/models/access-record-details-dto.d.ts +7 -0
  25. package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  26. package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
  27. package/dist/esm/models/dashboard-access-search-dto.d.ts +75 -0
  28. package/dist/esm/models/dashboard-access-search-dto.js +14 -0
  29. package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
  30. package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
  31. package/dist/esm/models/dashboard-base-search-dto.d.ts +54 -0
  32. package/dist/esm/models/dashboard-base-search-dto.js +14 -0
  33. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
  34. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +14 -0
  35. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +60 -0
  36. package/dist/esm/models/dashboard-equipment-search-dto.js +14 -0
  37. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
  38. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +14 -0
  39. package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
  40. package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
  41. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
  42. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
  43. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
  44. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.js +14 -0
  45. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +67 -0
  46. package/dist/esm/models/dashboard-surveillance-search-dto.js +14 -0
  47. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
  48. package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
  49. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
  50. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
  51. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
  52. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
  53. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  54. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
  55. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +124 -0
  56. package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
  57. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
  58. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
  59. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
  60. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
  61. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
  62. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  63. package/dist/esm/models/dept-relation-dto.d.ts +24 -0
  64. package/dist/esm/models/equipment-status-stats-vo.d.ts +31 -0
  65. package/dist/esm/models/equipment-status-stats-vo.js +14 -0
  66. package/dist/esm/models/index.d.ts +36 -0
  67. package/dist/esm/models/index.js +36 -0
  68. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  69. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
  70. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  71. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
  72. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
  73. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +14 -0
  74. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
  75. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +14 -0
  76. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  77. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
  78. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
  79. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
  80. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
  81. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +14 -0
  82. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  83. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
  84. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  85. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
  86. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  87. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  88. package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
  89. package/dist/esm/models/json-result-list-inspection-point.js +14 -0
  90. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +62 -0
  91. package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
  92. package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
  93. package/dist/esm/models/json-result-srm-center-entity.js +14 -0
  94. package/dist/esm/models/park-list-dto.d.ts +24 -0
  95. package/dist/esm/models/srm-center-entity.d.ts +61 -0
  96. package/dist/esm/models/srm-center-entity.js +14 -0
  97. package/dist/esm/models/srm-center-vo.d.ts +61 -0
  98. package/dist/esm/models/srm-center-vo.js +14 -0
  99. package/dist/esm/models/srm-level-add-dto.d.ts +55 -0
  100. package/dist/esm/models/srm-level-add-dto.js +14 -0
  101. package/dist/esm/models/work-order-search-dto.d.ts +36 -0
  102. package/dist/models/access-appointment-source-enum.d.ts +1 -0
  103. package/dist/models/access-appointment-source-enum.js +2 -1
  104. package/dist/models/access-record-details-dto.d.ts +7 -0
  105. package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  106. package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
  107. package/dist/models/dashboard-access-search-dto.d.ts +75 -0
  108. package/dist/models/dashboard-access-search-dto.js +15 -0
  109. package/dist/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
  110. package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
  111. package/dist/models/dashboard-base-search-dto.d.ts +54 -0
  112. package/dist/models/dashboard-base-search-dto.js +15 -0
  113. package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
  114. package/dist/models/dashboard-equipment-park-group-stats-vo.js +15 -0
  115. package/dist/models/dashboard-equipment-search-dto.d.ts +60 -0
  116. package/dist/models/dashboard-equipment-search-dto.js +15 -0
  117. package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
  118. package/dist/models/dashboard-equipment-system-group-stats-vo.js +15 -0
  119. package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
  120. package/dist/models/dashboard-series-stats-base-vo.js +15 -0
  121. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
  122. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
  123. package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
  124. package/dist/models/dashboard-surveillance-park-group-stats-vo.js +15 -0
  125. package/dist/models/dashboard-surveillance-search-dto.d.ts +67 -0
  126. package/dist/models/dashboard-surveillance-search-dto.js +15 -0
  127. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
  128. package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
  129. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
  130. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
  131. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
  132. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
  133. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  134. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
  135. package/dist/models/dashboard-work-order-list-search-dto.d.ts +124 -0
  136. package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
  137. package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
  138. package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
  139. package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
  140. package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
  141. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
  142. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  143. package/dist/models/dept-relation-dto.d.ts +24 -0
  144. package/dist/models/equipment-status-stats-vo.d.ts +31 -0
  145. package/dist/models/equipment-status-stats-vo.js +15 -0
  146. package/dist/models/index.d.ts +36 -0
  147. package/dist/models/index.js +36 -0
  148. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  149. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
  150. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  151. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
  152. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
  153. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +15 -0
  154. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
  155. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +15 -0
  156. package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  157. package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
  158. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
  159. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
  160. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
  161. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +15 -0
  162. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  163. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
  164. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  165. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
  166. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  167. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  168. package/dist/models/json-result-list-inspection-point.d.ts +62 -0
  169. package/dist/models/json-result-list-inspection-point.js +15 -0
  170. package/dist/models/json-result-list-srm-center-vo.d.ts +62 -0
  171. package/dist/models/json-result-list-srm-center-vo.js +15 -0
  172. package/dist/models/json-result-srm-center-entity.d.ts +62 -0
  173. package/dist/models/json-result-srm-center-entity.js +15 -0
  174. package/dist/models/park-list-dto.d.ts +24 -0
  175. package/dist/models/srm-center-entity.d.ts +61 -0
  176. package/dist/models/srm-center-entity.js +15 -0
  177. package/dist/models/srm-center-vo.d.ts +61 -0
  178. package/dist/models/srm-center-vo.js +15 -0
  179. package/dist/models/srm-level-add-dto.d.ts +55 -0
  180. package/dist/models/srm-level-add-dto.js +15 -0
  181. package/dist/models/work-order-search-dto.d.ts +36 -0
  182. package/models/access-appointment-source-enum.ts +2 -1
  183. package/models/access-record-details-dto.ts +9 -0
  184. package/models/dashboard-access-park-group-stats-vo.ts +102 -0
  185. package/models/dashboard-access-search-dto.ts +89 -0
  186. package/models/dashboard-access-source-group-stats-vo.ts +71 -0
  187. package/models/dashboard-base-search-dto.ts +60 -0
  188. package/models/dashboard-equipment-park-group-stats-vo.ts +51 -0
  189. package/models/dashboard-equipment-search-dto.ts +66 -0
  190. package/models/dashboard-equipment-system-group-stats-vo.ts +57 -0
  191. package/models/dashboard-series-stats-base-vo.ts +36 -0
  192. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +65 -0
  193. package/models/dashboard-surveillance-park-group-stats-vo.ts +102 -0
  194. package/models/dashboard-surveillance-search-dto.ts +75 -0
  195. package/models/dashboard-work-order-by-park-search-dto.ts +99 -0
  196. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +84 -0
  197. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +69 -0
  198. package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
  199. package/models/dashboard-work-order-list-search-dto.ts +141 -0
  200. package/models/dashboard-work-order-park-group-stats-vo.ts +108 -0
  201. package/models/dashboard-work-order-type-group-stats-vo.ts +80 -0
  202. package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +77 -0
  203. package/models/dept-relation-dto.ts +24 -0
  204. package/models/equipment-status-stats-vo.ts +41 -0
  205. package/models/index.ts +36 -0
  206. package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
  207. package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
  208. package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +72 -0
  209. package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +72 -0
  210. package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
  211. package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +72 -0
  212. package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +72 -0
  213. package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
  214. package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
  215. package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
  216. package/models/json-result-list-inspection-point.ts +72 -0
  217. package/models/json-result-list-srm-center-vo.ts +72 -0
  218. package/models/json-result-srm-center-entity.ts +72 -0
  219. package/models/park-list-dto.ts +24 -0
  220. package/models/srm-center-entity.ts +71 -0
  221. package/models/srm-center-vo.ts +71 -0
  222. package/models/srm-level-add-dto.ts +65 -0
  223. package/models/work-order-search-dto.ts +36 -0
  224. package/package.json +1 -1
@@ -0,0 +1,60 @@
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
+ * 数据看板基础查询DTO
19
+ * @export
20
+ * @interface DashboardBaseSearchDTO
21
+ */
22
+ export interface DashboardBaseSearchDTO {
23
+ /**
24
+ * 园区ID集合
25
+ * @type {Array<number>}
26
+ * @memberof DashboardBaseSearchDTO
27
+ */
28
+ 'parkIds'?: Array<number>;
29
+ /**
30
+ * 开始时间
31
+ * @type {number}
32
+ * @memberof DashboardBaseSearchDTO
33
+ */
34
+ 'startTime'?: number;
35
+ /**
36
+ * 结束时间
37
+ * @type {number}
38
+ * @memberof DashboardBaseSearchDTO
39
+ */
40
+ 'endTime'?: number;
41
+ /**
42
+ * SRM区域编码
43
+ * @type {Array<string>}
44
+ * @memberof DashboardBaseSearchDTO
45
+ */
46
+ 'srmAreaCodes'?: Array<string>;
47
+ /**
48
+ * SRM小微编码
49
+ * @type {Array<string>}
50
+ * @memberof DashboardBaseSearchDTO
51
+ */
52
+ 'srmXwCodes'?: Array<string>;
53
+ /**
54
+ * SRM中心编码
55
+ * @type {Array<string>}
56
+ * @memberof DashboardBaseSearchDTO
57
+ */
58
+ 'srmCenterCodes'?: Array<string>;
59
+ }
60
+
@@ -0,0 +1,51 @@
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 { EquipmentStatusStatsVO } from './equipment-status-stats-vo';
19
+
20
+ /**
21
+ * 数据看板设备园区分组统计VO
22
+ * @export
23
+ * @interface DashboardEquipmentParkGroupStatsVO
24
+ */
25
+ export interface DashboardEquipmentParkGroupStatsVO {
26
+ /**
27
+ * 园区ID
28
+ * @type {number}
29
+ * @memberof DashboardEquipmentParkGroupStatsVO
30
+ */
31
+ 'parkId'?: number;
32
+ /**
33
+ * 园区名称
34
+ * @type {string}
35
+ * @memberof DashboardEquipmentParkGroupStatsVO
36
+ */
37
+ 'parkName'?: string;
38
+ /**
39
+ * 设备总数
40
+ * @type {number}
41
+ * @memberof DashboardEquipmentParkGroupStatsVO
42
+ */
43
+ 'totalCount'?: number;
44
+ /**
45
+ * 设备状态统计
46
+ * @type {Array<EquipmentStatusStatsVO>}
47
+ * @memberof DashboardEquipmentParkGroupStatsVO
48
+ */
49
+ 'equipmentStatusStats'?: Array<EquipmentStatusStatsVO>;
50
+ }
51
+
@@ -0,0 +1,66 @@
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
+ * 数据看板设备查询DTO
19
+ * @export
20
+ * @interface DashboardEquipmentSearchDTO
21
+ */
22
+ export interface DashboardEquipmentSearchDTO {
23
+ /**
24
+ * 园区ID集合
25
+ * @type {Array<number>}
26
+ * @memberof DashboardEquipmentSearchDTO
27
+ */
28
+ 'parkIds'?: Array<number>;
29
+ /**
30
+ * 开始时间
31
+ * @type {number}
32
+ * @memberof DashboardEquipmentSearchDTO
33
+ */
34
+ 'startTime'?: number;
35
+ /**
36
+ * 结束时间
37
+ * @type {number}
38
+ * @memberof DashboardEquipmentSearchDTO
39
+ */
40
+ 'endTime'?: number;
41
+ /**
42
+ * SRM区域编码
43
+ * @type {Array<string>}
44
+ * @memberof DashboardEquipmentSearchDTO
45
+ */
46
+ 'srmAreaCodes'?: Array<string>;
47
+ /**
48
+ * SRM小微编码
49
+ * @type {Array<string>}
50
+ * @memberof DashboardEquipmentSearchDTO
51
+ */
52
+ 'srmXwCodes'?: Array<string>;
53
+ /**
54
+ * SRM中心编码
55
+ * @type {Array<string>}
56
+ * @memberof DashboardEquipmentSearchDTO
57
+ */
58
+ 'srmCenterCodes'?: Array<string>;
59
+ /**
60
+ * 设备系统ID
61
+ * @type {Array<number>}
62
+ * @memberof DashboardEquipmentSearchDTO
63
+ */
64
+ 'equipmentSystemIds'?: Array<number>;
65
+ }
66
+
@@ -0,0 +1,57 @@
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 { EquipmentStatusStatsVO } from './equipment-status-stats-vo';
19
+
20
+ /**
21
+ * 数据看板设备系统分组统计VO
22
+ * @export
23
+ * @interface DashboardEquipmentSystemGroupStatsVO
24
+ */
25
+ export interface DashboardEquipmentSystemGroupStatsVO {
26
+ /**
27
+ * 设备系统ID
28
+ * @type {number}
29
+ * @memberof DashboardEquipmentSystemGroupStatsVO
30
+ */
31
+ 'equipmentSystemId'?: number;
32
+ /**
33
+ * 设备系统名称
34
+ * @type {string}
35
+ * @memberof DashboardEquipmentSystemGroupStatsVO
36
+ */
37
+ 'equipmentSystemName'?: string;
38
+ /**
39
+ * 设备状态统计
40
+ * @type {Array<EquipmentStatusStatsVO>}
41
+ * @memberof DashboardEquipmentSystemGroupStatsVO
42
+ */
43
+ 'equipmentStatusStats'?: Array<EquipmentStatusStatsVO>;
44
+ /**
45
+ * 设备总数
46
+ * @type {number}
47
+ * @memberof DashboardEquipmentSystemGroupStatsVO
48
+ */
49
+ 'totalCount'?: number;
50
+ /**
51
+ * 子节点
52
+ * @type {Array<DashboardEquipmentSystemGroupStatsVO>}
53
+ * @memberof DashboardEquipmentSystemGroupStatsVO
54
+ */
55
+ 'children'?: Array<DashboardEquipmentSystemGroupStatsVO>;
56
+ }
57
+
@@ -0,0 +1,36 @@
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 DashboardSeriesStatsBaseVO
21
+ */
22
+ export interface DashboardSeriesStatsBaseVO {
23
+ /**
24
+ * 时间戳
25
+ * @type {number}
26
+ * @memberof DashboardSeriesStatsBaseVO
27
+ */
28
+ 'timestamp'?: number;
29
+ /**
30
+ * 数值
31
+ * @type {number}
32
+ * @memberof DashboardSeriesStatsBaseVO
33
+ */
34
+ 'value'?: number;
35
+ }
36
+
@@ -0,0 +1,65 @@
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 { FunctionalAreaEnum } from './functional-area-enum';
19
+
20
+ /**
21
+ * 数据看板监控功能分区分组VO
22
+ * @export
23
+ * @interface DashboardSurveillanceFunctionalAreaGroupStatsVO
24
+ */
25
+ export interface DashboardSurveillanceFunctionalAreaGroupStatsVO {
26
+ /**
27
+ *
28
+ * @type {FunctionalAreaEnum}
29
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
30
+ */
31
+ 'functionalArea'?: FunctionalAreaEnum;
32
+ /**
33
+ * 监控总数
34
+ * @type {number}
35
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
36
+ */
37
+ 'totalCount'?: number;
38
+ /**
39
+ * 离线数
40
+ * @type {number}
41
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
42
+ */
43
+ 'offlineCount'?: number;
44
+ /**
45
+ * 累计维修次数
46
+ * @type {number}
47
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
48
+ */
49
+ 'repairCount'?: number;
50
+ /**
51
+ * 图像异常数
52
+ * @type {number}
53
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
54
+ */
55
+ 'exceptionCount'?: number;
56
+ /**
57
+ * 录像丢失数
58
+ * @type {number}
59
+ * @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
60
+ */
61
+ 'videoLossCount'?: number;
62
+ }
63
+
64
+
65
+
@@ -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
+ * 数据看板监控园区分组VO
19
+ * @export
20
+ * @interface DashboardSurveillanceParkGroupStatsVO
21
+ */
22
+ export interface DashboardSurveillanceParkGroupStatsVO {
23
+ /**
24
+ * 园区ID
25
+ * @type {number}
26
+ * @memberof DashboardSurveillanceParkGroupStatsVO
27
+ */
28
+ 'parkId'?: number;
29
+ /**
30
+ * 园区名称
31
+ * @type {string}
32
+ * @memberof DashboardSurveillanceParkGroupStatsVO
33
+ */
34
+ 'parkName'?: string;
35
+ /**
36
+ * 监控总数
37
+ * @type {number}
38
+ * @memberof DashboardSurveillanceParkGroupStatsVO
39
+ */
40
+ 'totalCount'?: number;
41
+ /**
42
+ * 离线数
43
+ * @type {number}
44
+ * @memberof DashboardSurveillanceParkGroupStatsVO
45
+ */
46
+ 'offlineCount'?: number;
47
+ /**
48
+ * 累计维修次数
49
+ * @type {number}
50
+ * @memberof DashboardSurveillanceParkGroupStatsVO
51
+ */
52
+ 'repairCount'?: number;
53
+ /**
54
+ * 图像异常数
55
+ * @type {number}
56
+ * @memberof DashboardSurveillanceParkGroupStatsVO
57
+ */
58
+ 'exceptionCount'?: number;
59
+ /**
60
+ * 录像丢失数
61
+ * @type {number}
62
+ * @memberof DashboardSurveillanceParkGroupStatsVO
63
+ */
64
+ 'videoLossCount'?: number;
65
+ /**
66
+ * srm大区编码
67
+ * @type {string}
68
+ * @memberof DashboardSurveillanceParkGroupStatsVO
69
+ */
70
+ 'srmAreaCode'?: string;
71
+ /**
72
+ * srm大区名称
73
+ * @type {string}
74
+ * @memberof DashboardSurveillanceParkGroupStatsVO
75
+ */
76
+ 'srmAreaName'?: string;
77
+ /**
78
+ * srm小微编码
79
+ * @type {string}
80
+ * @memberof DashboardSurveillanceParkGroupStatsVO
81
+ */
82
+ 'srmXwCode'?: string;
83
+ /**
84
+ * srm小微名称
85
+ * @type {string}
86
+ * @memberof DashboardSurveillanceParkGroupStatsVO
87
+ */
88
+ 'srmXwName'?: string;
89
+ /**
90
+ * srm中心名称
91
+ * @type {string}
92
+ * @memberof DashboardSurveillanceParkGroupStatsVO
93
+ */
94
+ 'srmCenterName'?: string;
95
+ /**
96
+ * srm中心编码
97
+ * @type {string}
98
+ * @memberof DashboardSurveillanceParkGroupStatsVO
99
+ */
100
+ 'srmCenterCode'?: string;
101
+ }
102
+
@@ -0,0 +1,75 @@
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 { FunctionalAreaEnum } from './functional-area-enum';
19
+
20
+ /**
21
+ * 数据看板监控查询DTO
22
+ * @export
23
+ * @interface DashboardSurveillanceSearchDTO
24
+ */
25
+ export interface DashboardSurveillanceSearchDTO {
26
+ /**
27
+ * 园区ID集合
28
+ * @type {Array<number>}
29
+ * @memberof DashboardSurveillanceSearchDTO
30
+ */
31
+ 'parkIds'?: Array<number>;
32
+ /**
33
+ * 开始时间
34
+ * @type {number}
35
+ * @memberof DashboardSurveillanceSearchDTO
36
+ */
37
+ 'startTime'?: number;
38
+ /**
39
+ * 结束时间
40
+ * @type {number}
41
+ * @memberof DashboardSurveillanceSearchDTO
42
+ */
43
+ 'endTime'?: number;
44
+ /**
45
+ * SRM区域编码
46
+ * @type {Array<string>}
47
+ * @memberof DashboardSurveillanceSearchDTO
48
+ */
49
+ 'srmAreaCodes'?: Array<string>;
50
+ /**
51
+ * SRM小微编码
52
+ * @type {Array<string>}
53
+ * @memberof DashboardSurveillanceSearchDTO
54
+ */
55
+ 'srmXwCodes'?: Array<string>;
56
+ /**
57
+ * SRM中心编码
58
+ * @type {Array<string>}
59
+ * @memberof DashboardSurveillanceSearchDTO
60
+ */
61
+ 'srmCenterCodes'?: Array<string>;
62
+ /**
63
+ * 功能区
64
+ * @type {Array<FunctionalAreaEnum>}
65
+ * @memberof DashboardSurveillanceSearchDTO
66
+ */
67
+ 'functionalAreas'?: Array<FunctionalAreaEnum>;
68
+ /**
69
+ * 是否查询为NULL的功能区
70
+ * @type {boolean}
71
+ * @memberof DashboardSurveillanceSearchDTO
72
+ */
73
+ 'includeNullFunctionalArea'?: boolean;
74
+ }
75
+
@@ -0,0 +1,99 @@
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
25
+
26
+ /**
27
+ * 数据看板工单园区查询DTO
28
+ * @export
29
+ * @interface DashboardWorkOrderByParkSearchDTO
30
+ */
31
+ export interface DashboardWorkOrderByParkSearchDTO {
32
+ /**
33
+ * 园区ID集合
34
+ * @type {Array<number>}
35
+ * @memberof DashboardWorkOrderByParkSearchDTO
36
+ */
37
+ 'parkIds'?: Array<number>;
38
+ /**
39
+ * 开始时间
40
+ * @type {number}
41
+ * @memberof DashboardWorkOrderByParkSearchDTO
42
+ */
43
+ 'startTime'?: number;
44
+ /**
45
+ * 结束时间
46
+ * @type {number}
47
+ * @memberof DashboardWorkOrderByParkSearchDTO
48
+ */
49
+ 'endTime'?: number;
50
+ /**
51
+ * SRM区域编码
52
+ * @type {Array<string>}
53
+ * @memberof DashboardWorkOrderByParkSearchDTO
54
+ */
55
+ 'srmAreaCodes'?: Array<string>;
56
+ /**
57
+ * SRM小微编码
58
+ * @type {Array<string>}
59
+ * @memberof DashboardWorkOrderByParkSearchDTO
60
+ */
61
+ 'srmXwCodes'?: Array<string>;
62
+ /**
63
+ * SRM中心编码
64
+ * @type {Array<string>}
65
+ * @memberof DashboardWorkOrderByParkSearchDTO
66
+ */
67
+ 'srmCenterCodes'?: Array<string>;
68
+ /**
69
+ * 工单类型
70
+ * @type {Array<WorkOrderTypeEnum>}
71
+ * @memberof DashboardWorkOrderByParkSearchDTO
72
+ */
73
+ 'workOrderTypes': Array<WorkOrderTypeEnum>;
74
+ /**
75
+ * 工单类型子类
76
+ * @type {Array<WorkOrderTypeSubcategoryEnum>}
77
+ * @memberof DashboardWorkOrderByParkSearchDTO
78
+ */
79
+ 'workOrderTypeSubcategories'?: Array<WorkOrderTypeSubcategoryEnum>;
80
+ /**
81
+ * 工单问题类型
82
+ * @type {Array<WorkOrderIssueTypeEnum>}
83
+ * @memberof DashboardWorkOrderByParkSearchDTO
84
+ */
85
+ 'workOrderIssueTypes'?: Array<WorkOrderIssueTypeEnum>;
86
+ /**
87
+ * 工单类型维度 1:周期性工单 2:普通工单
88
+ * @type {number}
89
+ * @memberof DashboardWorkOrderByParkSearchDTO
90
+ */
91
+ 'workOrderTypeField': number;
92
+ /**
93
+ * 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
94
+ * @type {number}
95
+ * @memberof DashboardWorkOrderByParkSearchDTO
96
+ */
97
+ 'timeField': number;
98
+ }
99
+
@@ -0,0 +1,84 @@
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 { WorkOrderStatusEnum } from './work-order-status-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
22
+
23
+ /**
24
+ * 数据看板工单类型查询DTO
25
+ * @export
26
+ * @interface DashboardWorkOrderByWorkOrderTypeSearchDTO
27
+ */
28
+ export interface DashboardWorkOrderByWorkOrderTypeSearchDTO {
29
+ /**
30
+ * 园区ID集合
31
+ * @type {Array<number>}
32
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
33
+ */
34
+ 'parkIds'?: Array<number>;
35
+ /**
36
+ * 开始时间
37
+ * @type {number}
38
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
39
+ */
40
+ 'startTime'?: number;
41
+ /**
42
+ * 结束时间
43
+ * @type {number}
44
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
45
+ */
46
+ 'endTime'?: number;
47
+ /**
48
+ * SRM区域编码
49
+ * @type {Array<string>}
50
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
51
+ */
52
+ 'srmAreaCodes'?: Array<string>;
53
+ /**
54
+ * SRM小微编码
55
+ * @type {Array<string>}
56
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
57
+ */
58
+ 'srmXwCodes'?: Array<string>;
59
+ /**
60
+ * SRM中心编码
61
+ * @type {Array<string>}
62
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
63
+ */
64
+ 'srmCenterCodes'?: Array<string>;
65
+ /**
66
+ * 工单类型
67
+ * @type {Array<WorkOrderTypeEnum>}
68
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
69
+ */
70
+ 'workOrderTypes': Array<WorkOrderTypeEnum>;
71
+ /**
72
+ * 工单状态
73
+ * @type {Array<WorkOrderStatusEnum>}
74
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
75
+ */
76
+ 'workOrderStatuses'?: Array<WorkOrderStatusEnum>;
77
+ /**
78
+ * 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
79
+ * @type {number}
80
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
81
+ */
82
+ 'timeField': number;
83
+ }
84
+