@gizone/rrs-client 4.1.2-alpha.181 → 4.1.2-alpha.182

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 (217) hide show
  1. package/.openapi-generator/FILES +1 -18
  2. package/api.ts +0 -1
  3. package/apis/equipment-api.ts +91 -0
  4. package/apis/open-api-api.ts +0 -312
  5. package/apis/space-api.ts +118 -4
  6. package/apis/work-order-api.ts +0 -103
  7. package/dist/api.d.ts +0 -1
  8. package/dist/api.js +0 -1
  9. package/dist/apis/equipment-api.d.ts +47 -0
  10. package/dist/apis/equipment-api.js +70 -0
  11. package/dist/apis/open-api-api.d.ts +0 -166
  12. package/dist/apis/open-api-api.js +0 -226
  13. package/dist/apis/space-api.d.ts +65 -4
  14. package/dist/apis/space-api.js +81 -0
  15. package/dist/apis/work-order-api.d.ts +0 -55
  16. package/dist/apis/work-order-api.js +0 -75
  17. package/dist/esm/api.d.ts +0 -1
  18. package/dist/esm/api.js +0 -1
  19. package/dist/esm/apis/equipment-api.d.ts +47 -0
  20. package/dist/esm/apis/equipment-api.js +70 -0
  21. package/dist/esm/apis/open-api-api.d.ts +0 -166
  22. package/dist/esm/apis/open-api-api.js +1 -227
  23. package/dist/esm/apis/space-api.d.ts +65 -4
  24. package/dist/esm/apis/space-api.js +81 -0
  25. package/dist/esm/apis/work-order-api.d.ts +0 -55
  26. package/dist/esm/apis/work-order-api.js +0 -75
  27. package/dist/esm/models/equipment-detail-dto.d.ts +3 -23
  28. package/dist/esm/models/equipment-edit-batch-vo.d.ts +2 -3
  29. package/dist/esm/models/equipment-edit-vo.d.ts +3 -17
  30. package/dist/esm/models/equipment-search-system-dto.d.ts +3 -23
  31. package/dist/esm/models/equipment-search-vo.d.ts +3 -4
  32. package/dist/esm/models/equipment-tree-details-dto.d.ts +3 -23
  33. package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
  34. package/dist/esm/models/index.d.ts +1 -17
  35. package/dist/esm/models/index.js +1 -17
  36. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  37. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -6
  38. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -13
  39. package/dist/esm/models/park-info-dto.d.ts +0 -6
  40. package/dist/esm/models/result-code.d.ts +0 -1
  41. package/dist/esm/models/result-code.js +0 -1
  42. package/dist/esm/models/space-add-excel-dto.d.ts +10 -28
  43. package/dist/esm/models/space-add-vo.d.ts +9 -22
  44. package/dist/esm/models/space-detail-dto.d.ts +3 -16
  45. package/dist/esm/models/space-edit-vo.d.ts +3 -16
  46. package/dist/{models/space-industry-attribute-enum.d.ts → esm/models/space-industry-attribute.d.ts} +2 -2
  47. package/dist/esm/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +1 -1
  48. package/dist/esm/models/space-tree-dto.d.ts +3 -16
  49. package/dist/esm/models/space.d.ts +3 -3
  50. package/dist/esm/models/sync-equipment-vo.d.ts +174 -13
  51. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -1
  52. package/dist/esm/models/system-user-msg-source-type-enum.js +1 -2
  53. package/dist/esm/models/work-order-ext-data.d.ts +0 -7
  54. package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -2
  55. package/dist/esm/models/work-order-internal-status-enum.js +1 -3
  56. package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -10
  57. package/dist/esm/models/work-order-issue-type-enum.js +1 -11
  58. package/dist/esm/models/work-order-report-vo.d.ts +1 -8
  59. package/dist/esm/models/work-order-settings-type-enum.d.ts +0 -1
  60. package/dist/esm/models/work-order-settings-type-enum.js +1 -2
  61. package/dist/esm/models/work-order-source-enum.d.ts +1 -1
  62. package/dist/esm/models/work-order-source-enum.js +1 -1
  63. package/dist/esm/models/work-order-type-enum.d.ts +0 -1
  64. package/dist/esm/models/work-order-type-enum.js +1 -2
  65. package/dist/models/equipment-detail-dto.d.ts +3 -23
  66. package/dist/models/equipment-edit-batch-vo.d.ts +2 -3
  67. package/dist/models/equipment-edit-vo.d.ts +3 -17
  68. package/dist/models/equipment-search-system-dto.d.ts +3 -23
  69. package/dist/models/equipment-search-vo.d.ts +3 -4
  70. package/dist/models/equipment-tree-details-dto.d.ts +3 -23
  71. package/dist/models/get-user-wx200-response.d.ts +10 -10
  72. package/dist/models/index.d.ts +1 -17
  73. package/dist/models/index.js +1 -17
  74. package/dist/models/ipage-access-vo.d.ts +6 -6
  75. package/dist/models/network-monitor-repair-add-vo.d.ts +0 -6
  76. package/dist/models/network-monitor-repair-details-dto.d.ts +0 -13
  77. package/dist/models/park-info-dto.d.ts +0 -6
  78. package/dist/models/result-code.d.ts +0 -1
  79. package/dist/models/result-code.js +0 -1
  80. package/dist/models/space-add-excel-dto.d.ts +10 -28
  81. package/dist/models/space-add-vo.d.ts +9 -22
  82. package/dist/models/space-detail-dto.d.ts +3 -16
  83. package/dist/models/space-edit-vo.d.ts +3 -16
  84. package/dist/{esm/models/space-industry-attribute-enum.d.ts → models/space-industry-attribute.d.ts} +2 -2
  85. package/dist/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +2 -2
  86. package/dist/models/space-tree-dto.d.ts +3 -16
  87. package/dist/models/space.d.ts +3 -3
  88. package/dist/models/sync-equipment-vo.d.ts +174 -13
  89. package/dist/models/system-user-msg-source-type-enum.d.ts +0 -1
  90. package/dist/models/system-user-msg-source-type-enum.js +1 -2
  91. package/dist/models/work-order-ext-data.d.ts +0 -7
  92. package/dist/models/work-order-internal-status-enum.d.ts +0 -2
  93. package/dist/models/work-order-internal-status-enum.js +1 -3
  94. package/dist/models/work-order-issue-type-enum.d.ts +0 -10
  95. package/dist/models/work-order-issue-type-enum.js +1 -11
  96. package/dist/models/work-order-report-vo.d.ts +1 -8
  97. package/dist/models/work-order-settings-type-enum.d.ts +0 -1
  98. package/dist/models/work-order-settings-type-enum.js +1 -2
  99. package/dist/models/work-order-source-enum.d.ts +1 -1
  100. package/dist/models/work-order-source-enum.js +1 -1
  101. package/dist/models/work-order-type-enum.d.ts +0 -1
  102. package/dist/models/work-order-type-enum.js +1 -2
  103. package/models/equipment-detail-dto.ts +3 -29
  104. package/models/equipment-edit-batch-vo.ts +2 -7
  105. package/models/equipment-edit-vo.ts +3 -23
  106. package/models/equipment-search-system-dto.ts +3 -29
  107. package/models/equipment-search-vo.ts +3 -8
  108. package/models/equipment-tree-details-dto.ts +3 -29
  109. package/models/get-user-wx200-response.ts +10 -10
  110. package/models/index.ts +1 -17
  111. package/models/ipage-access-vo.ts +6 -6
  112. package/models/network-monitor-repair-add-vo.ts +0 -6
  113. package/models/network-monitor-repair-details-dto.ts +0 -15
  114. package/models/park-info-dto.ts +0 -6
  115. package/models/result-code.ts +0 -1
  116. package/models/space-add-excel-dto.ts +10 -28
  117. package/models/space-add-vo.ts +9 -24
  118. package/models/space-detail-dto.ts +3 -18
  119. package/models/space-edit-vo.ts +3 -18
  120. package/models/{space-industry-attribute-enum.ts → space-industry-attribute.ts} +2 -2
  121. package/models/space-tree-dto.ts +3 -18
  122. package/models/space.ts +3 -3
  123. package/models/sync-equipment-vo.ts +174 -15
  124. package/models/system-user-msg-source-type-enum.ts +1 -2
  125. package/models/work-order-ext-data.ts +0 -9
  126. package/models/work-order-internal-status-enum.ts +1 -3
  127. package/models/work-order-issue-type-enum.ts +1 -11
  128. package/models/work-order-report-vo.ts +1 -10
  129. package/models/work-order-settings-type-enum.ts +1 -2
  130. package/models/work-order-source-enum.ts +1 -1
  131. package/models/work-order-type-enum.ts +1 -2
  132. package/package.json +1 -1
  133. package/apis/offline-alert-work-order-controller-api.ts +0 -149
  134. package/dist/apis/offline-alert-work-order-controller-api.d.ts +0 -87
  135. package/dist/apis/offline-alert-work-order-controller-api.js +0 -138
  136. package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +0 -87
  137. package/dist/esm/apis/offline-alert-work-order-controller-api.js +0 -131
  138. package/dist/esm/models/equipment-status-enum.d.ts +0 -25
  139. package/dist/esm/models/equipment-status-enum.js +0 -26
  140. package/dist/esm/models/equipment-status.d.ts +0 -30
  141. package/dist/esm/models/equipment-status.js +0 -14
  142. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
  143. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
  144. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
  145. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
  146. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
  147. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +0 -14
  148. package/dist/esm/models/offline-alert-device-vo.d.ts +0 -30
  149. package/dist/esm/models/offline-alert-device-vo.js +0 -14
  150. package/dist/esm/models/offline-alert-submit-vo.d.ts +0 -43
  151. package/dist/esm/models/offline-alert-submit-vo.js +0 -14
  152. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +0 -91
  153. package/dist/esm/models/offline-alert-work-order-details-dto.js +0 -14
  154. package/dist/esm/models/offline-alert-work-order-info.d.ts +0 -72
  155. package/dist/esm/models/offline-alert-work-order-info.js +0 -21
  156. package/dist/esm/models/offline-alert-work-order-vo.d.ts +0 -43
  157. package/dist/esm/models/offline-alert-work-order-vo.js +0 -14
  158. package/dist/esm/models/source-work-order-dto.d.ts +0 -37
  159. package/dist/esm/models/source-work-order-dto.js +0 -14
  160. package/dist/esm/models/space-level-enum.d.ts +0 -23
  161. package/dist/esm/models/space-level-enum.js +0 -24
  162. package/dist/esm/models/sync-equipment-status-vo.d.ts +0 -37
  163. package/dist/esm/models/sync-equipment-status-vo.js +0 -14
  164. package/dist/esm/models/sync-equipment-vo-equipment.d.ts +0 -90
  165. package/dist/esm/models/sync-equipment-vo-equipment.js +0 -14
  166. package/dist/esm/models/third-party-system-enum.d.ts +0 -22
  167. package/dist/esm/models/third-party-system-enum.js +0 -23
  168. package/dist/esm/models/work-order-submit-vo.d.ts +0 -25
  169. package/dist/esm/models/work-order-submit-vo.js +0 -14
  170. package/dist/models/equipment-status-enum.d.ts +0 -25
  171. package/dist/models/equipment-status-enum.js +0 -29
  172. package/dist/models/equipment-status.d.ts +0 -30
  173. package/dist/models/equipment-status.js +0 -15
  174. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
  175. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
  176. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
  177. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
  178. package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
  179. package/dist/models/json-result-offline-alert-work-order-details-dto.js +0 -15
  180. package/dist/models/offline-alert-device-vo.d.ts +0 -30
  181. package/dist/models/offline-alert-device-vo.js +0 -15
  182. package/dist/models/offline-alert-submit-vo.d.ts +0 -43
  183. package/dist/models/offline-alert-submit-vo.js +0 -15
  184. package/dist/models/offline-alert-work-order-details-dto.d.ts +0 -91
  185. package/dist/models/offline-alert-work-order-details-dto.js +0 -15
  186. package/dist/models/offline-alert-work-order-info.d.ts +0 -72
  187. package/dist/models/offline-alert-work-order-info.js +0 -24
  188. package/dist/models/offline-alert-work-order-vo.d.ts +0 -43
  189. package/dist/models/offline-alert-work-order-vo.js +0 -15
  190. package/dist/models/source-work-order-dto.d.ts +0 -37
  191. package/dist/models/source-work-order-dto.js +0 -15
  192. package/dist/models/space-level-enum.d.ts +0 -23
  193. package/dist/models/space-level-enum.js +0 -27
  194. package/dist/models/sync-equipment-status-vo.d.ts +0 -37
  195. package/dist/models/sync-equipment-status-vo.js +0 -15
  196. package/dist/models/sync-equipment-vo-equipment.d.ts +0 -90
  197. package/dist/models/sync-equipment-vo-equipment.js +0 -15
  198. package/dist/models/third-party-system-enum.d.ts +0 -22
  199. package/dist/models/third-party-system-enum.js +0 -26
  200. package/dist/models/work-order-submit-vo.d.ts +0 -25
  201. package/dist/models/work-order-submit-vo.js +0 -15
  202. package/models/equipment-status-enum.ts +0 -35
  203. package/models/equipment-status.ts +0 -36
  204. package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -51
  205. package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -72
  206. package/models/json-result-offline-alert-work-order-details-dto.ts +0 -72
  207. package/models/offline-alert-device-vo.ts +0 -36
  208. package/models/offline-alert-submit-vo.ts +0 -53
  209. package/models/offline-alert-work-order-details-dto.ts +0 -113
  210. package/models/offline-alert-work-order-info.ts +0 -86
  211. package/models/offline-alert-work-order-vo.ts +0 -53
  212. package/models/source-work-order-dto.ts +0 -47
  213. package/models/space-level-enum.ts +0 -33
  214. package/models/sync-equipment-status-vo.ts +0 -45
  215. package/models/sync-equipment-vo-equipment.ts +0 -96
  216. package/models/third-party-system-enum.ts +0 -32
  217. package/models/work-order-submit-vo.ts +0 -33
@@ -1,36 +0,0 @@
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 OfflineAlertDeviceVo
21
- */
22
- export interface OfflineAlertDeviceVo {
23
- /**
24
- * 设备id
25
- * @type {number}
26
- * @memberof OfflineAlertDeviceVo
27
- */
28
- 'deviceId'?: number;
29
- /**
30
- * 设备名称
31
- * @type {string}
32
- * @memberof OfflineAlertDeviceVo
33
- */
34
- 'deviceName'?: string;
35
- }
36
-
@@ -1,53 +0,0 @@
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
-
20
- /**
21
- * 离线告警工单参数
22
- * @export
23
- * @interface OfflineAlertSubmitVo
24
- */
25
- export interface OfflineAlertSubmitVo {
26
- /**
27
- *
28
- * @type {WorkOrderIssueTypeEnum}
29
- * @memberof OfflineAlertSubmitVo
30
- */
31
- 'issueType'?: WorkOrderIssueTypeEnum;
32
- /**
33
- * 要求修复时间
34
- * @type {string}
35
- * @memberof OfflineAlertSubmitVo
36
- */
37
- 'requireRepairTime'?: string;
38
- /**
39
- * 原因描述
40
- * @type {string}
41
- * @memberof OfflineAlertSubmitVo
42
- */
43
- 'reasonDescription'?: string;
44
- /**
45
- * 图片/视频地址
46
- * @type {Array<string>}
47
- * @memberof OfflineAlertSubmitVo
48
- */
49
- 'reasonImage'?: Array<string>;
50
- }
51
-
52
-
53
-
@@ -1,113 +0,0 @@
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 { WorkOrderExtData } from './work-order-ext-data';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { WorkOrderHandlerDto } from './work-order-handler-dto';
22
- // May contain unused imports in some cases
23
- // @ts-ignore
24
- import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
25
- // May contain unused imports in some cases
26
- // @ts-ignore
27
- import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
28
- // May contain unused imports in some cases
29
- // @ts-ignore
30
- import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
31
- // May contain unused imports in some cases
32
- // @ts-ignore
33
- import type { WorkOrderStatusEnum } from './work-order-status-enum';
34
- // May contain unused imports in some cases
35
- // @ts-ignore
36
- import type { WorkOrderTypeEnum } from './work-order-type-enum';
37
-
38
- /**
39
- * 离线告警工单详情
40
- * @export
41
- * @interface OfflineAlertWorkOrderDetailsDto
42
- */
43
- export interface OfflineAlertWorkOrderDetailsDto {
44
- /**
45
- * 工单id
46
- * @type {number}
47
- * @memberof OfflineAlertWorkOrderDetailsDto
48
- */
49
- 'workOrderId'?: number;
50
- /**
51
- * 园区ID
52
- * @type {number}
53
- * @memberof OfflineAlertWorkOrderDetailsDto
54
- */
55
- 'parkId'?: number;
56
- /**
57
- * 工单编号
58
- * @type {string}
59
- * @memberof OfflineAlertWorkOrderDetailsDto
60
- */
61
- 'workOrderNo'?: string;
62
- /**
63
- * 工单名称
64
- * @type {string}
65
- * @memberof OfflineAlertWorkOrderDetailsDto
66
- */
67
- 'workOrderName'?: string;
68
- /**
69
- *
70
- * @type {WorkOrderTypeEnum}
71
- * @memberof OfflineAlertWorkOrderDetailsDto
72
- */
73
- 'workOrderType'?: WorkOrderTypeEnum;
74
- /**
75
- *
76
- * @type {WorkOrderStatusEnum}
77
- * @memberof OfflineAlertWorkOrderDetailsDto
78
- */
79
- 'workOrderStatus'?: WorkOrderStatusEnum;
80
- /**
81
- *
82
- * @type {WorkOrderSponsorDto}
83
- * @memberof OfflineAlertWorkOrderDetailsDto
84
- */
85
- 'sponsor'?: WorkOrderSponsorDto;
86
- /**
87
- *
88
- * @type {WorkOrderHandlerDto}
89
- * @memberof OfflineAlertWorkOrderDetailsDto
90
- */
91
- 'handler'?: WorkOrderHandlerDto;
92
- /**
93
- *
94
- * @type {WorkOrderIssueTypeEnum}
95
- * @memberof OfflineAlertWorkOrderDetailsDto
96
- */
97
- 'workOrderIssueType'?: WorkOrderIssueTypeEnum;
98
- /**
99
- *
100
- * @type {WorkOrderInternalStatusEnum}
101
- * @memberof OfflineAlertWorkOrderDetailsDto
102
- */
103
- 'internalStatus'?: WorkOrderInternalStatusEnum;
104
- /**
105
- *
106
- * @type {WorkOrderExtData}
107
- * @memberof OfflineAlertWorkOrderDetailsDto
108
- */
109
- 'workOrderExtData'?: WorkOrderExtData;
110
- }
111
-
112
-
113
-
@@ -1,86 +0,0 @@
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 { OfflineAlertDeviceVo } from './offline-alert-device-vo';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
22
-
23
- /**
24
- * 离线告警工单信息
25
- * @export
26
- * @interface OfflineAlertWorkOrderInfo
27
- */
28
- export interface OfflineAlertWorkOrderInfo {
29
- /**
30
- * 离线告警设备
31
- * @type {Array<OfflineAlertDeviceVo>}
32
- * @memberof OfflineAlertWorkOrderInfo
33
- */
34
- 'devices'?: Array<OfflineAlertDeviceVo>;
35
- /**
36
- * 离线告警设备类型枚举
37
- * @type {string}
38
- * @memberof OfflineAlertWorkOrderInfo
39
- */
40
- 'deviceType'?: OfflineAlertWorkOrderInfoDeviceTypeEnum;
41
- /**
42
- * 离线告警风险等级枚举
43
- * @type {string}
44
- * @memberof OfflineAlertWorkOrderInfo
45
- */
46
- 'riskLevel'?: OfflineAlertWorkOrderInfoRiskLevelEnum;
47
- /**
48
- * 要求修复时间
49
- * @type {string}
50
- * @memberof OfflineAlertWorkOrderInfo
51
- */
52
- 'requireRepairTime'?: string;
53
- /**
54
- * 原因描述
55
- * @type {string}
56
- * @memberof OfflineAlertWorkOrderInfo
57
- */
58
- 'reasonDescription'?: string;
59
- /**
60
- * 原因图片
61
- * @type {Array<string>}
62
- * @memberof OfflineAlertWorkOrderInfo
63
- */
64
- 'reasonImage'?: Array<string>;
65
- /**
66
- *
67
- * @type {WorkOrderIssueTypeEnum}
68
- * @memberof OfflineAlertWorkOrderInfo
69
- */
70
- 'issueType'?: WorkOrderIssueTypeEnum;
71
- }
72
-
73
- export const OfflineAlertWorkOrderInfoDeviceTypeEnum = {
74
- Surveillance: 'SURVEILLANCE'
75
- } as const;
76
-
77
- export type OfflineAlertWorkOrderInfoDeviceTypeEnum = typeof OfflineAlertWorkOrderInfoDeviceTypeEnum[keyof typeof OfflineAlertWorkOrderInfoDeviceTypeEnum];
78
- export const OfflineAlertWorkOrderInfoRiskLevelEnum = {
79
- VeryHigh: 'VERY_HIGH',
80
- High: 'HIGH',
81
- Low: 'LOW'
82
- } as const;
83
-
84
- export type OfflineAlertWorkOrderInfoRiskLevelEnum = typeof OfflineAlertWorkOrderInfoRiskLevelEnum[keyof typeof OfflineAlertWorkOrderInfoRiskLevelEnum];
85
-
86
-
@@ -1,53 +0,0 @@
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
-
20
- /**
21
- * 设备离线告警工单
22
- * @export
23
- * @interface OfflineAlertWorkOrderVo
24
- */
25
- export interface OfflineAlertWorkOrderVo {
26
- /**
27
- *
28
- * @type {WorkOrderIssueTypeEnum}
29
- * @memberof OfflineAlertWorkOrderVo
30
- */
31
- 'issueType'?: WorkOrderIssueTypeEnum;
32
- /**
33
- * 要求修复时间
34
- * @type {string}
35
- * @memberof OfflineAlertWorkOrderVo
36
- */
37
- 'requireRepairTime'?: string;
38
- /**
39
- * 原因描述
40
- * @type {string}
41
- * @memberof OfflineAlertWorkOrderVo
42
- */
43
- 'reasonDescription'?: string;
44
- /**
45
- * 原因图片/视频地址
46
- * @type {Array<string>}
47
- * @memberof OfflineAlertWorkOrderVo
48
- */
49
- 'reasonImage'?: Array<string>;
50
- }
51
-
52
-
53
-
@@ -1,47 +0,0 @@
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 { WorkOrderTypeEnum } from './work-order-type-enum';
19
-
20
- /**
21
- * 来源工单
22
- * @export
23
- * @interface SourceWorkOrderDTO
24
- */
25
- export interface SourceWorkOrderDTO {
26
- /**
27
- * 工单ID
28
- * @type {number}
29
- * @memberof SourceWorkOrderDTO
30
- */
31
- 'workOrderId'?: number;
32
- /**
33
- *
34
- * @type {WorkOrderTypeEnum}
35
- * @memberof SourceWorkOrderDTO
36
- */
37
- 'workOrderType'?: WorkOrderTypeEnum;
38
- /**
39
- * 工单编号
40
- * @type {string}
41
- * @memberof SourceWorkOrderDTO
42
- */
43
- 'workOrderNo'?: string;
44
- }
45
-
46
-
47
-
@@ -1,33 +0,0 @@
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
- * @enum {string}
21
- */
22
-
23
- export const SpaceLevelEnum = {
24
- Park: 'PARK',
25
- Building: 'BUILDING',
26
- Warehouse: 'WAREHOUSE',
27
- Other: 'OTHER'
28
- } as const;
29
-
30
- export type SpaceLevelEnum = typeof SpaceLevelEnum[keyof typeof SpaceLevelEnum];
31
-
32
-
33
-
@@ -1,45 +0,0 @@
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 { EquipmentStatus } from './equipment-status';
19
-
20
- /**
21
- * 同步设备状态参数
22
- * @export
23
- * @interface SyncEquipmentStatusVo
24
- */
25
- export interface SyncEquipmentStatusVo {
26
- /**
27
- * 中心编码(C码)
28
- * @type {string}
29
- * @memberof SyncEquipmentStatusVo
30
- */
31
- 'centerCode': string;
32
- /**
33
- * 来源系统
34
- * @type {string}
35
- * @memberof SyncEquipmentStatusVo
36
- */
37
- 'source': string;
38
- /**
39
- * 设备列表
40
- * @type {Array<EquipmentStatus>}
41
- * @memberof SyncEquipmentStatusVo
42
- */
43
- 'equipments'?: Array<EquipmentStatus>;
44
- }
45
-
@@ -1,96 +0,0 @@
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 SyncEquipmentVoEquipment
21
- */
22
- export interface SyncEquipmentVoEquipment {
23
- /**
24
- * 设备编码
25
- * @type {string}
26
- * @memberof SyncEquipmentVoEquipment
27
- */
28
- 'equipmentCode': string;
29
- /**
30
- * 设备名称
31
- * @type {string}
32
- * @memberof SyncEquipmentVoEquipment
33
- */
34
- 'equipmentName': string;
35
- /**
36
- * 设备系统
37
- * @type {string}
38
- * @memberof SyncEquipmentVoEquipment
39
- */
40
- 'equipmentSystem'?: string;
41
- /**
42
- * 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
43
- * @type {number}
44
- * @memberof SyncEquipmentVoEquipment
45
- */
46
- 'equipmentStatus': number;
47
- /**
48
- * 维保类型 FACILITY,TOTAL_PACKAGE,THIRD_PARTY
49
- * @type {string}
50
- * @memberof SyncEquipmentVoEquipment
51
- */
52
- 'maintenanceType'?: string;
53
- /**
54
- * 维保公司
55
- * @type {string}
56
- * @memberof SyncEquipmentVoEquipment
57
- */
58
- 'maintenanceCompany'?: string;
59
- /**
60
- * 维保等级
61
- * @type {string}
62
- * @memberof SyncEquipmentVoEquipment
63
- */
64
- 'maintenanceLevel'?: string;
65
- /**
66
- * 维保联系人
67
- * @type {string}
68
- * @memberof SyncEquipmentVoEquipment
69
- */
70
- 'maintenanceContact'?: string;
71
- /**
72
- * 设备手册
73
- * @type {Array<string>}
74
- * @memberof SyncEquipmentVoEquipment
75
- */
76
- 'equipmentManuals'?: Array<string>;
77
- /**
78
- * 出厂时间(格式:yyyy-MM-dd HH:mm:ss)
79
- * @type {string}
80
- * @memberof SyncEquipmentVoEquipment
81
- */
82
- 'deliveryTime'?: string;
83
- /**
84
- * 安装时间(格式:yyyy-MM-dd HH:mm:ss)
85
- * @type {string}
86
- * @memberof SyncEquipmentVoEquipment
87
- */
88
- 'installTime'?: string;
89
- /**
90
- * 质保到期时间(格式:yyyy-MM-dd HH:mm:ss)
91
- * @type {string}
92
- * @memberof SyncEquipmentVoEquipment
93
- */
94
- 'warrantyTime'?: string;
95
- }
96
-
@@ -1,32 +0,0 @@
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
- * @enum {string}
21
- */
22
-
23
- export const ThirdPartySystemEnum = {
24
- Saas: 'SAAS',
25
- Sqm: 'SQM',
26
- Fam: 'FAM'
27
- } as const;
28
-
29
- export type ThirdPartySystemEnum = typeof ThirdPartySystemEnum[keyof typeof ThirdPartySystemEnum];
30
-
31
-
32
-
@@ -1,33 +0,0 @@
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 { OfflineAlertSubmitVo } from './offline-alert-submit-vo';
19
-
20
- /**
21
- * 工单提交
22
- * @export
23
- * @interface WorkOrderSubmitVo
24
- */
25
- export interface WorkOrderSubmitVo {
26
- /**
27
- *
28
- * @type {OfflineAlertSubmitVo}
29
- * @memberof WorkOrderSubmitVo
30
- */
31
- 'offlineAlertSubmit'?: OfflineAlertSubmitVo;
32
- }
33
-