@gizone/rrs-client 4.1.0-alpha.112 → 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 (326) hide show
  1. package/.openapi-generator/FILES +2 -46
  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 -530
  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 -353
  15. package/dist/apis/surveillance-api.js +777 -332
  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 -353
  27. package/dist/esm/apis/surveillance-api.js +776 -331
  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 -41
  37. package/dist/esm/models/index.js +1 -41
  38. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  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 -41
  63. package/dist/models/index.js +1 -41
  64. package/dist/models/ipage-access-vo.d.ts +6 -6
  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 -41
  89. package/models/ipage-access-vo.ts +6 -6
  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/iot-device-status-enum.d.ts +0 -22
  130. package/dist/esm/models/iot-device-status-enum.js +0 -23
  131. package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
  132. package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
  133. package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +0 -14
  134. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
  135. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +0 -14
  136. package/dist/esm/models/json-result-surveillance-details-dto.d.ts +0 -62
  137. package/dist/esm/models/json-result-surveillance-details-dto.js +0 -14
  138. package/dist/esm/models/json-result-surveillance-live-dto.d.ts +0 -62
  139. package/dist/esm/models/json-result-surveillance-live-dto.js +0 -14
  140. package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
  141. package/dist/esm/models/json-result-surveillance-settings-details-dto.js +0 -14
  142. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +0 -62
  143. package/dist/esm/models/json-result-violation-work-order-details-dto.js +0 -14
  144. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -87
  145. package/dist/esm/models/network-monitor-repair-add-vo.js +0 -14
  146. package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +0 -42
  147. package/dist/esm/models/network-monitor-repair-decision-vo.js +0 -14
  148. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -164
  149. package/dist/esm/models/network-monitor-repair-details-dto.js +0 -20
  150. package/dist/esm/models/network-repair-info.d.ts +0 -36
  151. package/dist/esm/models/network-repair-info.js +0 -14
  152. package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +0 -31
  153. package/dist/esm/models/page-dto-surveillance-details-dto.js +0 -14
  154. package/dist/esm/models/park.d.ts +0 -43
  155. package/dist/esm/models/park.js +0 -14
  156. package/dist/esm/models/polling-surveillance-info.d.ts +0 -30
  157. package/dist/esm/models/polling-surveillance-info.js +0 -14
  158. package/dist/esm/models/process-network-monitor-repair-vo.d.ts +0 -30
  159. package/dist/esm/models/process-network-monitor-repair-vo.js +0 -14
  160. package/dist/esm/models/space-industry-attribute.d.ts +0 -25
  161. package/dist/esm/models/space-industry-attribute.js +0 -26
  162. package/dist/esm/models/space.d.ts +0 -43
  163. package/dist/esm/models/space.js +0 -14
  164. package/dist/esm/models/surveillance-details-dto.d.ts +0 -124
  165. package/dist/esm/models/surveillance-details-dto.js +0 -14
  166. package/dist/esm/models/surveillance-live-dto.d.ts +0 -48
  167. package/dist/esm/models/surveillance-live-dto.js +0 -14
  168. package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -57
  169. package/dist/esm/models/surveillance-settings-details-dto.js +0 -14
  170. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +0 -31
  171. package/dist/esm/models/surveillance-settings-polling-vo.js +0 -14
  172. package/dist/esm/models/surveillance-update-vo.d.ts +0 -62
  173. package/dist/esm/models/surveillance-update-vo.js +0 -14
  174. package/dist/esm/models/surveillance.d.ts +0 -49
  175. package/dist/esm/models/surveillance.js +0 -14
  176. package/dist/esm/models/sync-device-unit-vo.d.ts +0 -180
  177. package/dist/esm/models/sync-device-unit-vo.js +0 -14
  178. package/dist/esm/models/violation-center-attribute-enum.d.ts +0 -21
  179. package/dist/esm/models/violation-center-attribute-enum.js +0 -22
  180. package/dist/esm/models/violation-decision-vo.d.ts +0 -68
  181. package/dist/esm/models/violation-decision-vo.js +0 -14
  182. package/dist/esm/models/violation-issue-type-enum.d.ts +0 -84
  183. package/dist/esm/models/violation-issue-type-enum.js +0 -85
  184. package/dist/esm/models/violation-responsibility-role-enum.d.ts +0 -21
  185. package/dist/esm/models/violation-responsibility-role-enum.js +0 -22
  186. package/dist/esm/models/violation-work-order-add-vo.d.ts +0 -87
  187. package/dist/esm/models/violation-work-order-add-vo.js +0 -14
  188. package/dist/esm/models/violation-work-order-details-dto.d.ts +0 -151
  189. package/dist/esm/models/violation-work-order-details-dto.js +0 -20
  190. package/dist/esm/models/violation-work-order-info.d.ts +0 -106
  191. package/dist/esm/models/violation-work-order-info.js +0 -14
  192. package/dist/esm/models/work-order-approval-vo.d.ts +0 -24
  193. package/dist/esm/models/work-order-approval-vo.js +0 -14
  194. package/dist/esm/models/work-order-decision-vo.d.ts +0 -32
  195. package/dist/esm/models/work-order-decision-vo.js +0 -14
  196. package/dist/esm/models/work-order-ext-data.d.ts +0 -32
  197. package/dist/esm/models/work-order-ext-data.js +0 -14
  198. package/dist/esm/models/work-order-handler-dto.d.ts +0 -61
  199. package/dist/esm/models/work-order-handler-dto.js +0 -14
  200. package/dist/esm/models/work-order-space-dto.js +0 -14
  201. package/dist/esm/models/work-order-sponsor-dto.d.ts +0 -48
  202. package/dist/esm/models/work-order-sponsor-dto.js +0 -14
  203. package/dist/esm/models/work-order-surveillance-dto.d.ts +0 -30
  204. package/dist/esm/models/work-order-surveillance-dto.js +0 -14
  205. package/dist/models/functional-area-enum.d.ts +0 -26
  206. package/dist/models/functional-area-enum.js +0 -30
  207. package/dist/models/installation-body-enum.d.ts +0 -22
  208. package/dist/models/installation-body-enum.js +0 -26
  209. package/dist/models/iot-device-status-enum.d.ts +0 -22
  210. package/dist/models/iot-device-status-enum.js +0 -26
  211. package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
  212. package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
  213. package/dist/models/json-result-network-monitor-repair-details-dto.js +0 -15
  214. package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
  215. package/dist/models/json-result-page-dto-surveillance-details-dto.js +0 -15
  216. package/dist/models/json-result-surveillance-details-dto.d.ts +0 -62
  217. package/dist/models/json-result-surveillance-details-dto.js +0 -15
  218. package/dist/models/json-result-surveillance-live-dto.d.ts +0 -62
  219. package/dist/models/json-result-surveillance-live-dto.js +0 -15
  220. package/dist/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
  221. package/dist/models/json-result-surveillance-settings-details-dto.js +0 -15
  222. package/dist/models/json-result-violation-work-order-details-dto.d.ts +0 -62
  223. package/dist/models/json-result-violation-work-order-details-dto.js +0 -15
  224. package/dist/models/network-monitor-repair-add-vo.d.ts +0 -87
  225. package/dist/models/network-monitor-repair-add-vo.js +0 -15
  226. package/dist/models/network-monitor-repair-decision-vo.d.ts +0 -42
  227. package/dist/models/network-monitor-repair-decision-vo.js +0 -15
  228. package/dist/models/network-monitor-repair-details-dto.d.ts +0 -164
  229. package/dist/models/network-monitor-repair-details-dto.js +0 -23
  230. package/dist/models/network-repair-info.d.ts +0 -36
  231. package/dist/models/network-repair-info.js +0 -15
  232. package/dist/models/page-dto-surveillance-details-dto.d.ts +0 -31
  233. package/dist/models/page-dto-surveillance-details-dto.js +0 -15
  234. package/dist/models/park.d.ts +0 -43
  235. package/dist/models/park.js +0 -15
  236. package/dist/models/polling-surveillance-info.d.ts +0 -30
  237. package/dist/models/polling-surveillance-info.js +0 -15
  238. package/dist/models/process-network-monitor-repair-vo.d.ts +0 -30
  239. package/dist/models/process-network-monitor-repair-vo.js +0 -15
  240. package/dist/models/space-industry-attribute.d.ts +0 -25
  241. package/dist/models/space-industry-attribute.js +0 -29
  242. package/dist/models/space.d.ts +0 -43
  243. package/dist/models/space.js +0 -15
  244. package/dist/models/surveillance-details-dto.d.ts +0 -124
  245. package/dist/models/surveillance-details-dto.js +0 -15
  246. package/dist/models/surveillance-live-dto.d.ts +0 -48
  247. package/dist/models/surveillance-live-dto.js +0 -15
  248. package/dist/models/surveillance-settings-details-dto.d.ts +0 -57
  249. package/dist/models/surveillance-settings-details-dto.js +0 -15
  250. package/dist/models/surveillance-settings-polling-vo.d.ts +0 -31
  251. package/dist/models/surveillance-settings-polling-vo.js +0 -15
  252. package/dist/models/surveillance-update-vo.d.ts +0 -62
  253. package/dist/models/surveillance-update-vo.js +0 -15
  254. package/dist/models/surveillance.d.ts +0 -49
  255. package/dist/models/surveillance.js +0 -15
  256. package/dist/models/sync-device-unit-vo.d.ts +0 -180
  257. package/dist/models/sync-device-unit-vo.js +0 -15
  258. package/dist/models/violation-center-attribute-enum.d.ts +0 -21
  259. package/dist/models/violation-center-attribute-enum.js +0 -25
  260. package/dist/models/violation-decision-vo.d.ts +0 -68
  261. package/dist/models/violation-decision-vo.js +0 -15
  262. package/dist/models/violation-issue-type-enum.d.ts +0 -84
  263. package/dist/models/violation-issue-type-enum.js +0 -88
  264. package/dist/models/violation-responsibility-role-enum.d.ts +0 -21
  265. package/dist/models/violation-responsibility-role-enum.js +0 -25
  266. package/dist/models/violation-work-order-add-vo.d.ts +0 -87
  267. package/dist/models/violation-work-order-add-vo.js +0 -15
  268. package/dist/models/violation-work-order-details-dto.d.ts +0 -151
  269. package/dist/models/violation-work-order-details-dto.js +0 -23
  270. package/dist/models/violation-work-order-info.d.ts +0 -106
  271. package/dist/models/violation-work-order-info.js +0 -15
  272. package/dist/models/work-order-approval-vo.d.ts +0 -24
  273. package/dist/models/work-order-approval-vo.js +0 -15
  274. package/dist/models/work-order-decision-vo.d.ts +0 -32
  275. package/dist/models/work-order-decision-vo.js +0 -15
  276. package/dist/models/work-order-ext-data.d.ts +0 -32
  277. package/dist/models/work-order-ext-data.js +0 -15
  278. package/dist/models/work-order-handler-dto.d.ts +0 -61
  279. package/dist/models/work-order-handler-dto.js +0 -15
  280. package/dist/models/work-order-space-dto.js +0 -15
  281. package/dist/models/work-order-sponsor-dto.d.ts +0 -48
  282. package/dist/models/work-order-sponsor-dto.js +0 -15
  283. package/dist/models/work-order-surveillance-dto.d.ts +0 -30
  284. package/dist/models/work-order-surveillance-dto.js +0 -15
  285. package/models/functional-area-enum.ts +0 -36
  286. package/models/installation-body-enum.ts +0 -32
  287. package/models/iot-device-status-enum.ts +0 -32
  288. package/models/json-result-list-surveillance-settings-details-dto.ts +0 -72
  289. package/models/json-result-network-monitor-repair-details-dto.ts +0 -72
  290. package/models/json-result-page-dto-surveillance-details-dto.ts +0 -72
  291. package/models/json-result-surveillance-details-dto.ts +0 -72
  292. package/models/json-result-surveillance-live-dto.ts +0 -72
  293. package/models/json-result-surveillance-settings-details-dto.ts +0 -72
  294. package/models/json-result-violation-work-order-details-dto.ts +0 -72
  295. package/models/network-monitor-repair-add-vo.ts +0 -101
  296. package/models/network-monitor-repair-decision-vo.ts +0 -48
  297. package/models/network-monitor-repair-details-dto.ts +0 -197
  298. package/models/network-repair-info.ts +0 -42
  299. package/models/page-dto-surveillance-details-dto.ts +0 -39
  300. package/models/park.ts +0 -53
  301. package/models/polling-surveillance-info.ts +0 -36
  302. package/models/process-network-monitor-repair-vo.ts +0 -36
  303. package/models/space-industry-attribute.ts +0 -35
  304. package/models/space.ts +0 -51
  305. package/models/surveillance-details-dto.ts +0 -140
  306. package/models/surveillance-live-dto.ts +0 -54
  307. package/models/surveillance-settings-details-dto.ts +0 -69
  308. package/models/surveillance-settings-polling-vo.ts +0 -39
  309. package/models/surveillance-update-vo.ts +0 -74
  310. package/models/surveillance.ts +0 -59
  311. package/models/sync-device-unit-vo.ts +0 -186
  312. package/models/violation-center-attribute-enum.ts +0 -31
  313. package/models/violation-decision-vo.ts +0 -80
  314. package/models/violation-issue-type-enum.ts +0 -94
  315. package/models/violation-responsibility-role-enum.ts +0 -31
  316. package/models/violation-work-order-add-vo.ts +0 -101
  317. package/models/violation-work-order-details-dto.ts +0 -182
  318. package/models/violation-work-order-info.ts +0 -122
  319. package/models/work-order-approval-vo.ts +0 -30
  320. package/models/work-order-decision-vo.ts +0 -42
  321. package/models/work-order-ext-data.ts +0 -42
  322. package/models/work-order-handler-dto.ts +0 -71
  323. package/models/work-order-sponsor-dto.ts +0 -54
  324. package/models/work-order-surveillance-dto.ts +0 -36
  325. /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
  326. /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
@@ -9,8 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { SpaceIndustryAttribute } from './space-industry-attribute';
13
- import type { Surveillance } from './surveillance';
12
+ import type { MonitorSearchDto } from './monitor-search-dto';
14
13
  /**
15
14
  * 返回数据,可以是任意类型的值
16
15
  * @export
@@ -59,6 +58,24 @@ export interface SpaceTreeDTO {
59
58
  * @memberof SpaceTreeDTO
60
59
  */
61
60
  'child'?: Array<SpaceTreeDTO>;
61
+ /**
62
+ * 监控空间id
63
+ * @type {number}
64
+ * @memberof SpaceTreeDTO
65
+ */
66
+ 'spaceId'?: number;
67
+ /**
68
+ * 监控列表
69
+ * @type {Array<MonitorSearchDto>}
70
+ * @memberof SpaceTreeDTO
71
+ */
72
+ 'monitorList'?: Array<MonitorSearchDto>;
73
+ /**
74
+ * 监控列表
75
+ * @type {number}
76
+ * @memberof SpaceTreeDTO
77
+ */
78
+ 'monitorSize'?: number;
62
79
  /**
63
80
  * 是否首级 1 是 0 否
64
81
  * @type {number}
@@ -107,30 +124,6 @@ export interface SpaceTreeDTO {
107
124
  * @memberof SpaceTreeDTO
108
125
  */
109
126
  'promptText'?: string;
110
- /**
111
- * 行业属性
112
- * @type {Array<SpaceIndustryAttribute>}
113
- * @memberof SpaceTreeDTO
114
- */
115
- 'industryAttributes'?: Array<SpaceIndustryAttribute>;
116
- /**
117
- * 监控数量
118
- * @type {number}
119
- * @memberof SpaceTreeDTO
120
- */
121
- 'surveillanceCount'?: number;
122
- /**
123
- * 监控空间位置
124
- * @type {number}
125
- * @memberof SpaceTreeDTO
126
- */
127
- 'spaceId'?: number;
128
- /**
129
- * 监控列表
130
- * @type {Array<Surveillance>}
131
- * @memberof SpaceTreeDTO
132
- */
133
- 'surveillances'?: Array<Surveillance>;
134
127
  }
135
128
  export declare const SpaceTreeDTOImageDisplayMethodEnum: {
136
129
  readonly SelfUploading: "SELF_UPLOADING";
@@ -165,34 +165,10 @@ export interface SyncEquipmentVO {
165
165
  * @memberof SyncEquipmentVO
166
166
  */
167
167
  'heartBeatAt'?: string;
168
- /**
169
- * 下次心跳时间
170
- * @type {string}
171
- * @memberof SyncEquipmentVO
172
- */
173
- 'heartBeatExpiresAt'?: string;
174
168
  /**
175
169
  * 倍率
176
170
  * @type {number}
177
171
  * @memberof SyncEquipmentVO
178
172
  */
179
173
  'magnification'?: number;
180
- /**
181
- * 记录id 暂时无用
182
- * @type {number}
183
- * @memberof SyncEquipmentVO
184
- */
185
- 'recordId'?: number;
186
- /**
187
- * 上传时间间隔
188
- * @type {number}
189
- * @memberof SyncEquipmentVO
190
- */
191
- 'uploadTimeInterval'?: number;
192
- /**
193
- * 节点id
194
- * @type {number}
195
- * @memberof SyncEquipmentVO
196
- */
197
- 'nodeId'?: number;
198
174
  }
@@ -40,18 +40,6 @@ 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;
55
43
  /**
56
44
  * 处理事件 initiate:发起工单 reassignment:转派工单 receivingOrders:接单 accomplish:完成工单 spotCheck:抽检 overdue:逾期 closed:关闭
57
45
  * @type {string}
@@ -19,11 +19,5 @@ 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";
28
22
  };
29
23
  export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
@@ -20,11 +20,5 @@ 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',
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'
23
+ RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR'
30
24
  };
@@ -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,14 +22,5 @@ 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";
34
25
  };
35
26
  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,14 +23,5 @@ 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',
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'
26
+ SecurityIssue: 'SECURITY_ISSUE'
36
27
  };
@@ -19,7 +19,12 @@ 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";
23
- readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
22
+ readonly TranscriptionWorkOrder: "TRANSCRIPTION_WORK_ORDER";
23
+ readonly FireFightingWorkOrder: "FIRE_FIGHTING_WORK_ORDER";
24
+ readonly InternetOfThingsWorkOrder: "INTERNET_OF_THINGS_WORK_ORDER";
25
+ readonly VideoRecognitionWorkOrder: "VIDEO_RECOGNITION_WORK_ORDER";
26
+ readonly DecorationOrderProperty: "DECORATION_ORDER_PROPERTY";
27
+ readonly DecorationOrderTenant: "DECORATION_ORDER_TENANT";
28
+ readonly DecorationOrderSupplier: "DECORATION_ORDER_SUPPLIER";
24
29
  };
25
30
  export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
@@ -21,6 +21,11 @@ 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',
25
- ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
24
+ TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
25
+ FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
26
+ InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
27
+ VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
28
+ DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
29
+ DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
30
+ DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
26
31
  };
@@ -21,7 +21,5 @@ 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";
26
24
  };
27
25
  export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
@@ -22,7 +22,5 @@ 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',
26
- SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER',
27
- HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
25
+ MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER'
28
26
  };
@@ -30,7 +30,5 @@ 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";
35
33
  };
36
34
  export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
@@ -31,7 +31,5 @@ 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',
35
- NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
36
- ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
34
+ AiInspection: 'AI_INSPECTION'
37
35
  };
@@ -153,18 +153,12 @@ export interface EquipmentDetailDTO {
153
153
  * @memberof EquipmentDetailDTO
154
154
  */
155
155
  'planImage'?: string;
156
- /**
157
- * 设备点位
158
- * @type {Array<number>}
159
- * @memberof EquipmentDetailDTO
160
- */
161
- 'equipmentPoint'?: Array<number>;
162
156
  /**
163
157
  * 空间点位
164
- * @type {Array<Array<number>>}
158
+ * @type {string}
165
159
  * @memberof EquipmentDetailDTO
166
160
  */
167
- 'spacePoint'?: Array<Array<number>>;
161
+ 'spacePoint'?: string;
168
162
  /**
169
163
  * 空间id
170
164
  * @type {number}
@@ -219,4 +213,16 @@ export interface EquipmentDetailDTO {
219
213
  * @memberof EquipmentDetailDTO
220
214
  */
221
215
  'relatedEquipmentIds'?: Array<number>;
216
+ /**
217
+ *
218
+ * @type {string}
219
+ * @memberof EquipmentDetailDTO
220
+ */
221
+ 'xaxis'?: string;
222
+ /**
223
+ *
224
+ * @type {string}
225
+ * @memberof EquipmentDetailDTO
226
+ */
227
+ 'yaxis'?: string;
222
228
  }
@@ -23,8 +23,14 @@ export interface EquipmentPointEditVo {
23
23
  'id': number;
24
24
  /**
25
25
  * 点位编码
26
- * @type {Array<number>}
26
+ * @type {string}
27
27
  * @memberof EquipmentPointEditVo
28
28
  */
29
- 'equipmentPoint'?: Array<number>;
29
+ 'equipmentPointXAxis'?: string;
30
+ /**
31
+ * 点位编码
32
+ * @type {string}
33
+ * @memberof EquipmentPointEditVo
34
+ */
35
+ 'equipmentPointYAxis'?: string;
30
36
  }
@@ -166,6 +166,12 @@ export interface EquipmentSearchSystemDTO {
166
166
  * @memberof EquipmentSearchSystemDTO
167
167
  */
168
168
  'planImage'?: string;
169
+ /**
170
+ * 空间点位
171
+ * @type {string}
172
+ * @memberof EquipmentSearchSystemDTO
173
+ */
174
+ 'spacePoint'?: string;
169
175
  /**
170
176
  * 出厂时间
171
177
  * @type {string}
@@ -221,15 +227,15 @@ export interface EquipmentSearchSystemDTO {
221
227
  */
222
228
  'relatedEquipmentIds'?: Array<number>;
223
229
  /**
224
- * 设备点位
225
- * @type {Array<number>}
230
+ *
231
+ * @type {string}
226
232
  * @memberof EquipmentSearchSystemDTO
227
233
  */
228
- 'equipmentPoint'?: Array<number>;
234
+ 'xaxis'?: string;
229
235
  /**
230
- * 空间点位
231
- * @type {Array<Array<number>>}
236
+ *
237
+ * @type {string}
232
238
  * @memberof EquipmentSearchSystemDTO
233
239
  */
234
- 'spacePoint'?: Array<Array<number>>;
240
+ 'yaxis'?: string;
235
241
  }
@@ -37,34 +37,34 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {string}
40
+ * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'contentType'?: string;
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'contentLength'?: number;
49
+ 'bufferSize'?: number;
50
50
  /**
51
51
  *
52
- * @type {GetUserWx200ResponseOutputStream}
52
+ * @type {string}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
55
+ 'contentType'?: string;
56
56
  /**
57
57
  *
58
- * @type {GetUserWx200ResponseLocale}
58
+ * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
61
+ 'contentLength'?: number;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseOutputStream}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -241,7 +241,6 @@ export * from './fire-control-equipment-batch-setting-location-vo';
241
241
  export * from './fire-control-equipment-edit-vo';
242
242
  export * from './fire-control-equipment-search-vo';
243
243
  export * from './followup-work-order-dto';
244
- export * from './functional-area-enum';
245
244
  export * from './fusion-role-request-dto';
246
245
  export * from './gate-list-po';
247
246
  export * from './get-user-wx200-response';
@@ -300,7 +299,6 @@ export * from './inspection-standard-dto';
300
299
  export * from './inspection-standard-entity';
301
300
  export * from './inspection-standard-import-dto';
302
301
  export * from './inspection-standard-type-enum';
303
- export * from './installation-body-enum';
304
302
  export * from './internet-access-park-vehicle-vo';
305
303
  export * from './internet-meter-add-vo';
306
304
  export * from './internet-meter-details-add-vo';
@@ -312,7 +310,6 @@ export * from './internet-pan-perception-search-vo';
312
310
  export * from './internet-set-vo';
313
311
  export * from './internet-water-report-record-search-vo';
314
312
  export * from './internet-water-search-vo';
315
- export * from './iot-device-status-enum';
316
313
  export * from './iot-gradient-alarm-add-or-update-vo';
317
314
  export * from './iot-gradient-alarm-rule-settings-dto';
318
315
  export * from './iot-gradient-alarm-rule-vo';
@@ -444,7 +441,6 @@ export * from './json-result-list-space-tree-dto';
444
441
  export * from './json-result-list-space-url-dto';
445
442
  export * from './json-result-list-stock-push-settings-entity';
446
443
  export * from './json-result-list-supplier-select-dto';
447
- export * from './json-result-list-surveillance-settings-details-dto';
448
444
  export * from './json-result-list-sys-dept';
449
445
  export * from './json-result-list-sys-dept-drop-down-box-list-dto';
450
446
  export * from './json-result-list-sys-user-drop-down-box-list-dto';
@@ -463,7 +459,6 @@ export * from './json-result-monitor-detail-dto';
463
459
  export * from './json-result-monitor-live-dto';
464
460
  export * from './json-result-monitor-screen-dto';
465
461
  export * from './json-result-monitor-sort-entity';
466
- export * from './json-result-network-monitor-repair-details-dto';
467
462
  export * from './json-result-news-entity';
468
463
  export * from './json-result-node-dto';
469
464
  export * from './json-result-object';
@@ -507,7 +502,6 @@ export * from './json-result-page-dto-renovation-plan-list-vo';
507
502
  export * from './json-result-page-dto-stock-list-page-dto';
508
503
  export * from './json-result-page-dto-stock-record-list-page-dto';
509
504
  export * from './json-result-page-dto-supplier-contract-details-dto';
510
- export * from './json-result-page-dto-surveillance-details-dto';
511
505
  export * from './json-result-page-dto-surveillance-roi-list-vo';
512
506
  export * from './json-result-page-dto-sys-user-msg-dto';
513
507
  export * from './json-result-page-dto-work-order-search-dto';
@@ -526,10 +520,7 @@ export * from './json-result-stock-push-settings-entity';
526
520
  export * from './json-result-string';
527
521
  export * from './json-result-supplier-contract-details-dto';
528
522
  export * from './json-result-supplier-entity';
529
- export * from './json-result-surveillance-details-dto';
530
- export * from './json-result-surveillance-live-dto';
531
523
  export * from './json-result-surveillance-roi-list-vo';
532
- export * from './json-result-surveillance-settings-details-dto';
533
524
  export * from './json-result-switch-park-v2-dto';
534
525
  export * from './json-result-sys-dept';
535
526
  export * from './json-result-sys-user';
@@ -537,7 +528,6 @@ export * from './json-result-sys-user-msg-dto';
537
528
  export * from './json-result-unloading-area-entity';
538
529
  export * from './json-result-user-add-redis-list-vo';
539
530
  export * from './json-result-user-settings-entity';
540
- export * from './json-result-violation-work-order-details-dto';
541
531
  export * from './json-result-void';
542
532
  export * from './json-result-white-add-redis-list-dto';
543
533
  export * from './json-result-work-order-dept-settings-entity';
@@ -583,10 +573,6 @@ export * from './monitor-search-dto';
583
573
  export * from './monitor-search-vo';
584
574
  export * from './monitor-sort-entity';
585
575
  export * from './monitor-sort-search-vo';
586
- export * from './network-monitor-repair-add-vo';
587
- export * from './network-monitor-repair-decision-vo';
588
- export * from './network-monitor-repair-details-dto';
589
- export * from './network-repair-info';
590
576
  export * from './news-entity';
591
577
  export * from './news-in-button';
592
578
  export * from './news-info';
@@ -656,11 +642,9 @@ export * from './page-dto-renovation-plan-list-vo';
656
642
  export * from './page-dto-stock-list-page-dto';
657
643
  export * from './page-dto-stock-record-list-page-dto';
658
644
  export * from './page-dto-supplier-contract-details-dto';
659
- export * from './page-dto-surveillance-details-dto';
660
645
  export * from './page-dto-surveillance-roi-list-vo';
661
646
  export * from './page-dto-sys-user-msg-dto';
662
647
  export * from './page-dto-work-order-search-dto';
663
- export * from './park';
664
648
  export * from './park-center-attribute-enum';
665
649
  export * from './park-drop-down-box-dto';
666
650
  export * from './park-info-dto';
@@ -682,10 +666,8 @@ export * from './plan-item-add-vo';
682
666
  export * from './plan-item-edit-vo';
683
667
  export * from './plan-search-dto';
684
668
  export * from './plan-to-state-vo';
685
- export * from './polling-surveillance-info';
686
669
  export * from './privacy-add-vo';
687
670
  export * from './privacy-update-state-dto';
688
- export * from './process-network-monitor-repair-vo';
689
671
  export * from './process-work-order-vo';
690
672
  export * from './receive-information-visitors-vo';
691
673
  export * from './record-statistics-vo';
@@ -719,15 +701,14 @@ export * from './select-time-cost-tenant-rent-bill-bo';
719
701
  export * from './source-alert-dto';
720
702
  export * from './source-feedback-dto';
721
703
  export * from './source-work-order-inspection-dto';
722
- export * from './space';
723
704
  export * from './space-add-excel-dto';
724
705
  export * from './space-add-plan-vo';
706
+ export * from './space-add-point-vo';
725
707
  export * from './space-add-redis-list-dto';
726
708
  export * from './space-add-vo';
727
709
  export * from './space-detail-dto';
728
710
  export * from './space-edit-vo';
729
711
  export * from './space-image-detail-dto';
730
- export * from './space-industry-attribute';
731
712
  export * from './space-point-dto';
732
713
  export * from './space-qr-code';
733
714
  export * from './space-qr-code-dto';
@@ -763,18 +744,11 @@ export * from './supplier-edit-vo';
763
744
  export * from './supplier-entity';
764
745
  export * from './supplier-search-vo';
765
746
  export * from './supplier-select-dto';
766
- export * from './surveillance';
767
- export * from './surveillance-details-dto';
768
- export * from './surveillance-live-dto';
769
747
  export * from './surveillance-roi-entity';
770
748
  export * from './surveillance-roi-list-vo';
771
- export * from './surveillance-settings-details-dto';
772
- export * from './surveillance-settings-polling-vo';
773
- export * from './surveillance-update-vo';
774
749
  export * from './switch-pak-body';
775
750
  export * from './switch-pak-body-v2-vo';
776
751
  export * from './switch-park-v2-dto';
777
- export * from './sync-device-unit-vo';
778
752
  export * from './sync-equipment-vo';
779
753
  export * from './sys-config';
780
754
  export * from './sys-dept';
@@ -821,13 +795,6 @@ export * from './user-settings-update-bo';
821
795
  export * from './user-whether-privacy-dto';
822
796
  export * from './user-white-del-dto';
823
797
  export * from './vehicle-payment-bo';
824
- export * from './violation-center-attribute-enum';
825
- export * from './violation-decision-vo';
826
- export * from './violation-issue-type-enum';
827
- export * from './violation-responsibility-role-enum';
828
- export * from './violation-work-order-add-vo';
829
- export * from './violation-work-order-details-dto';
830
- export * from './violation-work-order-info';
831
798
  export * from './water-meter-add-or-edit-vo';
832
799
  export * from './water-meter-details-search-vo';
833
800
  export * from './water-meter-search-vo';
@@ -843,21 +810,17 @@ export * from './white-black-del-vo';
843
810
  export * from './white-edit-vo';
844
811
  export * from './white-search-vo';
845
812
  export * from './work-order-add-vo';
846
- export * from './work-order-approval-vo';
847
813
  export * from './work-order-circulation-vo';
848
814
  export * from './work-order-comment-dto';
849
815
  export * from './work-order-comment-entity';
850
816
  export * from './work-order-comment-vo';
851
- export * from './work-order-decision-vo';
852
817
  export * from './work-order-dept-dto';
853
818
  export * from './work-order-dept-settings-add-or-update-vo';
854
819
  export * from './work-order-dept-settings-entity';
855
820
  export * from './work-order-detail-dto';
856
821
  export * from './work-order-distribute-leaflets-vo';
857
- export * from './work-order-ext-data';
858
822
  export * from './work-order-handle-meter-reading-details-vo';
859
823
  export * from './work-order-handle-meter-reading-vo';
860
- export * from './work-order-handler-dto';
861
824
  export * from './work-order-handler-status-enum';
862
825
  export * from './work-order-inspection-detail-dto';
863
826
  export * from './work-order-inspection-item-req';
@@ -873,14 +836,11 @@ export * from './work-order-report-vo';
873
836
  export * from './work-order-search-dto';
874
837
  export * from './work-order-settings-type-enum';
875
838
  export * from './work-order-source-enum';
876
- export * from './work-order-space-dto';
877
- export * from './work-order-sponsor-dto';
878
839
  export * from './work-order-spot-check-vo';
879
840
  export * from './work-order-staging-data-vo';
880
841
  export * from './work-order-status-vo';
881
842
  export * from './work-order-step-by-step-push-dto';
882
843
  export * from './work-order-step-by-step-push-user-details-dto';
883
- export * from './work-order-surveillance-dto';
884
844
  export * from './work-order-type-dto';
885
845
  export * from './work-order-type-enum';
886
846
  export * from './wx-ma-user-info';