@gizone/rrs-client 4.1.0-alpha.111 → 4.1.0-alpha.113

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 (321) hide show
  1. package/.openapi-generator/FILES +2 -45
  2. package/api.ts +1 -5
  3. package/apis/iot-api.ts +15 -15
  4. package/apis/space-api.ts +15 -25
  5. package/apis/surveillance-api.ts +983 -546
  6. package/apis/{surveillance-roi-controller-api.ts → surveillance-roi-api.ts} +64 -64
  7. package/apis/work-order-api.ts +0 -671
  8. package/dist/api.d.ts +1 -5
  9. package/dist/api.js +1 -5
  10. package/dist/apis/iot-api.d.ts +10 -10
  11. package/dist/apis/iot-api.js +11 -11
  12. package/dist/apis/space-api.d.ts +7 -14
  13. package/dist/apis/space-api.js +11 -16
  14. package/dist/apis/surveillance-api.d.ts +541 -370
  15. package/dist/apis/surveillance-api.js +777 -348
  16. package/dist/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
  17. package/dist/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +36 -36
  18. package/dist/apis/work-order-api.d.ts +0 -354
  19. package/dist/apis/work-order-api.js +0 -503
  20. package/dist/esm/api.d.ts +1 -5
  21. package/dist/esm/api.js +1 -5
  22. package/dist/esm/apis/iot-api.d.ts +10 -10
  23. package/dist/esm/apis/iot-api.js +11 -11
  24. package/dist/esm/apis/space-api.d.ts +7 -14
  25. package/dist/esm/apis/space-api.js +11 -16
  26. package/dist/esm/apis/surveillance-api.d.ts +541 -370
  27. package/dist/esm/apis/surveillance-api.js +776 -347
  28. package/dist/esm/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
  29. package/dist/esm/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +31 -31
  30. package/dist/esm/apis/work-order-api.d.ts +0 -354
  31. package/dist/esm/apis/work-order-api.js +0 -503
  32. package/dist/esm/models/equipment-detail-dto.d.ts +14 -8
  33. package/dist/esm/models/equipment-point-edit-vo.d.ts +8 -2
  34. package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
  35. package/dist/esm/models/get-user-wx200-response.d.ts +9 -9
  36. package/dist/esm/models/index.d.ts +1 -40
  37. package/dist/esm/models/index.js +1 -40
  38. package/dist/esm/models/ipage-access-vo.d.ts +4 -4
  39. package/dist/esm/models/space-add-excel-dto.d.ts +0 -6
  40. package/dist/esm/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
  41. package/dist/esm/models/space-add-vo.d.ts +0 -7
  42. package/dist/esm/models/space-detail-dto.d.ts +2 -9
  43. package/dist/esm/models/space-edit-vo.d.ts +0 -7
  44. package/dist/esm/models/space-point-dto.d.ts +21 -3
  45. package/dist/esm/models/space-tree-dto.d.ts +19 -26
  46. package/dist/esm/models/sync-equipment-vo.d.ts +0 -24
  47. package/dist/esm/models/work-order-circulation-vo.d.ts +0 -12
  48. package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -6
  49. package/dist/esm/models/work-order-internal-status-enum.js +1 -7
  50. package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -10
  51. package/dist/esm/models/work-order-issue-type-enum.js +2 -11
  52. package/dist/esm/models/work-order-settings-type-enum.d.ts +7 -2
  53. package/dist/esm/models/work-order-settings-type-enum.js +7 -2
  54. package/dist/esm/models/work-order-source-enum.d.ts +0 -2
  55. package/dist/esm/models/work-order-source-enum.js +1 -3
  56. package/dist/esm/models/work-order-type-enum.d.ts +0 -2
  57. package/dist/esm/models/work-order-type-enum.js +1 -3
  58. package/dist/models/equipment-detail-dto.d.ts +14 -8
  59. package/dist/models/equipment-point-edit-vo.d.ts +8 -2
  60. package/dist/models/equipment-search-system-dto.d.ts +12 -6
  61. package/dist/models/get-user-wx200-response.d.ts +9 -9
  62. package/dist/models/index.d.ts +1 -40
  63. package/dist/models/index.js +1 -40
  64. package/dist/models/ipage-access-vo.d.ts +4 -4
  65. package/dist/models/space-add-excel-dto.d.ts +0 -6
  66. package/dist/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
  67. package/dist/models/space-add-vo.d.ts +0 -7
  68. package/dist/models/space-detail-dto.d.ts +2 -9
  69. package/dist/models/space-edit-vo.d.ts +0 -7
  70. package/dist/models/space-point-dto.d.ts +21 -3
  71. package/dist/models/space-tree-dto.d.ts +19 -26
  72. package/dist/models/sync-equipment-vo.d.ts +0 -24
  73. package/dist/models/work-order-circulation-vo.d.ts +0 -12
  74. package/dist/models/work-order-internal-status-enum.d.ts +0 -6
  75. package/dist/models/work-order-internal-status-enum.js +1 -7
  76. package/dist/models/work-order-issue-type-enum.d.ts +1 -10
  77. package/dist/models/work-order-issue-type-enum.js +2 -11
  78. package/dist/models/work-order-settings-type-enum.d.ts +7 -2
  79. package/dist/models/work-order-settings-type-enum.js +7 -2
  80. package/dist/models/work-order-source-enum.d.ts +0 -2
  81. package/dist/models/work-order-source-enum.js +1 -3
  82. package/dist/models/work-order-type-enum.d.ts +0 -2
  83. package/dist/models/work-order-type-enum.js +1 -3
  84. package/models/equipment-detail-dto.ts +14 -8
  85. package/models/equipment-point-edit-vo.ts +8 -2
  86. package/models/equipment-search-system-dto.ts +12 -6
  87. package/models/get-user-wx200-response.ts +9 -9
  88. package/models/index.ts +1 -40
  89. package/models/ipage-access-vo.ts +4 -4
  90. package/models/space-add-excel-dto.ts +0 -6
  91. package/models/{work-order-space-dto.ts → space-add-point-vo.ts} +11 -14
  92. package/models/space-add-vo.ts +0 -9
  93. package/models/space-detail-dto.ts +2 -11
  94. package/models/space-edit-vo.ts +0 -9
  95. package/models/space-point-dto.ts +21 -3
  96. package/models/space-tree-dto.ts +19 -28
  97. package/models/sync-equipment-vo.ts +0 -24
  98. package/models/work-order-circulation-vo.ts +0 -12
  99. package/models/work-order-internal-status-enum.ts +1 -7
  100. package/models/work-order-issue-type-enum.ts +2 -11
  101. package/models/work-order-settings-type-enum.ts +7 -2
  102. package/models/work-order-source-enum.ts +1 -3
  103. package/models/work-order-type-enum.ts +1 -3
  104. package/package.json +1 -1
  105. package/apis/device-api.ts +0 -244
  106. package/apis/monitor-controller-api.ts +0 -1260
  107. package/apis/monitor-sort-controller-api.ts +0 -499
  108. package/apis/surveillance-settings-api.ts +0 -583
  109. package/dist/apis/device-api.d.ts +0 -135
  110. package/dist/apis/device-api.js +0 -209
  111. package/dist/apis/monitor-controller-api.d.ts +0 -659
  112. package/dist/apis/monitor-controller-api.js +0 -989
  113. package/dist/apis/monitor-sort-controller-api.d.ts +0 -259
  114. package/dist/apis/monitor-sort-controller-api.js +0 -416
  115. package/dist/apis/surveillance-settings-api.d.ts +0 -302
  116. package/dist/apis/surveillance-settings-api.js +0 -486
  117. package/dist/esm/apis/device-api.d.ts +0 -135
  118. package/dist/esm/apis/device-api.js +0 -202
  119. package/dist/esm/apis/monitor-controller-api.d.ts +0 -659
  120. package/dist/esm/apis/monitor-controller-api.js +0 -982
  121. package/dist/esm/apis/monitor-sort-controller-api.d.ts +0 -259
  122. package/dist/esm/apis/monitor-sort-controller-api.js +0 -409
  123. package/dist/esm/apis/surveillance-settings-api.d.ts +0 -302
  124. package/dist/esm/apis/surveillance-settings-api.js +0 -479
  125. package/dist/esm/models/functional-area-enum.d.ts +0 -26
  126. package/dist/esm/models/functional-area-enum.js +0 -27
  127. package/dist/esm/models/installation-body-enum.d.ts +0 -22
  128. package/dist/esm/models/installation-body-enum.js +0 -23
  129. package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
  130. package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
  131. package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +0 -14
  132. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
  133. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +0 -14
  134. package/dist/esm/models/json-result-surveillance-details-dto.d.ts +0 -62
  135. package/dist/esm/models/json-result-surveillance-details-dto.js +0 -14
  136. package/dist/esm/models/json-result-surveillance-live-dto.d.ts +0 -62
  137. package/dist/esm/models/json-result-surveillance-live-dto.js +0 -14
  138. package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
  139. package/dist/esm/models/json-result-surveillance-settings-details-dto.js +0 -14
  140. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +0 -62
  141. package/dist/esm/models/json-result-violation-work-order-details-dto.js +0 -14
  142. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -87
  143. package/dist/esm/models/network-monitor-repair-add-vo.js +0 -14
  144. package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +0 -42
  145. package/dist/esm/models/network-monitor-repair-decision-vo.js +0 -14
  146. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -164
  147. package/dist/esm/models/network-monitor-repair-details-dto.js +0 -20
  148. package/dist/esm/models/network-repair-info.d.ts +0 -36
  149. package/dist/esm/models/network-repair-info.js +0 -14
  150. package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +0 -31
  151. package/dist/esm/models/page-dto-surveillance-details-dto.js +0 -14
  152. package/dist/esm/models/park.d.ts +0 -43
  153. package/dist/esm/models/park.js +0 -14
  154. package/dist/esm/models/polling-surveillance-info.d.ts +0 -30
  155. package/dist/esm/models/polling-surveillance-info.js +0 -14
  156. package/dist/esm/models/process-network-monitor-repair-vo.d.ts +0 -30
  157. package/dist/esm/models/process-network-monitor-repair-vo.js +0 -14
  158. package/dist/esm/models/space-industry-attribute.d.ts +0 -25
  159. package/dist/esm/models/space-industry-attribute.js +0 -26
  160. package/dist/esm/models/space.d.ts +0 -43
  161. package/dist/esm/models/space.js +0 -14
  162. package/dist/esm/models/surveillance-details-dto.d.ts +0 -129
  163. package/dist/esm/models/surveillance-details-dto.js +0 -18
  164. package/dist/esm/models/surveillance-live-dto.d.ts +0 -48
  165. package/dist/esm/models/surveillance-live-dto.js +0 -14
  166. package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -57
  167. package/dist/esm/models/surveillance-settings-details-dto.js +0 -14
  168. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +0 -31
  169. package/dist/esm/models/surveillance-settings-polling-vo.js +0 -14
  170. package/dist/esm/models/surveillance-update-vo.d.ts +0 -62
  171. package/dist/esm/models/surveillance-update-vo.js +0 -14
  172. package/dist/esm/models/surveillance.d.ts +0 -54
  173. package/dist/esm/models/surveillance.js +0 -18
  174. package/dist/esm/models/sync-device-unit-vo.d.ts +0 -180
  175. package/dist/esm/models/sync-device-unit-vo.js +0 -14
  176. package/dist/esm/models/violation-center-attribute-enum.d.ts +0 -21
  177. package/dist/esm/models/violation-center-attribute-enum.js +0 -22
  178. package/dist/esm/models/violation-decision-vo.d.ts +0 -68
  179. package/dist/esm/models/violation-decision-vo.js +0 -14
  180. package/dist/esm/models/violation-issue-type-enum.d.ts +0 -84
  181. package/dist/esm/models/violation-issue-type-enum.js +0 -85
  182. package/dist/esm/models/violation-responsibility-role-enum.d.ts +0 -21
  183. package/dist/esm/models/violation-responsibility-role-enum.js +0 -22
  184. package/dist/esm/models/violation-work-order-add-vo.d.ts +0 -87
  185. package/dist/esm/models/violation-work-order-add-vo.js +0 -14
  186. package/dist/esm/models/violation-work-order-details-dto.d.ts +0 -151
  187. package/dist/esm/models/violation-work-order-details-dto.js +0 -20
  188. package/dist/esm/models/violation-work-order-info.d.ts +0 -106
  189. package/dist/esm/models/violation-work-order-info.js +0 -14
  190. package/dist/esm/models/work-order-approval-vo.d.ts +0 -24
  191. package/dist/esm/models/work-order-approval-vo.js +0 -14
  192. package/dist/esm/models/work-order-decision-vo.d.ts +0 -32
  193. package/dist/esm/models/work-order-decision-vo.js +0 -14
  194. package/dist/esm/models/work-order-ext-data.d.ts +0 -32
  195. package/dist/esm/models/work-order-ext-data.js +0 -14
  196. package/dist/esm/models/work-order-handler-dto.d.ts +0 -61
  197. package/dist/esm/models/work-order-handler-dto.js +0 -14
  198. package/dist/esm/models/work-order-space-dto.js +0 -14
  199. package/dist/esm/models/work-order-sponsor-dto.d.ts +0 -48
  200. package/dist/esm/models/work-order-sponsor-dto.js +0 -14
  201. package/dist/esm/models/work-order-surveillance-dto.d.ts +0 -30
  202. package/dist/esm/models/work-order-surveillance-dto.js +0 -14
  203. package/dist/models/functional-area-enum.d.ts +0 -26
  204. package/dist/models/functional-area-enum.js +0 -30
  205. package/dist/models/installation-body-enum.d.ts +0 -22
  206. package/dist/models/installation-body-enum.js +0 -26
  207. package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
  208. package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
  209. package/dist/models/json-result-network-monitor-repair-details-dto.js +0 -15
  210. package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
  211. package/dist/models/json-result-page-dto-surveillance-details-dto.js +0 -15
  212. package/dist/models/json-result-surveillance-details-dto.d.ts +0 -62
  213. package/dist/models/json-result-surveillance-details-dto.js +0 -15
  214. package/dist/models/json-result-surveillance-live-dto.d.ts +0 -62
  215. package/dist/models/json-result-surveillance-live-dto.js +0 -15
  216. package/dist/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
  217. package/dist/models/json-result-surveillance-settings-details-dto.js +0 -15
  218. package/dist/models/json-result-violation-work-order-details-dto.d.ts +0 -62
  219. package/dist/models/json-result-violation-work-order-details-dto.js +0 -15
  220. package/dist/models/network-monitor-repair-add-vo.d.ts +0 -87
  221. package/dist/models/network-monitor-repair-add-vo.js +0 -15
  222. package/dist/models/network-monitor-repair-decision-vo.d.ts +0 -42
  223. package/dist/models/network-monitor-repair-decision-vo.js +0 -15
  224. package/dist/models/network-monitor-repair-details-dto.d.ts +0 -164
  225. package/dist/models/network-monitor-repair-details-dto.js +0 -23
  226. package/dist/models/network-repair-info.d.ts +0 -36
  227. package/dist/models/network-repair-info.js +0 -15
  228. package/dist/models/page-dto-surveillance-details-dto.d.ts +0 -31
  229. package/dist/models/page-dto-surveillance-details-dto.js +0 -15
  230. package/dist/models/park.d.ts +0 -43
  231. package/dist/models/park.js +0 -15
  232. package/dist/models/polling-surveillance-info.d.ts +0 -30
  233. package/dist/models/polling-surveillance-info.js +0 -15
  234. package/dist/models/process-network-monitor-repair-vo.d.ts +0 -30
  235. package/dist/models/process-network-monitor-repair-vo.js +0 -15
  236. package/dist/models/space-industry-attribute.d.ts +0 -25
  237. package/dist/models/space-industry-attribute.js +0 -29
  238. package/dist/models/space.d.ts +0 -43
  239. package/dist/models/space.js +0 -15
  240. package/dist/models/surveillance-details-dto.d.ts +0 -129
  241. package/dist/models/surveillance-details-dto.js +0 -21
  242. package/dist/models/surveillance-live-dto.d.ts +0 -48
  243. package/dist/models/surveillance-live-dto.js +0 -15
  244. package/dist/models/surveillance-settings-details-dto.d.ts +0 -57
  245. package/dist/models/surveillance-settings-details-dto.js +0 -15
  246. package/dist/models/surveillance-settings-polling-vo.d.ts +0 -31
  247. package/dist/models/surveillance-settings-polling-vo.js +0 -15
  248. package/dist/models/surveillance-update-vo.d.ts +0 -62
  249. package/dist/models/surveillance-update-vo.js +0 -15
  250. package/dist/models/surveillance.d.ts +0 -54
  251. package/dist/models/surveillance.js +0 -21
  252. package/dist/models/sync-device-unit-vo.d.ts +0 -180
  253. package/dist/models/sync-device-unit-vo.js +0 -15
  254. package/dist/models/violation-center-attribute-enum.d.ts +0 -21
  255. package/dist/models/violation-center-attribute-enum.js +0 -25
  256. package/dist/models/violation-decision-vo.d.ts +0 -68
  257. package/dist/models/violation-decision-vo.js +0 -15
  258. package/dist/models/violation-issue-type-enum.d.ts +0 -84
  259. package/dist/models/violation-issue-type-enum.js +0 -88
  260. package/dist/models/violation-responsibility-role-enum.d.ts +0 -21
  261. package/dist/models/violation-responsibility-role-enum.js +0 -25
  262. package/dist/models/violation-work-order-add-vo.d.ts +0 -87
  263. package/dist/models/violation-work-order-add-vo.js +0 -15
  264. package/dist/models/violation-work-order-details-dto.d.ts +0 -151
  265. package/dist/models/violation-work-order-details-dto.js +0 -23
  266. package/dist/models/violation-work-order-info.d.ts +0 -106
  267. package/dist/models/violation-work-order-info.js +0 -15
  268. package/dist/models/work-order-approval-vo.d.ts +0 -24
  269. package/dist/models/work-order-approval-vo.js +0 -15
  270. package/dist/models/work-order-decision-vo.d.ts +0 -32
  271. package/dist/models/work-order-decision-vo.js +0 -15
  272. package/dist/models/work-order-ext-data.d.ts +0 -32
  273. package/dist/models/work-order-ext-data.js +0 -15
  274. package/dist/models/work-order-handler-dto.d.ts +0 -61
  275. package/dist/models/work-order-handler-dto.js +0 -15
  276. package/dist/models/work-order-space-dto.js +0 -15
  277. package/dist/models/work-order-sponsor-dto.d.ts +0 -48
  278. package/dist/models/work-order-sponsor-dto.js +0 -15
  279. package/dist/models/work-order-surveillance-dto.d.ts +0 -30
  280. package/dist/models/work-order-surveillance-dto.js +0 -15
  281. package/models/functional-area-enum.ts +0 -36
  282. package/models/installation-body-enum.ts +0 -32
  283. package/models/json-result-list-surveillance-settings-details-dto.ts +0 -72
  284. package/models/json-result-network-monitor-repair-details-dto.ts +0 -72
  285. package/models/json-result-page-dto-surveillance-details-dto.ts +0 -72
  286. package/models/json-result-surveillance-details-dto.ts +0 -72
  287. package/models/json-result-surveillance-live-dto.ts +0 -72
  288. package/models/json-result-surveillance-settings-details-dto.ts +0 -72
  289. package/models/json-result-violation-work-order-details-dto.ts +0 -72
  290. package/models/network-monitor-repair-add-vo.ts +0 -101
  291. package/models/network-monitor-repair-decision-vo.ts +0 -48
  292. package/models/network-monitor-repair-details-dto.ts +0 -197
  293. package/models/network-repair-info.ts +0 -42
  294. package/models/page-dto-surveillance-details-dto.ts +0 -39
  295. package/models/park.ts +0 -53
  296. package/models/polling-surveillance-info.ts +0 -36
  297. package/models/process-network-monitor-repair-vo.ts +0 -36
  298. package/models/space-industry-attribute.ts +0 -35
  299. package/models/space.ts +0 -51
  300. package/models/surveillance-details-dto.ts +0 -144
  301. package/models/surveillance-live-dto.ts +0 -54
  302. package/models/surveillance-settings-details-dto.ts +0 -69
  303. package/models/surveillance-settings-polling-vo.ts +0 -39
  304. package/models/surveillance-update-vo.ts +0 -74
  305. package/models/surveillance.ts +0 -63
  306. package/models/sync-device-unit-vo.ts +0 -186
  307. package/models/violation-center-attribute-enum.ts +0 -31
  308. package/models/violation-decision-vo.ts +0 -80
  309. package/models/violation-issue-type-enum.ts +0 -94
  310. package/models/violation-responsibility-role-enum.ts +0 -31
  311. package/models/violation-work-order-add-vo.ts +0 -101
  312. package/models/violation-work-order-details-dto.ts +0 -182
  313. package/models/violation-work-order-info.ts +0 -122
  314. package/models/work-order-approval-vo.ts +0 -30
  315. package/models/work-order-decision-vo.ts +0 -42
  316. package/models/work-order-ext-data.ts +0 -42
  317. package/models/work-order-handler-dto.ts +0 -71
  318. package/models/work-order-sponsor-dto.ts +0 -54
  319. package/models/work-order-surveillance-dto.ts +0 -36
  320. /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
  321. /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
@@ -1,84 +0,0 @@
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 ViolationIssueTypeEnum: {
18
- readonly HighAltitudeWorkWithoutSafetyHelmetOrSafetyRope: "HIGH_ALTITUDE_WORK_WITHOUT_SAFETY_HELMET_OR_SAFETY_ROPE";
19
- readonly WorkersWearingShortsOrSlippersInWarehouseArea: "WORKERS_WEARING_SHORTS_OR_SLIPPERS_IN_WAREHOUSE_AREA";
20
- readonly ForkliftViolationLiftingPeopleForHighWork: "FORKLIFT_VIOLATION_LIFTING_PEOPLE_FOR_HIGH_WORK";
21
- readonly HighShelfWarehouseWorkWithoutSafetyHelmet: "HIGH_SHELF_WAREHOUSE_WORK_WITHOUT_SAFETY_HELMET";
22
- readonly ParkedVehiclesNotFollowingFourCapTwoWedgeRule: "PARKED_VEHICLES_NOT_FOLLOWING_FOUR_CAP_TWO_WEDGE_RULE";
23
- readonly ForkliftNotRemovingKeyAfterParking: "FORKLIFT_NOT_REMOVING_KEY_AFTER_PARKING";
24
- readonly ForkliftParkedInWarehouseAfterShiftForksNotReset: "FORKLIFT_PARKED_IN_WAREHOUSE_AFTER_SHIFT_FORKS_NOT_RESET";
25
- readonly PlatformIllegalCharging: "PLATFORM_ILLEGAL_CHARGING";
26
- readonly WarehouseAreaIllegalSmoking: "WAREHOUSE_AREA_ILLEGAL_SMOKING";
27
- readonly VehiclesIllegallyEnteringWarehouseArea: "VEHICLES_ILLEGALLY_ENTERING_WAREHOUSE_AREA";
28
- readonly OtherSafetyViolations: "OTHER_SAFETY_VIOLATIONS";
29
- readonly FireExitBlocked: "FIRE_EXIT_BLOCKED";
30
- readonly GoodsBlockingFireFightingEquipment: "GOODS_BLOCKING_FIRE_FIGHTING_EQUIPMENT";
31
- readonly DebrisPiledInFrontOfPowerDistributionEquipment: "DEBRIS_PILED_IN_FRONT_OF_POWER_DISTRIBUTION_EQUIPMENT";
32
- readonly AntiTheftDoorLyingFlatSidewaysOrUpsideDown: "ANTI_THEFT_DOOR_LYING_FLAT_SIDEWAYS_OR_UPSIDE_DOWN";
33
- readonly GoodsStackedTooHigh: "GOODS_STACKED_TOO_HIGH";
34
- readonly DampGoods: "DAMP_GOODS";
35
- readonly TvIllegalStackingHeavyOnLight: "TV_ILLEGAL_STACKING_HEAVY_ON_LIGHT";
36
- readonly GoodsWithPenetratingDamage: "GOODS_WITH_PENETRATING_DAMAGE";
37
- readonly SidewaysOrUpsideDown: "SIDEWAYS_OR_UPSIDE_DOWN";
38
- readonly GoodsStained: "GOODS_STAINED";
39
- readonly GoodsWithScribbledPackaging: "GOODS_WITH_SCRIBBLED_PACKAGING";
40
- readonly IrregularGoodsStacking: "IRREGULAR_GOODS_STACKING";
41
- readonly DamagedGoodsAreaNotSet: "DAMAGED_GOODS_AREA_NOT_SET";
42
- readonly GoodsCrushedOrDeformed: "GOODS_CRUSHED_OR_DEFORMED";
43
- readonly IncorrectClampingSurfacePlacement: "INCORRECT_CLAMPING_SURFACE_PLACEMENT";
44
- readonly GoodsWithFootprintsOnPackaging: "GOODS_WITH_FOOTPRINTS_ON_PACKAGING";
45
- readonly TvDamageOrDirtyPackaging: "TV_DAMAGE_OR_DIRTY_PACKAGING";
46
- readonly DustyGoods: "DUSTY_GOODS";
47
- readonly AntiTippingMeasuresMissing: "ANTI_TIPPING_MEASURES_MISSING";
48
- readonly WarehouseLeakage: "WAREHOUSE_LEAKAGE";
49
- readonly UpsideDownOrSidewaysNonTvAppliances: "UPSIDE_DOWN_OR_SIDEWAYS_NON_TV_APPLIANCES";
50
- readonly DamagedBoxesOnArrival: "DAMAGED_BOXES_ON_ARRIVAL";
51
- readonly ImproperTvLoading: "IMPROPER_TV_LOADING";
52
- readonly WorkingInRain: "WORKING_IN_RAIN";
53
- readonly HeavyOnLight: "HEAVY_ON_LIGHT";
54
- readonly DampOrDirtyContainer: "DAMP_OR_DIRTY_CONTAINER";
55
- readonly ImproperTvStorage: "IMPROPER_TV_STORAGE";
56
- readonly TvWetOrDamagedBox: "TV_WET_OR_DAMAGED_BOX";
57
- readonly WrongClampingSurface: "WRONG_CLAMPING_SURFACE";
58
- readonly DraggingGoodsOnGround: "DRAGGING_GOODS_ON_GROUND";
59
- readonly ClampingTooHighAndDropping: "CLAMPING_TOO_HIGH_AND_DROPPING";
60
- readonly ImproperClampingOfWashingMachines: "IMPROPER_CLAMPING_OF_WASHING_MACHINES";
61
- readonly ImproperClampingOfRefrigerators: "IMPROPER_CLAMPING_OF_REFRIGERATORS";
62
- readonly CornersOnGround: "CORNERS_ON_GROUND";
63
- readonly ClampingDifferentSpecsSimultaneously: "CLAMPING_DIFFERENT_SPECS_SIMULTANEOUSLY";
64
- readonly SqueezingOperationOfClampingTruck: "SQUEEZING_OPERATION_OF_CLAMPING_TRUCK";
65
- readonly ImproperHandlingByPersonnel: "IMPROPER_HANDLING_BY_PERSONNEL";
66
- readonly ThrowingGoods: "THROWING_GOODS";
67
- readonly ImproperTvHandling: "IMPROPER_TV_HANDLING";
68
- readonly ManualWorkTooHighAndDropping: "MANUAL_WORK_TOO_HIGH_AND_DROPPING";
69
- readonly RoughHandlingOfTvs: "ROUGH_HANDLING_OF_TVS";
70
- readonly ImproperClampingOfMassageChairs: "IMPROPER_CLAMPING_OF_MASSAGE_CHAIRS";
71
- readonly ImproperElectronicWaybillAttachment: "IMPROPER_ELECTRONIC_WAYBILL_ATTACHMENT";
72
- readonly ClampingAndDragging: "CLAMPING_AND_DRAGGING";
73
- readonly IndustryClaimRecovery: "INDUSTRY_CLAIM_RECOVERY";
74
- readonly AssetDamage: "ASSET_DAMAGE";
75
- readonly ElectricityWaste: "ELECTRICITY_WASTE";
76
- readonly NotSingleBuildingGoodsCollection: "NOT_SINGLE_BUILDING_GOODS_COLLECTION";
77
- readonly FalseInventory: "FALSE_INVENTORY";
78
- readonly SixSProblem: "SIX_S_PROBLEM";
79
- readonly NoTeamMeeting: "NO_TEAM_MEETING";
80
- readonly PlatformStagingAreaNotCleared: "PLATFORM_STAGING_AREA_NOT_CLEARED";
81
- readonly UtilizationProblem: "UTILIZATION_PROBLEM";
82
- readonly NoOneInControlRoom: "NO_ONE_IN_CONTROL_ROOM";
83
- };
84
- export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
@@ -1,85 +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
- * @export
17
- * @enum {string}
18
- */
19
- export const ViolationIssueTypeEnum = {
20
- HighAltitudeWorkWithoutSafetyHelmetOrSafetyRope: 'HIGH_ALTITUDE_WORK_WITHOUT_SAFETY_HELMET_OR_SAFETY_ROPE',
21
- WorkersWearingShortsOrSlippersInWarehouseArea: 'WORKERS_WEARING_SHORTS_OR_SLIPPERS_IN_WAREHOUSE_AREA',
22
- ForkliftViolationLiftingPeopleForHighWork: 'FORKLIFT_VIOLATION_LIFTING_PEOPLE_FOR_HIGH_WORK',
23
- HighShelfWarehouseWorkWithoutSafetyHelmet: 'HIGH_SHELF_WAREHOUSE_WORK_WITHOUT_SAFETY_HELMET',
24
- ParkedVehiclesNotFollowingFourCapTwoWedgeRule: 'PARKED_VEHICLES_NOT_FOLLOWING_FOUR_CAP_TWO_WEDGE_RULE',
25
- ForkliftNotRemovingKeyAfterParking: 'FORKLIFT_NOT_REMOVING_KEY_AFTER_PARKING',
26
- ForkliftParkedInWarehouseAfterShiftForksNotReset: 'FORKLIFT_PARKED_IN_WAREHOUSE_AFTER_SHIFT_FORKS_NOT_RESET',
27
- PlatformIllegalCharging: 'PLATFORM_ILLEGAL_CHARGING',
28
- WarehouseAreaIllegalSmoking: 'WAREHOUSE_AREA_ILLEGAL_SMOKING',
29
- VehiclesIllegallyEnteringWarehouseArea: 'VEHICLES_ILLEGALLY_ENTERING_WAREHOUSE_AREA',
30
- OtherSafetyViolations: 'OTHER_SAFETY_VIOLATIONS',
31
- FireExitBlocked: 'FIRE_EXIT_BLOCKED',
32
- GoodsBlockingFireFightingEquipment: 'GOODS_BLOCKING_FIRE_FIGHTING_EQUIPMENT',
33
- DebrisPiledInFrontOfPowerDistributionEquipment: 'DEBRIS_PILED_IN_FRONT_OF_POWER_DISTRIBUTION_EQUIPMENT',
34
- AntiTheftDoorLyingFlatSidewaysOrUpsideDown: 'ANTI_THEFT_DOOR_LYING_FLAT_SIDEWAYS_OR_UPSIDE_DOWN',
35
- GoodsStackedTooHigh: 'GOODS_STACKED_TOO_HIGH',
36
- DampGoods: 'DAMP_GOODS',
37
- TvIllegalStackingHeavyOnLight: 'TV_ILLEGAL_STACKING_HEAVY_ON_LIGHT',
38
- GoodsWithPenetratingDamage: 'GOODS_WITH_PENETRATING_DAMAGE',
39
- SidewaysOrUpsideDown: 'SIDEWAYS_OR_UPSIDE_DOWN',
40
- GoodsStained: 'GOODS_STAINED',
41
- GoodsWithScribbledPackaging: 'GOODS_WITH_SCRIBBLED_PACKAGING',
42
- IrregularGoodsStacking: 'IRREGULAR_GOODS_STACKING',
43
- DamagedGoodsAreaNotSet: 'DAMAGED_GOODS_AREA_NOT_SET',
44
- GoodsCrushedOrDeformed: 'GOODS_CRUSHED_OR_DEFORMED',
45
- IncorrectClampingSurfacePlacement: 'INCORRECT_CLAMPING_SURFACE_PLACEMENT',
46
- GoodsWithFootprintsOnPackaging: 'GOODS_WITH_FOOTPRINTS_ON_PACKAGING',
47
- TvDamageOrDirtyPackaging: 'TV_DAMAGE_OR_DIRTY_PACKAGING',
48
- DustyGoods: 'DUSTY_GOODS',
49
- AntiTippingMeasuresMissing: 'ANTI_TIPPING_MEASURES_MISSING',
50
- WarehouseLeakage: 'WAREHOUSE_LEAKAGE',
51
- UpsideDownOrSidewaysNonTvAppliances: 'UPSIDE_DOWN_OR_SIDEWAYS_NON_TV_APPLIANCES',
52
- DamagedBoxesOnArrival: 'DAMAGED_BOXES_ON_ARRIVAL',
53
- ImproperTvLoading: 'IMPROPER_TV_LOADING',
54
- WorkingInRain: 'WORKING_IN_RAIN',
55
- HeavyOnLight: 'HEAVY_ON_LIGHT',
56
- DampOrDirtyContainer: 'DAMP_OR_DIRTY_CONTAINER',
57
- ImproperTvStorage: 'IMPROPER_TV_STORAGE',
58
- TvWetOrDamagedBox: 'TV_WET_OR_DAMAGED_BOX',
59
- WrongClampingSurface: 'WRONG_CLAMPING_SURFACE',
60
- DraggingGoodsOnGround: 'DRAGGING_GOODS_ON_GROUND',
61
- ClampingTooHighAndDropping: 'CLAMPING_TOO_HIGH_AND_DROPPING',
62
- ImproperClampingOfWashingMachines: 'IMPROPER_CLAMPING_OF_WASHING_MACHINES',
63
- ImproperClampingOfRefrigerators: 'IMPROPER_CLAMPING_OF_REFRIGERATORS',
64
- CornersOnGround: 'CORNERS_ON_GROUND',
65
- ClampingDifferentSpecsSimultaneously: 'CLAMPING_DIFFERENT_SPECS_SIMULTANEOUSLY',
66
- SqueezingOperationOfClampingTruck: 'SQUEEZING_OPERATION_OF_CLAMPING_TRUCK',
67
- ImproperHandlingByPersonnel: 'IMPROPER_HANDLING_BY_PERSONNEL',
68
- ThrowingGoods: 'THROWING_GOODS',
69
- ImproperTvHandling: 'IMPROPER_TV_HANDLING',
70
- ManualWorkTooHighAndDropping: 'MANUAL_WORK_TOO_HIGH_AND_DROPPING',
71
- RoughHandlingOfTvs: 'ROUGH_HANDLING_OF_TVS',
72
- ImproperClampingOfMassageChairs: 'IMPROPER_CLAMPING_OF_MASSAGE_CHAIRS',
73
- ImproperElectronicWaybillAttachment: 'IMPROPER_ELECTRONIC_WAYBILL_ATTACHMENT',
74
- ClampingAndDragging: 'CLAMPING_AND_DRAGGING',
75
- IndustryClaimRecovery: 'INDUSTRY_CLAIM_RECOVERY',
76
- AssetDamage: 'ASSET_DAMAGE',
77
- ElectricityWaste: 'ELECTRICITY_WASTE',
78
- NotSingleBuildingGoodsCollection: 'NOT_SINGLE_BUILDING_GOODS_COLLECTION',
79
- FalseInventory: 'FALSE_INVENTORY',
80
- SixSProblem: 'SIX_S_PROBLEM',
81
- NoTeamMeeting: 'NO_TEAM_MEETING',
82
- PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
83
- UtilizationProblem: 'UTILIZATION_PROBLEM',
84
- NoOneInControlRoom: 'NO_ONE_IN_CONTROL_ROOM'
85
- };
@@ -1,21 +0,0 @@
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 ViolationResponsibilityRoleEnum: {
18
- readonly SafetyCommissioner: "SAFETY_COMMISSIONER";
19
- readonly QualityCommissioner: "QUALITY_COMMISSIONER";
20
- };
21
- export type ViolationResponsibilityRoleEnum = typeof ViolationResponsibilityRoleEnum[keyof typeof ViolationResponsibilityRoleEnum];
@@ -1,22 +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
- * @export
17
- * @enum {string}
18
- */
19
- export const ViolationResponsibilityRoleEnum = {
20
- SafetyCommissioner: 'SAFETY_COMMISSIONER',
21
- QualityCommissioner: 'QUALITY_COMMISSIONER'
22
- };
@@ -1,87 +0,0 @@
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 { ViolationIssueTypeEnum } from './violation-issue-type-enum';
13
- import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
14
- import type { WorkOrderSourceEnum } from './work-order-source-enum';
15
- /**
16
- * 违规工单新增
17
- * @export
18
- * @interface ViolationWorkOrderAddVo
19
- */
20
- export interface ViolationWorkOrderAddVo {
21
- /**
22
- *
23
- * @type {WorkOrderIssueTypeEnum}
24
- * @memberof ViolationWorkOrderAddVo
25
- */
26
- 'issueType': WorkOrderIssueTypeEnum;
27
- /**
28
- *
29
- * @type {ViolationIssueTypeEnum}
30
- * @memberof ViolationWorkOrderAddVo
31
- */
32
- 'violationIssueType': ViolationIssueTypeEnum;
33
- /**
34
- * 执行部门ID
35
- * @type {Array<number>}
36
- * @memberof ViolationWorkOrderAddVo
37
- */
38
- 'deptIds': Array<number>;
39
- /**
40
- * 工单执行人
41
- * @type {number}
42
- * @memberof ViolationWorkOrderAddVo
43
- */
44
- 'handlerUserId'?: number;
45
- /**
46
- * 设备id
47
- * @type {Array<number>}
48
- * @memberof ViolationWorkOrderAddVo
49
- */
50
- 'equipmentIds': Array<number>;
51
- /**
52
- * 位置
53
- * @type {number}
54
- * @memberof ViolationWorkOrderAddVo
55
- */
56
- 'spaceId': number;
57
- /**
58
- * 工单名称
59
- * @type {string}
60
- * @memberof ViolationWorkOrderAddVo
61
- */
62
- 'workOrderName'?: string;
63
- /**
64
- * 图片
65
- * @type {Array<string>}
66
- * @memberof ViolationWorkOrderAddVo
67
- */
68
- 'images'?: Array<string>;
69
- /**
70
- * 视频
71
- * @type {Array<string>}
72
- * @memberof ViolationWorkOrderAddVo
73
- */
74
- 'imagesVideo'?: Array<string>;
75
- /**
76
- * 园区id
77
- * @type {number}
78
- * @memberof ViolationWorkOrderAddVo
79
- */
80
- 'parkId': number;
81
- /**
82
- *
83
- * @type {WorkOrderSourceEnum}
84
- * @memberof ViolationWorkOrderAddVo
85
- */
86
- 'workOrderSource': WorkOrderSourceEnum;
87
- }
@@ -1,14 +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
- export {};
@@ -1,151 +0,0 @@
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 { SourceAlertDTO } from './source-alert-dto';
13
- import type { WorkOrderDeptDTO } from './work-order-dept-dto';
14
- import type { WorkOrderExtData } from './work-order-ext-data';
15
- import type { WorkOrderHandlerDto } from './work-order-handler-dto';
16
- import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
17
- import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
18
- import type { WorkOrderSourceEnum } from './work-order-source-enum';
19
- import type { WorkOrderSpaceDto } from './work-order-space-dto';
20
- import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
21
- import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
22
- import type { WorkOrderTypeEnum } from './work-order-type-enum';
23
- /**
24
- * 违规工单详情
25
- * @export
26
- * @interface ViolationWorkOrderDetailsDto
27
- */
28
- export interface ViolationWorkOrderDetailsDto {
29
- /**
30
- * 工单ID
31
- * @type {number}
32
- * @memberof ViolationWorkOrderDetailsDto
33
- */
34
- 'id'?: number;
35
- /**
36
- * 园区ID
37
- * @type {number}
38
- * @memberof ViolationWorkOrderDetailsDto
39
- */
40
- 'parkId'?: number;
41
- /**
42
- * 工单编号
43
- * @type {string}
44
- * @memberof ViolationWorkOrderDetailsDto
45
- */
46
- 'workOrderNo'?: string;
47
- /**
48
- * 工单名称
49
- * @type {string}
50
- * @memberof ViolationWorkOrderDetailsDto
51
- */
52
- 'workOrderName'?: string;
53
- /**
54
- *
55
- * @type {WorkOrderTypeEnum}
56
- * @memberof ViolationWorkOrderDetailsDto
57
- */
58
- 'workOrderType'?: WorkOrderTypeEnum;
59
- /**
60
- * 工单状态
61
- * @type {string}
62
- * @memberof ViolationWorkOrderDetailsDto
63
- */
64
- 'workOrderStatus'?: ViolationWorkOrderDetailsDtoWorkOrderStatusEnum;
65
- /**
66
- * 工单执行部门列表
67
- * @type {Array<WorkOrderDeptDTO>}
68
- * @memberof ViolationWorkOrderDetailsDto
69
- */
70
- 'workOrderDepts'?: Array<WorkOrderDeptDTO>;
71
- /**
72
- *
73
- * @type {WorkOrderSourceEnum}
74
- * @memberof ViolationWorkOrderDetailsDto
75
- */
76
- 'workOrderSource'?: WorkOrderSourceEnum;
77
- /**
78
- *
79
- * @type {SourceAlertDTO}
80
- * @memberof ViolationWorkOrderDetailsDto
81
- */
82
- 'sourceAlert'?: SourceAlertDTO;
83
- /**
84
- *
85
- * @type {WorkOrderIssueTypeEnum}
86
- * @memberof ViolationWorkOrderDetailsDto
87
- */
88
- 'workOrderIssueType'?: WorkOrderIssueTypeEnum;
89
- /**
90
- * 监控设备详情
91
- * @type {Array<WorkOrderSurveillanceDto>}
92
- * @memberof ViolationWorkOrderDetailsDto
93
- */
94
- 'surveillances'?: Array<WorkOrderSurveillanceDto>;
95
- /**
96
- *
97
- * @type {WorkOrderSpaceDto}
98
- * @memberof ViolationWorkOrderDetailsDto
99
- */
100
- 'space'?: WorkOrderSpaceDto;
101
- /**
102
- * 图片
103
- * @type {Array<string>}
104
- * @memberof ViolationWorkOrderDetailsDto
105
- */
106
- 'images'?: Array<string>;
107
- /**
108
- * 视频
109
- * @type {Array<string>}
110
- * @memberof ViolationWorkOrderDetailsDto
111
- */
112
- 'imagesVideo'?: Array<string>;
113
- /**
114
- * 工单执行部门ID列表
115
- * @type {Array<number>}
116
- * @memberof ViolationWorkOrderDetailsDto
117
- */
118
- 'workOrderDeptIds'?: Array<number>;
119
- /**
120
- *
121
- * @type {WorkOrderInternalStatusEnum}
122
- * @memberof ViolationWorkOrderDetailsDto
123
- */
124
- 'internalStatus'?: WorkOrderInternalStatusEnum;
125
- /**
126
- *
127
- * @type {WorkOrderSponsorDto}
128
- * @memberof ViolationWorkOrderDetailsDto
129
- */
130
- 'sponsor'?: WorkOrderSponsorDto;
131
- /**
132
- *
133
- * @type {WorkOrderHandlerDto}
134
- * @memberof ViolationWorkOrderDetailsDto
135
- */
136
- 'handler'?: WorkOrderHandlerDto;
137
- /**
138
- *
139
- * @type {WorkOrderExtData}
140
- * @memberof ViolationWorkOrderDetailsDto
141
- */
142
- 'workOrderExtData'?: WorkOrderExtData;
143
- }
144
- export declare const ViolationWorkOrderDetailsDtoWorkOrderStatusEnum: {
145
- readonly Pending: "PENDING";
146
- readonly InProgress: "IN_PROGRESS";
147
- readonly Completed: "COMPLETED";
148
- readonly Overdue: "OVERDUE";
149
- readonly Closed: "CLOSED";
150
- };
151
- export type ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = typeof ViolationWorkOrderDetailsDtoWorkOrderStatusEnum[keyof typeof ViolationWorkOrderDetailsDtoWorkOrderStatusEnum];
@@ -1,20 +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
- export const ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = {
15
- Pending: 'PENDING',
16
- InProgress: 'IN_PROGRESS',
17
- Completed: 'COMPLETED',
18
- Overdue: 'OVERDUE',
19
- Closed: 'CLOSED'
20
- };
@@ -1,106 +0,0 @@
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 { ViolationCenterAttributeEnum } from './violation-center-attribute-enum';
13
- import type { ViolationIssueTypeEnum } from './violation-issue-type-enum';
14
- import type { ViolationResponsibilityRoleEnum } from './violation-responsibility-role-enum';
15
- import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
16
- /**
17
- * 违规工单信息
18
- * @export
19
- * @interface ViolationWorkOrderInfo
20
- */
21
- export interface ViolationWorkOrderInfo {
22
- /**
23
- *
24
- * @type {WorkOrderIssueTypeEnum}
25
- * @memberof ViolationWorkOrderInfo
26
- */
27
- 'workOrderIssueType'?: WorkOrderIssueTypeEnum;
28
- /**
29
- *
30
- * @type {ViolationIssueTypeEnum}
31
- * @memberof ViolationWorkOrderInfo
32
- */
33
- 'violationIssueType'?: ViolationIssueTypeEnum;
34
- /**
35
- * 是否成立
36
- * @type {boolean}
37
- * @memberof ViolationWorkOrderInfo
38
- */
39
- 'isEstablished'?: boolean;
40
- /**
41
- * 违规数量
42
- * @type {number}
43
- * @memberof ViolationWorkOrderInfo
44
- */
45
- 'violationCount'?: number;
46
- /**
47
- * OMS订单号
48
- * @type {string}
49
- * @memberof ViolationWorkOrderInfo
50
- */
51
- 'omsNo'?: string;
52
- /**
53
- *
54
- * @type {ViolationResponsibilityRoleEnum}
55
- * @memberof ViolationWorkOrderInfo
56
- */
57
- 'responsibilityRole'?: ViolationResponsibilityRoleEnum;
58
- /**
59
- * 责任供应商
60
- * @type {string}
61
- * @memberof ViolationWorkOrderInfo
62
- */
63
- 'responsibilitySupplier'?: string;
64
- /**
65
- * 责任人
66
- * @type {string}
67
- * @memberof ViolationWorkOrderInfo
68
- */
69
- 'responsibilityUser'?: string;
70
- /**
71
- *
72
- * @type {ViolationCenterAttributeEnum}
73
- * @memberof ViolationWorkOrderInfo
74
- */
75
- 'centerAttribute'?: ViolationCenterAttributeEnum;
76
- /**
77
- * 索赔内容
78
- * @type {string}
79
- * @memberof ViolationWorkOrderInfo
80
- */
81
- 'claimContent'?: string;
82
- /**
83
- * 索赔单号
84
- * @type {string}
85
- * @memberof ViolationWorkOrderInfo
86
- */
87
- 'claimNo'?: string;
88
- /**
89
- * 索赔工单状态
90
- * @type {string}
91
- * @memberof ViolationWorkOrderInfo
92
- */
93
- 'claimStatus'?: string;
94
- /**
95
- * 索赔金额
96
- * @type {number}
97
- * @memberof ViolationWorkOrderInfo
98
- */
99
- 'claimAmount'?: number;
100
- /**
101
- * 所属项目
102
- * @type {string}
103
- * @memberof ViolationWorkOrderInfo
104
- */
105
- 'projectName'?: string;
106
- }
@@ -1,14 +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
- export {};
@@ -1,24 +0,0 @@
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
- }
@@ -1,14 +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
- export {};