@gizone/rrs-client 3.11.16-alpha.82 → 3.11.17-alpha.100

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 (297) hide show
  1. package/.openapi-generator/FILES +45 -1
  2. package/README.md +2 -2
  3. package/api.ts +4 -1
  4. package/apis/monitor-controller-api.ts +1260 -0
  5. package/apis/monitor-sort-controller-api.ts +499 -0
  6. package/apis/surveillance-api.ts +582 -944
  7. package/apis/{surveillance-roi-api.ts → surveillance-roi-controller-api.ts} +64 -64
  8. package/apis/surveillance-settings-api.ts +583 -0
  9. package/apis/work-order-api.ts +671 -0
  10. package/configuration.ts +1 -1
  11. package/dist/api.d.ts +4 -1
  12. package/dist/api.js +4 -1
  13. package/dist/apis/monitor-controller-api.d.ts +659 -0
  14. package/dist/apis/monitor-controller-api.js +989 -0
  15. package/dist/apis/monitor-sort-controller-api.d.ts +259 -0
  16. package/dist/apis/monitor-sort-controller-api.js +416 -0
  17. package/dist/apis/surveillance-api.d.ts +378 -519
  18. package/dist/apis/surveillance-api.js +357 -732
  19. package/dist/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
  20. package/dist/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +36 -36
  21. package/dist/apis/surveillance-settings-api.d.ts +302 -0
  22. package/dist/apis/surveillance-settings-api.js +486 -0
  23. package/dist/apis/work-order-api.d.ts +354 -0
  24. package/dist/apis/work-order-api.js +503 -0
  25. package/dist/configuration.js +1 -1
  26. package/dist/esm/api.d.ts +4 -1
  27. package/dist/esm/api.js +4 -1
  28. package/dist/esm/apis/monitor-controller-api.d.ts +659 -0
  29. package/dist/esm/apis/monitor-controller-api.js +982 -0
  30. package/dist/esm/apis/monitor-sort-controller-api.d.ts +259 -0
  31. package/dist/esm/apis/monitor-sort-controller-api.js +409 -0
  32. package/dist/esm/apis/surveillance-api.d.ts +378 -519
  33. package/dist/esm/apis/surveillance-api.js +356 -731
  34. package/dist/esm/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
  35. package/dist/esm/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +31 -31
  36. package/dist/esm/apis/surveillance-settings-api.d.ts +302 -0
  37. package/dist/esm/apis/surveillance-settings-api.js +479 -0
  38. package/dist/esm/apis/work-order-api.d.ts +354 -0
  39. package/dist/esm/apis/work-order-api.js +503 -0
  40. package/dist/esm/configuration.js +1 -1
  41. package/dist/esm/models/functional-area-enum.d.ts +26 -0
  42. package/dist/esm/models/functional-area-enum.js +27 -0
  43. package/dist/esm/models/index.d.ts +41 -0
  44. package/dist/esm/models/index.js +41 -0
  45. package/dist/esm/models/installation-body-enum.d.ts +22 -0
  46. package/dist/esm/models/installation-body-enum.js +23 -0
  47. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  48. package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
  49. package/dist/esm/models/json-result-list-surveillance-settings-details-dto.js +14 -0
  50. package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +56 -0
  51. package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +14 -0
  52. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +56 -0
  53. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +14 -0
  54. package/dist/esm/models/json-result-surveillance-details-dto.d.ts +56 -0
  55. package/dist/esm/models/json-result-surveillance-details-dto.js +14 -0
  56. package/dist/esm/models/json-result-surveillance-live-dto.d.ts +56 -0
  57. package/dist/esm/models/json-result-surveillance-live-dto.js +14 -0
  58. package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +56 -0
  59. package/dist/esm/models/json-result-surveillance-settings-details-dto.js +14 -0
  60. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +56 -0
  61. package/dist/esm/models/json-result-violation-work-order-details-dto.js +14 -0
  62. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +87 -0
  63. package/dist/esm/models/network-monitor-repair-add-vo.js +14 -0
  64. package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +42 -0
  65. package/dist/esm/models/network-monitor-repair-decision-vo.js +14 -0
  66. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +164 -0
  67. package/dist/esm/models/network-monitor-repair-details-dto.js +20 -0
  68. package/dist/esm/models/network-repair-info.d.ts +36 -0
  69. package/dist/esm/models/network-repair-info.js +14 -0
  70. package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +31 -0
  71. package/dist/esm/models/page-dto-surveillance-details-dto.js +14 -0
  72. package/dist/esm/models/park.d.ts +43 -0
  73. package/dist/esm/models/park.js +14 -0
  74. package/dist/esm/models/polling-surveillance-info.d.ts +30 -0
  75. package/dist/esm/models/polling-surveillance-info.js +14 -0
  76. package/dist/esm/models/process-network-monitor-repair-vo.d.ts +30 -0
  77. package/dist/esm/models/process-network-monitor-repair-vo.js +14 -0
  78. package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
  79. package/dist/esm/models/space-add-vo.d.ts +7 -0
  80. package/dist/esm/models/space-detail-dto.d.ts +7 -0
  81. package/dist/esm/models/space-edit-vo.d.ts +7 -0
  82. package/dist/esm/models/space-industry-attribute.d.ts +25 -0
  83. package/dist/esm/models/space-industry-attribute.js +26 -0
  84. package/dist/esm/models/space-tree-dto.d.ts +26 -19
  85. package/dist/esm/models/space.d.ts +43 -0
  86. package/dist/esm/models/space.js +14 -0
  87. package/dist/esm/models/surveillance-add-vo.d.ts +156 -0
  88. package/dist/esm/models/surveillance-add-vo.js +14 -0
  89. package/dist/esm/models/surveillance-details-dto.d.ts +222 -0
  90. package/dist/esm/models/surveillance-details-dto.js +14 -0
  91. package/dist/esm/models/surveillance-live-dto.d.ts +48 -0
  92. package/dist/esm/models/surveillance-live-dto.js +14 -0
  93. package/dist/esm/models/surveillance-settings-details-dto.d.ts +57 -0
  94. package/dist/esm/models/surveillance-settings-details-dto.js +14 -0
  95. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +31 -0
  96. package/dist/esm/models/surveillance-settings-polling-vo.js +14 -0
  97. package/dist/esm/models/surveillance-status-enum.d.ts +21 -0
  98. package/dist/esm/models/surveillance-status-enum.js +22 -0
  99. package/dist/esm/models/surveillance-update-vo.d.ts +62 -0
  100. package/dist/esm/models/surveillance-update-vo.js +14 -0
  101. package/dist/esm/models/surveillance.d.ts +49 -0
  102. package/dist/esm/models/surveillance.js +14 -0
  103. package/dist/esm/models/violation-center-attribute-enum.d.ts +21 -0
  104. package/dist/esm/models/violation-center-attribute-enum.js +22 -0
  105. package/dist/esm/models/violation-decision-vo.d.ts +68 -0
  106. package/dist/esm/models/violation-decision-vo.js +14 -0
  107. package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
  108. package/dist/esm/models/violation-issue-type-enum.js +85 -0
  109. package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
  110. package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
  111. package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
  112. package/dist/esm/models/violation-work-order-add-vo.js +14 -0
  113. package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
  114. package/dist/esm/models/violation-work-order-details-dto.js +20 -0
  115. package/dist/esm/models/violation-work-order-info.d.ts +106 -0
  116. package/dist/esm/models/violation-work-order-info.js +14 -0
  117. package/dist/esm/models/work-order-approval-vo.d.ts +24 -0
  118. package/dist/esm/models/work-order-approval-vo.js +14 -0
  119. package/dist/esm/models/work-order-circulation-vo.d.ts +12 -0
  120. package/dist/esm/models/work-order-decision-vo.d.ts +32 -0
  121. package/dist/esm/models/work-order-decision-vo.js +14 -0
  122. package/dist/esm/models/work-order-ext-data.d.ts +32 -0
  123. package/dist/esm/models/work-order-ext-data.js +14 -0
  124. package/dist/esm/models/work-order-handler-dto.d.ts +61 -0
  125. package/dist/esm/models/work-order-handler-dto.js +14 -0
  126. package/dist/esm/models/work-order-internal-status-enum.d.ts +6 -0
  127. package/dist/esm/models/work-order-internal-status-enum.js +7 -1
  128. package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -1
  129. package/dist/esm/models/work-order-issue-type-enum.js +11 -2
  130. package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
  131. package/dist/esm/models/work-order-settings-type-enum.js +1 -0
  132. package/dist/esm/models/work-order-source-enum.d.ts +2 -0
  133. package/dist/esm/models/work-order-source-enum.js +3 -1
  134. package/dist/esm/models/work-order-space-dto.d.ts +36 -0
  135. package/dist/esm/models/work-order-space-dto.js +14 -0
  136. package/dist/esm/models/work-order-sponsor-dto.d.ts +48 -0
  137. package/dist/esm/models/work-order-sponsor-dto.js +14 -0
  138. package/dist/esm/models/work-order-surveillance-dto.d.ts +30 -0
  139. package/dist/esm/models/work-order-surveillance-dto.js +14 -0
  140. package/dist/esm/models/work-order-type-enum.d.ts +2 -0
  141. package/dist/esm/models/work-order-type-enum.js +3 -1
  142. package/dist/models/functional-area-enum.d.ts +26 -0
  143. package/dist/models/functional-area-enum.js +30 -0
  144. package/dist/models/index.d.ts +41 -0
  145. package/dist/models/index.js +41 -0
  146. package/dist/models/installation-body-enum.d.ts +22 -0
  147. package/dist/models/installation-body-enum.js +26 -0
  148. package/dist/models/ipage-access-vo.d.ts +6 -6
  149. package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
  150. package/dist/models/json-result-list-surveillance-settings-details-dto.js +15 -0
  151. package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +56 -0
  152. package/dist/models/json-result-network-monitor-repair-details-dto.js +15 -0
  153. package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +56 -0
  154. package/dist/models/json-result-page-dto-surveillance-details-dto.js +15 -0
  155. package/dist/models/json-result-surveillance-details-dto.d.ts +56 -0
  156. package/dist/models/json-result-surveillance-details-dto.js +15 -0
  157. package/dist/models/json-result-surveillance-live-dto.d.ts +56 -0
  158. package/dist/models/json-result-surveillance-live-dto.js +15 -0
  159. package/dist/models/json-result-surveillance-settings-details-dto.d.ts +56 -0
  160. package/dist/models/json-result-surveillance-settings-details-dto.js +15 -0
  161. package/dist/models/json-result-violation-work-order-details-dto.d.ts +56 -0
  162. package/dist/models/json-result-violation-work-order-details-dto.js +15 -0
  163. package/dist/models/network-monitor-repair-add-vo.d.ts +87 -0
  164. package/dist/models/network-monitor-repair-add-vo.js +15 -0
  165. package/dist/models/network-monitor-repair-decision-vo.d.ts +42 -0
  166. package/dist/models/network-monitor-repair-decision-vo.js +15 -0
  167. package/dist/models/network-monitor-repair-details-dto.d.ts +164 -0
  168. package/dist/models/network-monitor-repair-details-dto.js +23 -0
  169. package/dist/models/network-repair-info.d.ts +36 -0
  170. package/dist/models/network-repair-info.js +15 -0
  171. package/dist/models/page-dto-surveillance-details-dto.d.ts +31 -0
  172. package/dist/models/page-dto-surveillance-details-dto.js +15 -0
  173. package/dist/models/park.d.ts +43 -0
  174. package/dist/models/park.js +15 -0
  175. package/dist/models/polling-surveillance-info.d.ts +30 -0
  176. package/dist/models/polling-surveillance-info.js +15 -0
  177. package/dist/models/process-network-monitor-repair-vo.d.ts +30 -0
  178. package/dist/models/process-network-monitor-repair-vo.js +15 -0
  179. package/dist/models/space-add-excel-dto.d.ts +6 -0
  180. package/dist/models/space-add-vo.d.ts +7 -0
  181. package/dist/models/space-detail-dto.d.ts +7 -0
  182. package/dist/models/space-edit-vo.d.ts +7 -0
  183. package/dist/models/space-industry-attribute.d.ts +25 -0
  184. package/dist/models/space-industry-attribute.js +29 -0
  185. package/dist/models/space-tree-dto.d.ts +26 -19
  186. package/dist/models/space.d.ts +43 -0
  187. package/dist/models/space.js +15 -0
  188. package/dist/models/surveillance-add-vo.d.ts +156 -0
  189. package/dist/models/surveillance-add-vo.js +15 -0
  190. package/dist/models/surveillance-details-dto.d.ts +222 -0
  191. package/dist/models/surveillance-details-dto.js +15 -0
  192. package/dist/models/surveillance-live-dto.d.ts +48 -0
  193. package/dist/models/surveillance-live-dto.js +15 -0
  194. package/dist/models/surveillance-settings-details-dto.d.ts +57 -0
  195. package/dist/models/surveillance-settings-details-dto.js +15 -0
  196. package/dist/models/surveillance-settings-polling-vo.d.ts +31 -0
  197. package/dist/models/surveillance-settings-polling-vo.js +15 -0
  198. package/dist/models/surveillance-status-enum.d.ts +21 -0
  199. package/dist/models/surveillance-status-enum.js +25 -0
  200. package/dist/models/surveillance-update-vo.d.ts +62 -0
  201. package/dist/models/surveillance-update-vo.js +15 -0
  202. package/dist/models/surveillance.d.ts +49 -0
  203. package/dist/models/surveillance.js +15 -0
  204. package/dist/models/violation-center-attribute-enum.d.ts +21 -0
  205. package/dist/models/violation-center-attribute-enum.js +25 -0
  206. package/dist/models/violation-decision-vo.d.ts +68 -0
  207. package/dist/models/violation-decision-vo.js +15 -0
  208. package/dist/models/violation-issue-type-enum.d.ts +84 -0
  209. package/dist/models/violation-issue-type-enum.js +88 -0
  210. package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
  211. package/dist/models/violation-responsibility-role-enum.js +25 -0
  212. package/dist/models/violation-work-order-add-vo.d.ts +87 -0
  213. package/dist/models/violation-work-order-add-vo.js +15 -0
  214. package/dist/models/violation-work-order-details-dto.d.ts +151 -0
  215. package/dist/models/violation-work-order-details-dto.js +23 -0
  216. package/dist/models/violation-work-order-info.d.ts +106 -0
  217. package/dist/models/violation-work-order-info.js +15 -0
  218. package/dist/models/work-order-approval-vo.d.ts +24 -0
  219. package/dist/models/work-order-approval-vo.js +15 -0
  220. package/dist/models/work-order-circulation-vo.d.ts +12 -0
  221. package/dist/models/work-order-decision-vo.d.ts +32 -0
  222. package/dist/models/work-order-decision-vo.js +15 -0
  223. package/dist/models/work-order-ext-data.d.ts +32 -0
  224. package/dist/models/work-order-ext-data.js +15 -0
  225. package/dist/models/work-order-handler-dto.d.ts +61 -0
  226. package/dist/models/work-order-handler-dto.js +15 -0
  227. package/dist/models/work-order-internal-status-enum.d.ts +6 -0
  228. package/dist/models/work-order-internal-status-enum.js +7 -1
  229. package/dist/models/work-order-issue-type-enum.d.ts +10 -1
  230. package/dist/models/work-order-issue-type-enum.js +11 -2
  231. package/dist/models/work-order-settings-type-enum.d.ts +1 -0
  232. package/dist/models/work-order-settings-type-enum.js +1 -0
  233. package/dist/models/work-order-source-enum.d.ts +2 -0
  234. package/dist/models/work-order-source-enum.js +3 -1
  235. package/dist/models/work-order-space-dto.d.ts +36 -0
  236. package/dist/models/work-order-space-dto.js +15 -0
  237. package/dist/models/work-order-sponsor-dto.d.ts +48 -0
  238. package/dist/models/work-order-sponsor-dto.js +15 -0
  239. package/dist/models/work-order-surveillance-dto.d.ts +30 -0
  240. package/dist/models/work-order-surveillance-dto.js +15 -0
  241. package/dist/models/work-order-type-enum.d.ts +2 -0
  242. package/dist/models/work-order-type-enum.js +3 -1
  243. package/models/functional-area-enum.ts +36 -0
  244. package/models/index.ts +41 -0
  245. package/models/installation-body-enum.ts +32 -0
  246. package/models/ipage-access-vo.ts +6 -6
  247. package/models/json-result-list-surveillance-settings-details-dto.ts +66 -0
  248. package/models/json-result-network-monitor-repair-details-dto.ts +66 -0
  249. package/models/json-result-page-dto-surveillance-details-dto.ts +66 -0
  250. package/models/json-result-surveillance-details-dto.ts +66 -0
  251. package/models/json-result-surveillance-live-dto.ts +66 -0
  252. package/models/json-result-surveillance-settings-details-dto.ts +66 -0
  253. package/models/json-result-violation-work-order-details-dto.ts +66 -0
  254. package/models/network-monitor-repair-add-vo.ts +101 -0
  255. package/models/network-monitor-repair-decision-vo.ts +48 -0
  256. package/models/network-monitor-repair-details-dto.ts +197 -0
  257. package/models/network-repair-info.ts +42 -0
  258. package/models/page-dto-surveillance-details-dto.ts +39 -0
  259. package/models/park.ts +53 -0
  260. package/models/polling-surveillance-info.ts +36 -0
  261. package/models/process-network-monitor-repair-vo.ts +36 -0
  262. package/models/space-add-excel-dto.ts +6 -0
  263. package/models/space-add-vo.ts +9 -0
  264. package/models/space-detail-dto.ts +9 -0
  265. package/models/space-edit-vo.ts +9 -0
  266. package/models/space-industry-attribute.ts +35 -0
  267. package/models/space-tree-dto.ts +28 -19
  268. package/models/space.ts +51 -0
  269. package/models/surveillance-add-vo.ts +162 -0
  270. package/models/surveillance-details-dto.ts +242 -0
  271. package/models/surveillance-live-dto.ts +54 -0
  272. package/models/surveillance-settings-details-dto.ts +69 -0
  273. package/models/surveillance-settings-polling-vo.ts +39 -0
  274. package/models/surveillance-status-enum.ts +31 -0
  275. package/models/surveillance-update-vo.ts +74 -0
  276. package/models/surveillance.ts +59 -0
  277. package/models/violation-center-attribute-enum.ts +31 -0
  278. package/models/violation-decision-vo.ts +80 -0
  279. package/models/violation-issue-type-enum.ts +94 -0
  280. package/models/violation-responsibility-role-enum.ts +31 -0
  281. package/models/violation-work-order-add-vo.ts +101 -0
  282. package/models/violation-work-order-details-dto.ts +182 -0
  283. package/models/violation-work-order-info.ts +122 -0
  284. package/models/work-order-approval-vo.ts +30 -0
  285. package/models/work-order-circulation-vo.ts +12 -0
  286. package/models/work-order-decision-vo.ts +42 -0
  287. package/models/work-order-ext-data.ts +42 -0
  288. package/models/work-order-handler-dto.ts +71 -0
  289. package/models/work-order-internal-status-enum.ts +7 -1
  290. package/models/work-order-issue-type-enum.ts +11 -2
  291. package/models/work-order-settings-type-enum.ts +1 -0
  292. package/models/work-order-source-enum.ts +3 -1
  293. package/models/work-order-space-dto.ts +42 -0
  294. package/models/work-order-sponsor-dto.ts +54 -0
  295. package/models/work-order-surveillance-dto.ts +36 -0
  296. package/models/work-order-type-enum.ts +3 -1
  297. package/package.json +1 -1
@@ -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,24 @@
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 WorkOrderApprovalVo
16
+ */
17
+ export interface WorkOrderApprovalVo {
18
+ /**
19
+ * 是否同意
20
+ * @type {boolean}
21
+ * @memberof WorkOrderApprovalVo
22
+ */
23
+ 'isApproved'?: boolean;
24
+ }
@@ -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 {};
@@ -40,6 +40,18 @@ export interface WorkOrderCirculationVo {
40
40
  * @memberof WorkOrderCirculationVo
41
41
  */
42
42
  'handleUserId'?: number;
43
+ /**
44
+ * 处理人名称
45
+ * @type {string}
46
+ * @memberof WorkOrderCirculationVo
47
+ */
48
+ 'handlerUserName'?: string;
49
+ /**
50
+ * 处理人部门Id
51
+ * @type {number}
52
+ * @memberof WorkOrderCirculationVo
53
+ */
54
+ 'handlerUserDeptId'?: number;
43
55
  /**
44
56
  * 处理事件 initiate:发起工单 reassignment:转派工单 receivingOrders:接单 accomplish:完成工单 spotCheck:抽检 overdue:逾期 closed:关闭
45
57
  * @type {string}
@@ -0,0 +1,32 @@
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 { NetworkMonitorRepairDecisionVo } from './network-monitor-repair-decision-vo';
13
+ import type { ViolationDecisionVo } from './violation-decision-vo';
14
+ /**
15
+ * 工单判定参数
16
+ * @export
17
+ * @interface WorkOrderDecisionVo
18
+ */
19
+ export interface WorkOrderDecisionVo {
20
+ /**
21
+ *
22
+ * @type {NetworkMonitorRepairDecisionVo}
23
+ * @memberof WorkOrderDecisionVo
24
+ */
25
+ 'networkMonitorRepairDecision'?: NetworkMonitorRepairDecisionVo;
26
+ /**
27
+ *
28
+ * @type {ViolationDecisionVo}
29
+ * @memberof WorkOrderDecisionVo
30
+ */
31
+ 'violationDecision'?: ViolationDecisionVo;
32
+ }
@@ -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,32 @@
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 { NetworkRepairInfo } from './network-repair-info';
13
+ import type { ViolationWorkOrderInfo } from './violation-work-order-info';
14
+ /**
15
+ * 工单扩展数据
16
+ * @export
17
+ * @interface WorkOrderExtData
18
+ */
19
+ export interface WorkOrderExtData {
20
+ /**
21
+ *
22
+ * @type {NetworkRepairInfo}
23
+ * @memberof WorkOrderExtData
24
+ */
25
+ 'networkRepairInfo'?: NetworkRepairInfo;
26
+ /**
27
+ *
28
+ * @type {ViolationWorkOrderInfo}
29
+ * @memberof WorkOrderExtData
30
+ */
31
+ 'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
32
+ }
@@ -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,61 @@
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 { WorkOrderHandlerStatusEnum } from './work-order-handler-status-enum';
13
+ /**
14
+ * 工单处理人
15
+ * @export
16
+ * @interface WorkOrderHandlerDto
17
+ */
18
+ export interface WorkOrderHandlerDto {
19
+ /**
20
+ * 处理人id
21
+ * @type {number}
22
+ * @memberof WorkOrderHandlerDto
23
+ */
24
+ 'handlerUserId'?: number;
25
+ /**
26
+ * 处理人名称
27
+ * @type {string}
28
+ * @memberof WorkOrderHandlerDto
29
+ */
30
+ 'handlerUserName'?: string;
31
+ /**
32
+ * 处理人部门id
33
+ * @type {number}
34
+ * @memberof WorkOrderHandlerDto
35
+ */
36
+ 'handlerUserDeptId'?: number;
37
+ /**
38
+ * 处理人部门名称/租户名称
39
+ * @type {string}
40
+ * @memberof WorkOrderHandlerDto
41
+ */
42
+ 'handlerUserDeptName'?: string;
43
+ /**
44
+ * 处理时间
45
+ * @type {string}
46
+ * @memberof WorkOrderHandlerDto
47
+ */
48
+ 'handlerTime'?: string;
49
+ /**
50
+ *
51
+ * @type {WorkOrderHandlerStatusEnum}
52
+ * @memberof WorkOrderHandlerDto
53
+ */
54
+ 'handlerResult'?: WorkOrderHandlerStatusEnum;
55
+ /**
56
+ * 处理照片
57
+ * @type {Array<string>}
58
+ * @memberof WorkOrderHandlerDto
59
+ */
60
+ 'handlerImage'?: Array<string>;
61
+ }
@@ -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 {};
@@ -19,5 +19,11 @@ export declare const WorkOrderInternalStatusEnum: {
19
19
  readonly RepairInProgressLevelTwo: "REPAIR_IN_PROGRESS_LEVEL_TWO";
20
20
  readonly RepairInProgressLevelThree: "REPAIR_IN_PROGRESS_LEVEL_THREE";
21
21
  readonly RepairInProgressLevelFour: "REPAIR_IN_PROGRESS_LEVEL_FOUR";
22
+ readonly NetworkMonitorRepairInProgressLevelOne: "NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_ONE";
23
+ readonly NetworkMonitorRepairInProgressLevelTwo: "NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_TWO";
24
+ readonly NetworkMonitorRepairInProgressLevelThree: "NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE";
25
+ readonly ViolationWorkOrderInProgressLevelOne: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
26
+ readonly ViolationWorkOrderInProgressLevelTwo: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
27
+ readonly ViolationWorkOrderInProgressLevelThree: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
22
28
  };
23
29
  export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
@@ -20,5 +20,11 @@ export const WorkOrderInternalStatusEnum = {
20
20
  RepairInProgressLevelOne: 'REPAIR_IN_PROGRESS_LEVEL_ONE',
21
21
  RepairInProgressLevelTwo: 'REPAIR_IN_PROGRESS_LEVEL_TWO',
22
22
  RepairInProgressLevelThree: 'REPAIR_IN_PROGRESS_LEVEL_THREE',
23
- RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR'
23
+ RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR',
24
+ NetworkMonitorRepairInProgressLevelOne: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_ONE',
25
+ NetworkMonitorRepairInProgressLevelTwo: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_TWO',
26
+ NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
27
+ ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
28
+ ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
29
+ ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
24
30
  };
@@ -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
  */
@@ -22,5 +22,14 @@ export declare const WorkOrderIssueTypeEnum: {
22
22
  readonly HygieneAndGreeningIssue: "HYGIENE_AND_GREENING_ISSUE";
23
23
  readonly FacilityDamageIssue: "FACILITY_DAMAGE_ISSUE";
24
24
  readonly SecurityIssue: "SECURITY_ISSUE";
25
+ readonly Networking: "NETWORKING";
26
+ readonly Surveillance: "SURVEILLANCE";
27
+ readonly DesktopTerminal: "DESKTOP_TERMINAL";
28
+ readonly SafetyViolation: "SAFETY_VIOLATION";
29
+ readonly WarehouseQualityIssue: "WAREHOUSE_QUALITY_ISSUE";
30
+ readonly TransportQualityIssue: "TRANSPORT_QUALITY_ISSUE";
31
+ readonly LoadingQualityIssue: "LOADING_QUALITY_ISSUE";
32
+ readonly ClaimRecovery: "CLAIM_RECOVERY";
33
+ readonly Operations: "OPERATIONS";
25
34
  };
26
35
  export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
@@ -12,7 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  /**
15
- * 工单问题类型
15
+ * 违规大类
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
@@ -23,5 +23,14 @@ export const WorkOrderIssueTypeEnum = {
23
23
  SurveillanceIssues: 'SURVEILLANCE_ISSUES',
24
24
  HygieneAndGreeningIssue: 'HYGIENE_AND_GREENING_ISSUE',
25
25
  FacilityDamageIssue: 'FACILITY_DAMAGE_ISSUE',
26
- SecurityIssue: 'SECURITY_ISSUE'
26
+ SecurityIssue: 'SECURITY_ISSUE',
27
+ Networking: 'NETWORKING',
28
+ Surveillance: 'SURVEILLANCE',
29
+ DesktopTerminal: 'DESKTOP_TERMINAL',
30
+ SafetyViolation: 'SAFETY_VIOLATION',
31
+ WarehouseQualityIssue: 'WAREHOUSE_QUALITY_ISSUE',
32
+ TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
33
+ LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
34
+ ClaimRecovery: 'CLAIM_RECOVERY',
35
+ Operations: 'OPERATIONS'
27
36
  };
@@ -19,6 +19,7 @@ export declare const WorkOrderSettingsTypeEnum: {
19
19
  readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
20
20
  readonly AiWorkOrder: "AI_WORK_ORDER";
21
21
  readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
22
+ readonly NetworkMonitorRepairWorkOrder: "NETWORK_MONITOR_REPAIR_WORK_ORDER";
22
23
  readonly TranscriptionWorkOrder: "TRANSCRIPTION_WORK_ORDER";
23
24
  readonly FireFightingWorkOrder: "FIRE_FIGHTING_WORK_ORDER";
24
25
  readonly InternetOfThingsWorkOrder: "INTERNET_OF_THINGS_WORK_ORDER";
@@ -21,6 +21,7 @@ export const WorkOrderSettingsTypeEnum = {
21
21
  InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
22
22
  AiWorkOrder: 'AI_WORK_ORDER',
23
23
  MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
24
+ NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
24
25
  TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
25
26
  FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
26
27
  InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
@@ -21,5 +21,7 @@ export declare const WorkOrderSourceEnum: {
21
21
  readonly InspectionTransferWorkOrder: "INSPECTION_TRANSFER_WORK_ORDER";
22
22
  readonly AiInspectionTransferWorkOrder: "AI_INSPECTION_TRANSFER_WORK_ORDER";
23
23
  readonly MaintenanceTransferWorkOrder: "MAINTENANCE_TRANSFER_WORK_ORDER";
24
+ readonly SurveillanceOffLineTransferWorkOrder: "SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER";
25
+ readonly HkAiAlertTransferWorkOrder: "HK_AI_ALERT_TRANSFER_WORK_ORDER";
24
26
  };
25
27
  export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
@@ -22,5 +22,7 @@ export const WorkOrderSourceEnum = {
22
22
  AlterTransferWorkOrder: 'ALTER_TRANSFER_WORK_ORDER',
23
23
  InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
24
24
  AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
25
- MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER'
25
+ MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
26
+ SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER',
27
+ HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
26
28
  };
@@ -0,0 +1,36 @@
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 WorkOrderSpaceDto
16
+ */
17
+ export interface WorkOrderSpaceDto {
18
+ /**
19
+ * 空间id
20
+ * @type {number}
21
+ * @memberof WorkOrderSpaceDto
22
+ */
23
+ 'spaceId'?: number;
24
+ /**
25
+ * 空间名称
26
+ * @type {string}
27
+ * @memberof WorkOrderSpaceDto
28
+ */
29
+ 'spaceName'?: string;
30
+ /**
31
+ * 父名称
32
+ * @type {string}
33
+ * @memberof WorkOrderSpaceDto
34
+ */
35
+ 'parentName'?: string;
36
+ }
@@ -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,48 @@
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 WorkOrderSponsorDto
16
+ */
17
+ export interface WorkOrderSponsorDto {
18
+ /**
19
+ * 发起时间
20
+ * @type {string}
21
+ * @memberof WorkOrderSponsorDto
22
+ */
23
+ 'startTime'?: string;
24
+ /**
25
+ * 发起人id
26
+ * @type {number}
27
+ * @memberof WorkOrderSponsorDto
28
+ */
29
+ 'sponsorId'?: number;
30
+ /**
31
+ * 发起人名称
32
+ * @type {string}
33
+ * @memberof WorkOrderSponsorDto
34
+ */
35
+ 'sponsorName'?: string;
36
+ /**
37
+ * 发起人部门id
38
+ * @type {number}
39
+ * @memberof WorkOrderSponsorDto
40
+ */
41
+ 'sponsorUserDeptId'?: number;
42
+ /**
43
+ * 发起人部门名称/租户名称
44
+ * @type {string}
45
+ * @memberof WorkOrderSponsorDto
46
+ */
47
+ 'sponsorUserDeptName'?: string;
48
+ }
@@ -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,30 @@
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 WorkOrderSurveillanceDto
16
+ */
17
+ export interface WorkOrderSurveillanceDto {
18
+ /**
19
+ * 监控设备id
20
+ * @type {number}
21
+ * @memberof WorkOrderSurveillanceDto
22
+ */
23
+ 'surveillanceId'?: number;
24
+ /**
25
+ * 监控设备名称
26
+ * @type {string}
27
+ * @memberof WorkOrderSurveillanceDto
28
+ */
29
+ 'surveillanceName'?: string;
30
+ }
@@ -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 {};
@@ -30,5 +30,7 @@ export declare const WorkOrderTypeEnum: {
30
30
  readonly GasMeterWorkOrder: "GAS_METER_WORK_ORDER";
31
31
  readonly VideoRecognitionAlarm: "VIDEO_RECOGNITION_ALARM";
32
32
  readonly AiInspection: "AI_INSPECTION";
33
+ readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
34
+ readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
33
35
  };
34
36
  export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
@@ -31,5 +31,7 @@ export const WorkOrderTypeEnum = {
31
31
  WaterPurificationMeterWorkOrder: 'WATER_PURIFICATION_METER_WORK_ORDER',
32
32
  GasMeterWorkOrder: 'GAS_METER_WORK_ORDER',
33
33
  VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
34
- AiInspection: 'AI_INSPECTION'
34
+ AiInspection: 'AI_INSPECTION',
35
+ NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
36
+ ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
35
37
  };
@@ -0,0 +1,26 @@
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
+ * @enum {string}
16
+ */
17
+ export declare const FunctionalAreaEnum: {
18
+ readonly Platform: "PLATFORM";
19
+ readonly StockingArea: "STOCKING_AREA";
20
+ readonly Passageway: "PASSAGEWAY";
21
+ readonly OfficeArea: "OFFICE_AREA";
22
+ readonly DefectiveProductIdentificationArea: "DEFECTIVE_PRODUCT_IDENTIFICATION_AREA";
23
+ readonly PackingTable: "PACKING_TABLE";
24
+ readonly Others: "OTHERS";
25
+ };
26
+ export type FunctionalAreaEnum = typeof FunctionalAreaEnum[keyof typeof FunctionalAreaEnum];
@@ -0,0 +1,30 @@
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 });
16
+ exports.FunctionalAreaEnum = void 0;
17
+ /**
18
+ * 功能区域枚举
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.FunctionalAreaEnum = {
23
+ Platform: 'PLATFORM',
24
+ StockingArea: 'STOCKING_AREA',
25
+ Passageway: 'PASSAGEWAY',
26
+ OfficeArea: 'OFFICE_AREA',
27
+ DefectiveProductIdentificationArea: 'DEFECTIVE_PRODUCT_IDENTIFICATION_AREA',
28
+ PackingTable: 'PACKING_TABLE',
29
+ Others: 'OTHERS'
30
+ };