@gizone/rrs-client 3.11.12-alpha.5 → 3.11.12-alpha.51

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 (357) hide show
  1. package/.openapi-generator/FILES +33 -14
  2. package/api.ts +2 -1
  3. package/apis/access-api.ts +61 -61
  4. package/apis/app-auth-api.ts +13 -13
  5. package/apis/auth-api.ts +13 -13
  6. package/apis/calendar-api.ts +231 -209
  7. package/apis/common-api.ts +192 -0
  8. package/apis/cost-api.ts +15 -15
  9. package/apis/energy-api.ts +15 -15
  10. package/apis/inspection-standard-api.ts +1240 -0
  11. package/apis/{inspection-api.ts → maintenance-standard-api.ts} +350 -624
  12. package/apis/message-api.ts +201 -223
  13. package/apis/privacy-api.ts +78 -76
  14. package/apis/setting-api.ts +596 -243
  15. package/apis/space-api.ts +0 -329
  16. package/apis/sys-api.ts +47 -47
  17. package/apis/user-api.ts +15 -15
  18. package/apis/work-order-api.ts +739 -226
  19. package/dist/api.d.ts +2 -1
  20. package/dist/api.js +2 -1
  21. package/dist/apis/access-api.d.ts +41 -41
  22. package/dist/apis/access-api.js +44 -44
  23. package/dist/apis/app-auth-api.d.ts +6 -6
  24. package/dist/apis/app-auth-api.js +11 -11
  25. package/dist/apis/auth-api.d.ts +6 -6
  26. package/dist/apis/auth-api.js +11 -11
  27. package/dist/apis/calendar-api.d.ts +131 -123
  28. package/dist/apis/calendar-api.js +177 -164
  29. package/dist/apis/common-api.d.ts +102 -0
  30. package/dist/apis/common-api.js +144 -0
  31. package/dist/apis/cost-api.d.ts +10 -10
  32. package/dist/apis/cost-api.js +11 -11
  33. package/dist/apis/energy-api.d.ts +10 -10
  34. package/dist/apis/energy-api.js +11 -11
  35. package/dist/apis/inspection-standard-api.d.ts +644 -0
  36. package/dist/apis/inspection-standard-api.js +958 -0
  37. package/dist/apis/maintenance-standard-api.d.ts +684 -0
  38. package/dist/apis/{inspection-api.js → maintenance-standard-api.js} +263 -436
  39. package/dist/apis/message-api.d.ts +117 -125
  40. package/dist/apis/message-api.js +132 -171
  41. package/dist/apis/privacy-api.d.ts +49 -48
  42. package/dist/apis/privacy-api.js +60 -60
  43. package/dist/apis/setting-api.d.ts +334 -144
  44. package/dist/apis/setting-api.js +433 -187
  45. package/dist/apis/space-api.d.ts +0 -159
  46. package/dist/apis/space-api.js +0 -272
  47. package/dist/apis/sys-api.d.ts +31 -31
  48. package/dist/apis/sys-api.js +34 -34
  49. package/dist/apis/user-api.d.ts +10 -10
  50. package/dist/apis/user-api.js +11 -11
  51. package/dist/apis/work-order-api.d.ts +399 -123
  52. package/dist/apis/work-order-api.js +533 -164
  53. package/dist/esm/api.d.ts +2 -1
  54. package/dist/esm/api.js +2 -1
  55. package/dist/esm/apis/access-api.d.ts +41 -41
  56. package/dist/esm/apis/access-api.js +44 -44
  57. package/dist/esm/apis/app-auth-api.d.ts +6 -6
  58. package/dist/esm/apis/app-auth-api.js +11 -11
  59. package/dist/esm/apis/auth-api.d.ts +6 -6
  60. package/dist/esm/apis/auth-api.js +11 -11
  61. package/dist/esm/apis/calendar-api.d.ts +131 -123
  62. package/dist/esm/apis/calendar-api.js +177 -164
  63. package/dist/esm/apis/common-api.d.ts +102 -0
  64. package/dist/esm/apis/common-api.js +144 -0
  65. package/dist/esm/apis/cost-api.d.ts +10 -10
  66. package/dist/esm/apis/cost-api.js +11 -11
  67. package/dist/esm/apis/energy-api.d.ts +10 -10
  68. package/dist/esm/apis/energy-api.js +11 -11
  69. package/dist/esm/apis/inspection-standard-api.d.ts +644 -0
  70. package/dist/esm/apis/inspection-standard-api.js +951 -0
  71. package/dist/esm/apis/maintenance-standard-api.d.ts +684 -0
  72. package/dist/esm/apis/{inspection-api.js → maintenance-standard-api.js} +258 -431
  73. package/dist/esm/apis/message-api.d.ts +117 -125
  74. package/dist/esm/apis/message-api.js +132 -171
  75. package/dist/esm/apis/privacy-api.d.ts +49 -48
  76. package/dist/esm/apis/privacy-api.js +60 -60
  77. package/dist/esm/apis/setting-api.d.ts +334 -144
  78. package/dist/esm/apis/setting-api.js +433 -187
  79. package/dist/esm/apis/space-api.d.ts +0 -159
  80. package/dist/esm/apis/space-api.js +0 -272
  81. package/dist/esm/apis/sys-api.d.ts +31 -31
  82. package/dist/esm/apis/sys-api.js +34 -34
  83. package/dist/esm/apis/user-api.d.ts +10 -10
  84. package/dist/esm/apis/user-api.js +11 -11
  85. package/dist/esm/apis/work-order-api.d.ts +399 -123
  86. package/dist/esm/apis/work-order-api.js +533 -164
  87. package/dist/esm/models/dept-relation-dto.d.ts +140 -0
  88. package/dist/esm/models/dept-relation.d.ts +86 -0
  89. package/dist/esm/models/equipment-detail-dto.d.ts +6 -0
  90. package/dist/esm/models/equipment-edit-vo.d.ts +6 -0
  91. package/dist/esm/models/equipment-excel-add-dto.d.ts +6 -0
  92. package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
  93. package/dist/esm/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
  94. package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
  95. package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
  96. package/dist/esm/models/file-dto.d.ts +3 -3
  97. package/dist/esm/models/get-user-wx200-response.d.ts +12 -12
  98. package/dist/esm/models/index.d.ts +31 -13
  99. package/dist/esm/models/index.js +31 -13
  100. package/dist/esm/models/inspection-item-bo.d.ts +4 -10
  101. package/dist/esm/models/inspection-point-item.d.ts +18 -6
  102. package/dist/esm/models/inspection-standard-import-dto.d.ts +108 -0
  103. package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
  104. package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
  105. package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
  106. package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
  107. package/dist/esm/models/{json-result-calendar-add-redis-list-vo.d.ts → json-result-page-dto-sys-user-msg-dto.d.ts} +11 -11
  108. package/dist/esm/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
  109. package/dist/{models/json-result-calendar-add-redis-list-vo.d.ts → esm/models/json-result-sys-user-msg-dto.d.ts} +11 -11
  110. package/dist/esm/models/{json-result-page-dto-sys-user-msg-list-dto.d.ts → json-result-work-order-dept-settings-entity.d.ts} +11 -11
  111. package/dist/esm/models/json-result-work-order-dept-settings-entity.js +14 -0
  112. package/dist/esm/models/maintenance-history-dto.d.ts +0 -6
  113. package/dist/esm/models/maintenance-history-dto.js +0 -6
  114. package/dist/esm/models/maintenance-standard-import-dto.d.ts +114 -0
  115. package/dist/esm/models/maintenance-standard-import-dto.js +14 -0
  116. package/dist/{models/page-dto-sys-user-msg-list-dto.d.ts → esm/models/page-dto-sys-user-msg-dto.d.ts} +7 -7
  117. package/dist/esm/models/page-dto-sys-user-msg-dto.js +14 -0
  118. package/dist/esm/models/park-center-attribute-enum.d.ts +21 -0
  119. package/dist/esm/models/park-center-attribute-enum.js +22 -0
  120. package/dist/esm/models/park-info-dto.d.ts +85 -0
  121. package/dist/esm/models/park-info-dto.js +14 -0
  122. package/dist/esm/models/{work-order-check-before-acceptance-no-vo.d.ts → park-info-edit-vo.d.ts} +15 -14
  123. package/dist/esm/models/park-info-edit-vo.js +14 -0
  124. package/dist/esm/models/park-plat-form-enum.d.ts +23 -0
  125. package/dist/esm/models/park-plat-form-enum.js +24 -0
  126. package/dist/esm/models/period-detail-resp.d.ts +6 -6
  127. package/dist/esm/models/period-detail-resp.js +0 -6
  128. package/dist/esm/models/plan-add-vo.d.ts +1 -1
  129. package/dist/esm/models/plan-edit-vo.d.ts +1 -1
  130. package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
  131. package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
  132. package/dist/esm/models/process-work-order-vo.d.ts +19 -0
  133. package/dist/esm/models/source-work-order-inspection-dto.d.ts +4 -3
  134. package/dist/esm/models/sys-dept.d.ts +7 -1
  135. package/dist/esm/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
  136. package/dist/esm/models/sys-user-msg-dto.js +14 -0
  137. package/dist/esm/models/sys-user.d.ts +4 -4
  138. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +23 -0
  139. package/dist/esm/models/system-user-msg-source-type-enum.js +24 -0
  140. package/dist/esm/models/system-user-msg-type-enum.d.ts +21 -0
  141. package/dist/esm/models/system-user-msg-type-enum.js +22 -0
  142. package/dist/esm/models/work-order-add-vo.d.ts +24 -4
  143. package/dist/esm/models/work-order-circulation-vo.d.ts +8 -1
  144. package/dist/esm/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
  145. package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +14 -0
  146. package/dist/esm/models/work-order-dept-settings-entity.d.ts +67 -0
  147. package/dist/esm/models/work-order-dept-settings-entity.js +14 -0
  148. package/dist/esm/models/work-order-detail-dto.d.ts +52 -6
  149. package/dist/esm/models/work-order-detail-dto.js +0 -6
  150. package/dist/esm/models/work-order-inspection-detail-dto.d.ts +1 -13
  151. package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
  152. package/dist/esm/models/work-order-internal-status-enum.d.ts +23 -0
  153. package/{models/work-order-check-before-acceptance-adopt-vo.ts → dist/esm/models/work-order-internal-status-enum.js} +9 -21
  154. package/dist/esm/models/work-order-issue-type-enum.d.ts +26 -0
  155. package/dist/esm/models/work-order-issue-type-enum.js +27 -0
  156. package/dist/esm/models/work-order-liability-party-enum.d.ts +21 -0
  157. package/dist/esm/models/work-order-liability-party-enum.js +22 -0
  158. package/dist/esm/models/work-order-push-settings-entity.d.ts +4 -17
  159. package/dist/esm/models/work-order-push-settings-entity.js +1 -13
  160. package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
  161. package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +1 -13
  162. package/dist/{models/work-order-check-before-acceptance-adopt-vo.d.ts → esm/models/work-order-report-vo.d.ts} +11 -10
  163. package/dist/esm/models/work-order-report-vo.js +14 -0
  164. package/dist/esm/models/work-order-search-dto.d.ts +0 -6
  165. package/dist/esm/models/work-order-search-dto.js +0 -6
  166. package/dist/esm/models/work-order-settings-type-enum.d.ts +30 -0
  167. package/dist/esm/models/work-order-settings-type-enum.js +31 -0
  168. package/dist/esm/models/work-order-staging-data-vo.d.ts +49 -0
  169. package/dist/esm/models/work-order-staging-data-vo.js +14 -0
  170. package/dist/esm/models/work-order-type-enum.d.ts +1 -1
  171. package/dist/esm/models/work-order-type-enum.js +1 -1
  172. package/dist/models/dept-relation-dto.d.ts +140 -0
  173. package/dist/models/dept-relation.d.ts +86 -0
  174. package/dist/models/equipment-detail-dto.d.ts +6 -0
  175. package/dist/models/equipment-edit-vo.d.ts +6 -0
  176. package/dist/models/equipment-excel-add-dto.d.ts +6 -0
  177. package/dist/models/equipment-search-system-dto.d.ts +12 -6
  178. package/dist/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
  179. package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
  180. package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
  181. package/dist/models/file-dto.d.ts +3 -3
  182. package/dist/models/get-user-wx200-response.d.ts +12 -12
  183. package/dist/models/index.d.ts +31 -13
  184. package/dist/models/index.js +31 -13
  185. package/dist/models/inspection-item-bo.d.ts +4 -10
  186. package/dist/models/inspection-point-item.d.ts +18 -6
  187. package/dist/models/inspection-standard-import-dto.d.ts +108 -0
  188. package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
  189. package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
  190. package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
  191. package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
  192. package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +56 -0
  193. package/dist/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
  194. package/dist/models/json-result-sys-user-msg-dto.d.ts +56 -0
  195. package/dist/{esm/models/json-result-space-edit-before-and-after-dto.d.ts → models/json-result-work-order-dept-settings-entity.d.ts} +11 -11
  196. package/dist/models/json-result-work-order-dept-settings-entity.js +15 -0
  197. package/dist/models/maintenance-history-dto.d.ts +0 -6
  198. package/dist/models/maintenance-history-dto.js +0 -6
  199. package/dist/models/maintenance-standard-import-dto.d.ts +114 -0
  200. package/dist/models/maintenance-standard-import-dto.js +15 -0
  201. package/dist/{esm/models/page-dto-sys-user-msg-list-dto.d.ts → models/page-dto-sys-user-msg-dto.d.ts} +7 -7
  202. package/dist/models/page-dto-sys-user-msg-dto.js +15 -0
  203. package/dist/models/park-center-attribute-enum.d.ts +21 -0
  204. package/dist/models/park-center-attribute-enum.js +25 -0
  205. package/dist/models/park-info-dto.d.ts +85 -0
  206. package/dist/models/park-info-dto.js +15 -0
  207. package/dist/models/{work-order-check-before-acceptance-no-vo.d.ts → park-info-edit-vo.d.ts} +15 -14
  208. package/dist/models/park-info-edit-vo.js +15 -0
  209. package/dist/models/park-plat-form-enum.d.ts +23 -0
  210. package/dist/models/park-plat-form-enum.js +27 -0
  211. package/dist/models/period-detail-resp.d.ts +6 -6
  212. package/dist/models/period-detail-resp.js +0 -6
  213. package/dist/models/plan-add-vo.d.ts +1 -1
  214. package/dist/models/plan-edit-vo.d.ts +1 -1
  215. package/dist/models/plan-item-add-vo.d.ts +1 -1
  216. package/dist/models/plan-item-edit-vo.d.ts +1 -1
  217. package/dist/models/process-work-order-vo.d.ts +19 -0
  218. package/dist/models/source-work-order-inspection-dto.d.ts +4 -3
  219. package/dist/models/sys-dept.d.ts +7 -1
  220. package/dist/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
  221. package/dist/models/sys-user-msg-dto.js +15 -0
  222. package/dist/models/sys-user.d.ts +4 -4
  223. package/dist/models/system-user-msg-source-type-enum.d.ts +23 -0
  224. package/dist/models/system-user-msg-source-type-enum.js +27 -0
  225. package/dist/models/system-user-msg-type-enum.d.ts +21 -0
  226. package/dist/models/system-user-msg-type-enum.js +25 -0
  227. package/dist/models/work-order-add-vo.d.ts +24 -4
  228. package/dist/models/work-order-circulation-vo.d.ts +8 -1
  229. package/dist/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
  230. package/dist/models/work-order-dept-settings-add-or-update-vo.js +15 -0
  231. package/dist/models/work-order-dept-settings-entity.d.ts +67 -0
  232. package/dist/models/work-order-dept-settings-entity.js +15 -0
  233. package/dist/models/work-order-detail-dto.d.ts +52 -6
  234. package/dist/models/work-order-detail-dto.js +0 -6
  235. package/dist/models/work-order-inspection-detail-dto.d.ts +1 -13
  236. package/dist/models/work-order-inspection-item-req.d.ts +3 -3
  237. package/dist/models/work-order-internal-status-enum.d.ts +23 -0
  238. package/dist/models/work-order-internal-status-enum.js +27 -0
  239. package/dist/models/work-order-issue-type-enum.d.ts +26 -0
  240. package/dist/models/work-order-issue-type-enum.js +30 -0
  241. package/dist/models/work-order-liability-party-enum.d.ts +21 -0
  242. package/dist/models/work-order-liability-party-enum.js +25 -0
  243. package/dist/models/work-order-push-settings-entity.d.ts +4 -17
  244. package/dist/models/work-order-push-settings-entity.js +0 -14
  245. package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
  246. package/dist/models/work-order-push-settings-save-or-update-vo.js +0 -14
  247. package/dist/{esm/models/work-order-check-before-acceptance-adopt-vo.d.ts → models/work-order-report-vo.d.ts} +11 -10
  248. package/dist/models/work-order-report-vo.js +15 -0
  249. package/dist/models/work-order-search-dto.d.ts +0 -6
  250. package/dist/models/work-order-search-dto.js +0 -6
  251. package/dist/models/work-order-settings-type-enum.d.ts +30 -0
  252. package/dist/models/work-order-settings-type-enum.js +34 -0
  253. package/dist/models/work-order-staging-data-vo.d.ts +49 -0
  254. package/dist/models/work-order-staging-data-vo.js +15 -0
  255. package/dist/models/work-order-type-enum.d.ts +1 -1
  256. package/dist/models/work-order-type-enum.js +1 -1
  257. package/models/dept-relation-dto.ts +152 -0
  258. package/models/dept-relation.ts +98 -0
  259. package/models/equipment-detail-dto.ts +6 -0
  260. package/models/equipment-edit-vo.ts +6 -0
  261. package/models/equipment-excel-add-dto.ts +6 -0
  262. package/models/equipment-search-system-dto.ts +12 -6
  263. package/models/{calendar-add-redis-list-vo.ts → excel-import-result-dtocalendar-export-dto.ts} +9 -21
  264. package/models/excel-import-result-dtoinspection-standard-import-dto.ts +39 -0
  265. package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +39 -0
  266. package/models/file-dto.ts +3 -3
  267. package/models/get-user-wx200-response.ts +12 -12
  268. package/models/index.ts +31 -13
  269. package/models/inspection-item-bo.ts +4 -10
  270. package/models/inspection-point-item.ts +18 -6
  271. package/models/inspection-standard-import-dto.ts +114 -0
  272. package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +66 -0
  273. package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +66 -0
  274. package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +66 -0
  275. package/models/json-result-list-work-order-dept-settings-entity.ts +66 -0
  276. package/models/{json-result-calendar-add-redis-list-vo.ts → json-result-page-dto-sys-user-msg-dto.ts} +11 -11
  277. package/models/{json-result-sys-user-msg-do.ts → json-result-park-info-dto.ts} +11 -11
  278. package/models/{json-result-page-dto-sys-user-msg-list-dto.ts → json-result-sys-user-msg-dto.ts} +11 -11
  279. package/models/{json-result-space-edit-before-and-after-dto.ts → json-result-work-order-dept-settings-entity.ts} +11 -11
  280. package/models/maintenance-history-dto.ts +0 -6
  281. package/models/maintenance-standard-import-dto.ts +120 -0
  282. package/models/{page-dto-sys-user-msg-list-dto.ts → page-dto-sys-user-msg-dto.ts} +7 -7
  283. package/models/park-center-attribute-enum.ts +31 -0
  284. package/models/park-info-dto.ts +93 -0
  285. package/models/park-info-edit-vo.ts +45 -0
  286. package/models/park-plat-form-enum.ts +33 -0
  287. package/models/period-detail-resp.ts +6 -6
  288. package/models/plan-add-vo.ts +1 -1
  289. package/models/plan-edit-vo.ts +1 -1
  290. package/models/plan-item-add-vo.ts +1 -1
  291. package/models/plan-item-edit-vo.ts +1 -1
  292. package/models/process-work-order-vo.ts +23 -0
  293. package/models/source-work-order-inspection-dto.ts +8 -3
  294. package/models/sys-dept.ts +7 -1
  295. package/models/{sys-user-msg-list-dto.ts → sys-user-msg-dto.ts} +36 -28
  296. package/models/sys-user.ts +4 -4
  297. package/models/system-user-msg-source-type-enum.ts +33 -0
  298. package/models/system-user-msg-type-enum.ts +31 -0
  299. package/models/work-order-add-vo.ts +28 -4
  300. package/models/work-order-circulation-vo.ts +12 -1
  301. package/models/{work-order-check-before-acceptance-no-vo.ts → work-order-dept-settings-add-or-update-vo.ts} +12 -12
  302. package/models/work-order-dept-settings-entity.ts +77 -0
  303. package/models/work-order-detail-dto.ts +60 -6
  304. package/models/work-order-inspection-detail-dto.ts +1 -13
  305. package/models/work-order-inspection-item-req.ts +3 -3
  306. package/models/work-order-internal-status-enum.ts +33 -0
  307. package/models/work-order-issue-type-enum.ts +36 -0
  308. package/models/work-order-liability-party-enum.ts +31 -0
  309. package/models/work-order-push-settings-entity.ts +6 -18
  310. package/models/work-order-push-settings-save-or-update-vo.ts +6 -18
  311. package/models/{space-edit-before-and-after-dto.ts → work-order-report-vo.ts} +13 -11
  312. package/models/work-order-search-dto.ts +0 -6
  313. package/models/work-order-settings-type-enum.ts +40 -0
  314. package/models/work-order-staging-data-vo.ts +59 -0
  315. package/models/work-order-type-enum.ts +1 -1
  316. package/package.json +1 -1
  317. package/dist/apis/inspection-api.d.ts +0 -846
  318. package/dist/esm/apis/inspection-api.d.ts +0 -846
  319. package/dist/esm/models/space-edit-before-and-after-dto.d.ts +0 -31
  320. package/dist/esm/models/space-edit-excel-dto.d.ts +0 -78
  321. package/dist/esm/models/sys-user-msg-do.d.ts +0 -90
  322. package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +0 -54
  323. package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +0 -56
  324. package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +0 -56
  325. package/dist/models/space-edit-before-and-after-dto.d.ts +0 -31
  326. package/dist/models/space-edit-excel-dto.d.ts +0 -78
  327. package/dist/models/sys-user-msg-do.d.ts +0 -90
  328. package/dist/models/sys-user-msg-search-list-vo.d.ts +0 -54
  329. package/models/space-edit-excel-dto.ts +0 -84
  330. package/models/sys-user-msg-do.ts +0 -96
  331. package/models/sys-user-msg-search-list-vo.ts +0 -60
  332. /package/dist/esm/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
  333. /package/dist/esm/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
  334. /package/dist/esm/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
  335. /package/dist/esm/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
  336. /package/dist/esm/models/{json-result-sys-user-msg-do.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
  337. /package/dist/esm/models/{page-dto-sys-user-msg-list-dto.js → inspection-standard-import-dto.js} +0 -0
  338. /package/dist/esm/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
  339. /package/dist/esm/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
  340. /package/dist/esm/models/{sys-user-msg-do.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
  341. /package/dist/esm/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
  342. /package/dist/esm/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-sys-user-msg-dto.js} +0 -0
  343. /package/dist/esm/models/{work-order-check-before-acceptance-adopt-vo.js → json-result-park-info-dto.js} +0 -0
  344. /package/dist/esm/models/{work-order-check-before-acceptance-no-vo.js → json-result-sys-user-msg-dto.js} +0 -0
  345. /package/dist/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
  346. /package/dist/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
  347. /package/dist/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
  348. /package/dist/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
  349. /package/dist/models/{json-result-sys-user-msg-do.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
  350. /package/dist/models/{page-dto-sys-user-msg-list-dto.js → inspection-standard-import-dto.js} +0 -0
  351. /package/dist/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
  352. /package/dist/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
  353. /package/dist/models/{sys-user-msg-do.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
  354. /package/dist/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
  355. /package/dist/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-sys-user-msg-dto.js} +0 -0
  356. /package/dist/models/{work-order-check-before-acceptance-adopt-vo.js → json-result-park-info-dto.js} +0 -0
  357. /package/dist/models/{work-order-check-before-acceptance-no-vo.js → json-result-sys-user-msg-dto.js} +0 -0
@@ -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
  */
@@ -0,0 +1,140 @@
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 { ParkCenterAttributeEnum } from './park-center-attribute-enum';
13
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
14
+ /**
15
+ * 部门关联信息
16
+ * @export
17
+ * @interface DeptRelationDTO
18
+ */
19
+ export interface DeptRelationDTO {
20
+ /**
21
+ * 经度
22
+ * @type {string}
23
+ * @memberof DeptRelationDTO
24
+ */
25
+ 'longitude'?: string;
26
+ /**
27
+ * 纬度
28
+ * @type {string}
29
+ * @memberof DeptRelationDTO
30
+ */
31
+ 'latitude'?: string;
32
+ /**
33
+ * 园区地图
34
+ * @type {string}
35
+ * @memberof DeptRelationDTO
36
+ */
37
+ 'parkMap'?: string;
38
+ /**
39
+ * logo图标
40
+ * @type {string}
41
+ * @memberof DeptRelationDTO
42
+ */
43
+ 'deptLogo'?: string;
44
+ /**
45
+ *
46
+ * @type {ParkPlatFormEnum}
47
+ * @memberof DeptRelationDTO
48
+ */
49
+ 'platform'?: ParkPlatFormEnum;
50
+ /**
51
+ * 所属中心
52
+ * @type {string}
53
+ * @memberof DeptRelationDTO
54
+ */
55
+ 'center'?: string;
56
+ /**
57
+ *
58
+ * @type {ParkCenterAttributeEnum}
59
+ * @memberof DeptRelationDTO
60
+ */
61
+ 'centerAttribute'?: ParkCenterAttributeEnum;
62
+ /**
63
+ * 省
64
+ * @type {string}
65
+ * @memberof DeptRelationDTO
66
+ */
67
+ 'province'?: string;
68
+ /**
69
+ * 省名称
70
+ * @type {string}
71
+ * @memberof DeptRelationDTO
72
+ */
73
+ 'provinceName'?: string;
74
+ /**
75
+ * 市
76
+ * @type {string}
77
+ * @memberof DeptRelationDTO
78
+ */
79
+ 'city'?: string;
80
+ /**
81
+ * 市名称
82
+ * @type {string}
83
+ * @memberof DeptRelationDTO
84
+ */
85
+ 'cityName'?: string;
86
+ /**
87
+ * 区
88
+ * @type {string}
89
+ * @memberof DeptRelationDTO
90
+ */
91
+ 'area'?: string;
92
+ /**
93
+ * 区名称
94
+ * @type {string}
95
+ * @memberof DeptRelationDTO
96
+ */
97
+ 'areaName'?: string;
98
+ /**
99
+ * 园区详细地址
100
+ * @type {string}
101
+ * @memberof DeptRelationDTO
102
+ */
103
+ 'parkAddress'?: string;
104
+ /**
105
+ * 合同开始时间
106
+ * @type {string}
107
+ * @memberof DeptRelationDTO
108
+ */
109
+ 'contractStartTime'?: string;
110
+ /**
111
+ * 合同结束时间
112
+ * @type {string}
113
+ * @memberof DeptRelationDTO
114
+ */
115
+ 'contractEndTime'?: string;
116
+ /**
117
+ * 合同面积
118
+ * @type {number}
119
+ * @memberof DeptRelationDTO
120
+ */
121
+ 'contractArea'?: number;
122
+ /**
123
+ * 空仓面积
124
+ * @type {number}
125
+ * @memberof DeptRelationDTO
126
+ */
127
+ 'emptyWarehouseArea'?: number;
128
+ /**
129
+ * 园区面积
130
+ * @type {string}
131
+ * @memberof DeptRelationDTO
132
+ */
133
+ 'parkArea'?: string;
134
+ /**
135
+ * 租售面积
136
+ * @type {string}
137
+ * @memberof DeptRelationDTO
138
+ */
139
+ 'parkRentalArea'?: string;
140
+ }
@@ -0,0 +1,86 @@
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 { ParkCenterAttributeEnum } from './park-center-attribute-enum';
13
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
14
+ /**
15
+ * 部门关联
16
+ * @export
17
+ * @interface DeptRelation
18
+ */
19
+ export interface DeptRelation {
20
+ /**
21
+ *
22
+ * @type {ParkPlatFormEnum}
23
+ * @memberof DeptRelation
24
+ */
25
+ 'platform': ParkPlatFormEnum;
26
+ /**
27
+ * 所属中心
28
+ * @type {string}
29
+ * @memberof DeptRelation
30
+ */
31
+ 'center': string;
32
+ /**
33
+ *
34
+ * @type {ParkCenterAttributeEnum}
35
+ * @memberof DeptRelation
36
+ */
37
+ 'centerAttribute': ParkCenterAttributeEnum;
38
+ /**
39
+ * 省
40
+ * @type {string}
41
+ * @memberof DeptRelation
42
+ */
43
+ 'province': string;
44
+ /**
45
+ * 市
46
+ * @type {string}
47
+ * @memberof DeptRelation
48
+ */
49
+ 'city': string;
50
+ /**
51
+ * 区
52
+ * @type {string}
53
+ * @memberof DeptRelation
54
+ */
55
+ 'area': string;
56
+ /**
57
+ * 园区详细地址
58
+ * @type {string}
59
+ * @memberof DeptRelation
60
+ */
61
+ 'parkAddress': string;
62
+ /**
63
+ * 合同开始时间
64
+ * @type {string}
65
+ * @memberof DeptRelation
66
+ */
67
+ 'contractStartTime': string;
68
+ /**
69
+ * 合同结束时间
70
+ * @type {string}
71
+ * @memberof DeptRelation
72
+ */
73
+ 'contractEndTime': string;
74
+ /**
75
+ * 合同面积
76
+ * @type {number}
77
+ * @memberof DeptRelation
78
+ */
79
+ 'contractArea': number;
80
+ /**
81
+ * 空仓面积
82
+ * @type {number}
83
+ * @memberof DeptRelation
84
+ */
85
+ 'emptyWarehouseArea': number;
86
+ }
@@ -201,6 +201,12 @@ export interface EquipmentDetailDTO {
201
201
  * @memberof EquipmentDetailDTO
202
202
  */
203
203
  'equipmentSystemName'?: string;
204
+ /**
205
+ * 是否公共区域
206
+ * @type {boolean}
207
+ * @memberof EquipmentDetailDTO
208
+ */
209
+ 'isPublicArea'?: boolean;
204
210
  /**
205
211
  *
206
212
  * @type {string}
@@ -141,4 +141,10 @@ export interface EquipmentEditVo {
141
141
  * @memberof EquipmentEditVo
142
142
  */
143
143
  'equipmentBrand'?: string;
144
+ /**
145
+ * 是否公共区域
146
+ * @type {boolean}
147
+ * @memberof EquipmentEditVo
148
+ */
149
+ 'isPublicArea'?: boolean;
144
150
  }
@@ -93,6 +93,12 @@ export interface EquipmentExcelAddDTO {
93
93
  * @memberof EquipmentExcelAddDTO
94
94
  */
95
95
  'flgSpaceEquipment'?: string;
96
+ /**
97
+ * 是否公共区域
98
+ * @type {string}
99
+ * @memberof EquipmentExcelAddDTO
100
+ */
101
+ 'isPublicArea'?: string;
96
102
  /**
97
103
  * 园区ID
98
104
  * @type {number}
@@ -106,12 +106,6 @@ export interface EquipmentSearchSystemDTO {
106
106
  * @memberof EquipmentSearchSystemDTO
107
107
  */
108
108
  'fileName'?: string;
109
- /**
110
- * 巡检历史
111
- * @type {string}
112
- * @memberof EquipmentSearchSystemDTO
113
- */
114
- 'inspectionHistory'?: string;
115
109
  /**
116
110
  * 维保历史
117
111
  * @type {Array<MaintenanceHistoryDto>}
@@ -124,6 +118,12 @@ export interface EquipmentSearchSystemDTO {
124
118
  * @memberof EquipmentSearchSystemDTO
125
119
  */
126
120
  'repairsHistory'?: Array<MaintenanceHistoryDto>;
121
+ /**
122
+ * 巡检历史
123
+ * @type {Array<MaintenanceHistoryDto>}
124
+ * @memberof EquipmentSearchSystemDTO
125
+ */
126
+ 'inspectionHistory'?: Array<MaintenanceHistoryDto>;
127
127
  /**
128
128
  * 设备系统表 -上级id
129
129
  * @type {Array<number>}
@@ -214,6 +214,12 @@ export interface EquipmentSearchSystemDTO {
214
214
  * @memberof EquipmentSearchSystemDTO
215
215
  */
216
216
  'spaceId'?: number;
217
+ /**
218
+ * 是否公共区域
219
+ * @type {boolean}
220
+ * @memberof EquipmentSearchSystemDTO
221
+ */
222
+ 'isPublicArea'?: boolean;
217
223
  /**
218
224
  *
219
225
  * @type {string}
@@ -11,33 +11,21 @@
11
11
  */
12
12
  import type { CalendarExportDto } from './calendar-export-dto';
13
13
  /**
14
- * 返回数据,可以是任意类型的值
14
+ * execl导入结果返回
15
15
  * @export
16
- * @interface CalendarAddRedisListVo
16
+ * @interface ExcelImportResultDTOCalendarExportDto
17
17
  */
18
- export interface CalendarAddRedisListVo {
18
+ export interface ExcelImportResultDTOCalendarExportDto {
19
19
  /**
20
- *
20
+ * 成功的数据
21
21
  * @type {Array<CalendarExportDto>}
22
- * @memberof CalendarAddRedisListVo
22
+ * @memberof ExcelImportResultDTOCalendarExportDto
23
23
  */
24
- 'successDto'?: Array<CalendarExportDto>;
24
+ 'successDataList'?: Array<CalendarExportDto>;
25
25
  /**
26
- *
26
+ * 错误的数据
27
27
  * @type {Array<CalendarExportDto>}
28
- * @memberof CalendarAddRedisListVo
28
+ * @memberof ExcelImportResultDTOCalendarExportDto
29
29
  */
30
- 'errorDto'?: Array<CalendarExportDto>;
31
- /**
32
- *
33
- * @type {number}
34
- * @memberof CalendarAddRedisListVo
35
- */
36
- 'errorCount'?: number;
37
- /**
38
- *
39
- * @type {number}
40
- * @memberof CalendarAddRedisListVo
41
- */
42
- 'successCount'?: number;
30
+ 'errorDataList'?: Array<CalendarExportDto>;
43
31
  }
@@ -0,0 +1,31 @@
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 { InspectionStandardImportDTO } from './inspection-standard-import-dto';
13
+ /**
14
+ * execl导入结果返回
15
+ * @export
16
+ * @interface ExcelImportResultDTOInspectionStandardImportDTO
17
+ */
18
+ export interface ExcelImportResultDTOInspectionStandardImportDTO {
19
+ /**
20
+ * 成功的数据
21
+ * @type {Array<InspectionStandardImportDTO>}
22
+ * @memberof ExcelImportResultDTOInspectionStandardImportDTO
23
+ */
24
+ 'successDataList'?: Array<InspectionStandardImportDTO>;
25
+ /**
26
+ * 错误的数据
27
+ * @type {Array<InspectionStandardImportDTO>}
28
+ * @memberof ExcelImportResultDTOInspectionStandardImportDTO
29
+ */
30
+ 'errorDataList'?: Array<InspectionStandardImportDTO>;
31
+ }
@@ -0,0 +1,31 @@
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 { MaintenanceStandardImportDTO } from './maintenance-standard-import-dto';
13
+ /**
14
+ * execl导入结果返回
15
+ * @export
16
+ * @interface ExcelImportResultDTOMaintenanceStandardImportDTO
17
+ */
18
+ export interface ExcelImportResultDTOMaintenanceStandardImportDTO {
19
+ /**
20
+ * 成功的数据
21
+ * @type {Array<MaintenanceStandardImportDTO>}
22
+ * @memberof ExcelImportResultDTOMaintenanceStandardImportDTO
23
+ */
24
+ 'successDataList'?: Array<MaintenanceStandardImportDTO>;
25
+ /**
26
+ * 错误的数据
27
+ * @type {Array<MaintenanceStandardImportDTO>}
28
+ * @memberof ExcelImportResultDTOMaintenanceStandardImportDTO
29
+ */
30
+ 'errorDataList'?: Array<MaintenanceStandardImportDTO>;
31
+ }
@@ -10,19 +10,19 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * 返回数据,可以是任意类型的值
13
+ * 文件信息
14
14
  * @export
15
15
  * @interface FileDTO
16
16
  */
17
17
  export interface FileDTO {
18
18
  /**
19
- *
19
+ * 文件地址(前端用来显示的地址)
20
20
  * @type {string}
21
21
  * @memberof FileDTO
22
22
  */
23
23
  'fileUrl'?: string;
24
24
  /**
25
- *
25
+ * 文件key(后端入库的地址)
26
26
  * @type {string}
27
27
  * @memberof FileDTO
28
28
  */
@@ -35,6 +35,12 @@ export interface GetUserWx200Response {
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
37
  'trailerFields'?: object;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -67,16 +67,16 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {object}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'writer'?: object;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
- * @type {number}
76
+ * @type {object}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'contentLengthLong'?: number;
79
+ 'writer'?: object;
80
80
  /**
81
81
  *
82
82
  * @type {boolean}
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
85
85
  'committed'?: boolean;
86
86
  /**
87
87
  *
88
- * @type {string}
88
+ * @type {number}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'characterEncoding'?: string;
91
+ 'contentLengthLong'?: number;
92
92
  }
@@ -62,7 +62,6 @@ export * from './business-work-order-dto';
62
62
  export * from './business-work-order-list-dto';
63
63
  export * from './cuser-info';
64
64
  export * from './cuser-update-pass-word-vo';
65
- export * from './calendar-add-redis-list-vo';
66
65
  export * from './calendar-entity';
67
66
  export * from './calendar-export-dto';
68
67
  export * from './calendar-save-update-dto';
@@ -110,6 +109,8 @@ export * from './cost-withdrawal-of-bills-bo';
110
109
  export * from './daily-schedule-time-window';
111
110
  export * from './del-user-vo';
112
111
  export * from './delete-water-vo';
112
+ export * from './dept-relation';
113
+ export * from './dept-relation-dto';
113
114
  export * from './device-group-settings-add-or-update-bo';
114
115
  export * from './device-group-settings-entity';
115
116
  export * from './device-list-dto';
@@ -199,7 +200,10 @@ export * from './esg-park-waste-config-add-or-update-bo';
199
200
  export * from './esg-park-waste-config-list-dto';
200
201
  export * from './esg-user-statistics-dto';
201
202
  export * from './esgpark-waste-statistics-dto';
203
+ export * from './excel-import-result-dtocalendar-export-dto';
202
204
  export * from './excel-import-result-dtoequipment-excel-add-dto';
205
+ export * from './excel-import-result-dtoinspection-standard-import-dto';
206
+ export * from './excel-import-result-dtomaintenance-standard-import-dto';
203
207
  export * from './export-energy-meter-record-bo';
204
208
  export * from './export-hire-energy-meter-record-bo';
205
209
  export * from './export-in-park-vehicle-bo';
@@ -291,6 +295,7 @@ export * from './inspection-point';
291
295
  export * from './inspection-point-item';
292
296
  export * from './inspection-standard-add-or-update-vo';
293
297
  export * from './inspection-standard-entity';
298
+ export * from './inspection-standard-import-dto';
294
299
  export * from './internet-access-park-vehicle-vo';
295
300
  export * from './internet-meter-add-vo';
296
301
  export * from './internet-meter-details-add-vo';
@@ -317,7 +322,6 @@ export * from './json-result-big-decimal';
317
322
  export * from './json-result-black-white-entity';
318
323
  export * from './json-result-boolean';
319
324
  export * from './json-result-business-work-order-list-dto';
320
- export * from './json-result-calendar-add-redis-list-vo';
321
325
  export * from './json-result-calendar-entity';
322
326
  export * from './json-result-call-police-detail-dto';
323
327
  export * from './json-result-cold-store-dashboard-access-count-dto';
@@ -340,7 +344,10 @@ export * from './json-result-esg-park-greening-coverage-statistics-dto';
340
344
  export * from './json-result-esg-park-renewable-energy-statistics-dto';
341
345
  export * from './json-result-esg-user-statistics-dto';
342
346
  export * from './json-result-esgpark-waste-statistics-dto';
347
+ export * from './json-result-excel-import-result-dtocalendar-export-dto';
343
348
  export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
349
+ export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
350
+ export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
344
351
  export * from './json-result-feedback-record-detail-vo';
345
352
  export * from './json-result-feedback-statistics-count-dto';
346
353
  export * from './json-result-feedback-statistics-satisfaction-rating-dto';
@@ -436,6 +443,7 @@ export * from './json-result-list-sys-user-drop-down-box-list-dto';
436
443
  export * from './json-result-list-unloading-area-entity';
437
444
  export * from './json-result-list-work-order-circulation-vo';
438
445
  export * from './json-result-list-work-order-comment-entity';
446
+ export * from './json-result-list-work-order-dept-settings-entity';
439
447
  export * from './json-result-list-work-order-inspection-detail-dto';
440
448
  export * from './json-result-list-work-order-push-settings-entity';
441
449
  export * from './json-result-list-work-order-step-by-step-push-dto';
@@ -491,8 +499,9 @@ export * from './json-result-page-dto-stock-list-page-dto';
491
499
  export * from './json-result-page-dto-stock-record-list-page-dto';
492
500
  export * from './json-result-page-dto-supplier-contract-details-dto';
493
501
  export * from './json-result-page-dto-surveillance-roi-list-vo';
494
- export * from './json-result-page-dto-sys-user-msg-list-dto';
502
+ export * from './json-result-page-dto-sys-user-msg-dto';
495
503
  export * from './json-result-page-dto-work-order-search-dto';
504
+ export * from './json-result-park-info-dto';
496
505
  export * from './json-result-park-settings-details-dto';
497
506
  export * from './json-result-period-detail-resp';
498
507
  export * from './json-result-plan-detail-dto';
@@ -500,7 +509,6 @@ export * from './json-result-renovation-details-vo';
500
509
  export * from './json-result-renovation-draft-details-vo';
501
510
  export * from './json-result-scheduled-cron';
502
511
  export * from './json-result-space-add-redis-list-dto';
503
- export * from './json-result-space-edit-before-and-after-dto';
504
512
  export * from './json-result-space-image-detail-dto';
505
513
  export * from './json-result-stock-details-dto';
506
514
  export * from './json-result-stock-import-add-redis-dto';
@@ -512,12 +520,13 @@ export * from './json-result-surveillance-roi-list-vo';
512
520
  export * from './json-result-switch-park-v2-dto';
513
521
  export * from './json-result-sys-dept';
514
522
  export * from './json-result-sys-user';
515
- export * from './json-result-sys-user-msg-do';
523
+ export * from './json-result-sys-user-msg-dto';
516
524
  export * from './json-result-unloading-area-entity';
517
525
  export * from './json-result-user-add-redis-list-vo';
518
526
  export * from './json-result-user-settings-entity';
519
527
  export * from './json-result-void';
520
528
  export * from './json-result-white-add-redis-list-dto';
529
+ export * from './json-result-work-order-dept-settings-entity';
521
530
  export * from './json-result-work-order-detail-dto';
522
531
  export * from './large-visual-screen-access-line-chart-dto';
523
532
  export * from './large-visual-screen-access-list-dto';
@@ -535,6 +544,7 @@ export * from './maintenance-history-dto';
535
544
  export * from './maintenance-standard-add-or-update-vo';
536
545
  export * from './maintenance-standard-dto';
537
546
  export * from './maintenance-standard-entity';
547
+ export * from './maintenance-standard-import-dto';
538
548
  export * from './manual-exit-vo';
539
549
  export * from './manual-opening-add-vo';
540
550
  export * from './media-dto';
@@ -629,9 +639,13 @@ export * from './page-dto-stock-list-page-dto';
629
639
  export * from './page-dto-stock-record-list-page-dto';
630
640
  export * from './page-dto-supplier-contract-details-dto';
631
641
  export * from './page-dto-surveillance-roi-list-vo';
632
- export * from './page-dto-sys-user-msg-list-dto';
642
+ export * from './page-dto-sys-user-msg-dto';
633
643
  export * from './page-dto-work-order-search-dto';
644
+ export * from './park-center-attribute-enum';
634
645
  export * from './park-drop-down-box-dto';
646
+ export * from './park-info-dto';
647
+ export * from './park-info-edit-vo';
648
+ export * from './park-plat-form-enum';
635
649
  export * from './park-push-settings-add-bo';
636
650
  export * from './park-settings-details-dto';
637
651
  export * from './park-settings-vo';
@@ -689,8 +703,6 @@ export * from './space-add-point-vo';
689
703
  export * from './space-add-redis-list-dto';
690
704
  export * from './space-add-vo';
691
705
  export * from './space-detail-dto';
692
- export * from './space-edit-before-and-after-dto';
693
- export * from './space-edit-excel-dto';
694
706
  export * from './space-edit-vo';
695
707
  export * from './space-image-detail-dto';
696
708
  export * from './space-point-dto';
@@ -750,12 +762,12 @@ export * from './sys-role';
750
762
  export * from './sys-user';
751
763
  export * from './sys-user-drop-down-box-list-dto';
752
764
  export * from './sys-user-info-dto';
753
- export * from './sys-user-msg-do';
754
- export * from './sys-user-msg-list-dto';
765
+ export * from './sys-user-msg-dto';
755
766
  export * from './sys-user-msg-notice-add-vo';
756
- export * from './sys-user-msg-search-list-vo';
757
767
  export * from './sys-user-role';
758
768
  export * from './sys-user-search-list-vo';
769
+ export * from './system-user-msg-source-type-enum';
770
+ export * from './system-user-msg-type-enum';
759
771
  export * from './table-data-info';
760
772
  export * from './tenant-surrender-vo';
761
773
  export * from './unit-item';
@@ -794,13 +806,13 @@ export * from './white-black-del-vo';
794
806
  export * from './white-edit-vo';
795
807
  export * from './white-search-vo';
796
808
  export * from './work-order-add-vo';
797
- export * from './work-order-check-before-acceptance-adopt-vo';
798
- export * from './work-order-check-before-acceptance-no-vo';
799
809
  export * from './work-order-circulation-vo';
800
810
  export * from './work-order-comment-dto';
801
811
  export * from './work-order-comment-entity';
802
812
  export * from './work-order-comment-vo';
803
813
  export * from './work-order-dept-dto';
814
+ export * from './work-order-dept-settings-add-or-update-vo';
815
+ export * from './work-order-dept-settings-entity';
804
816
  export * from './work-order-detail-dto';
805
817
  export * from './work-order-distribute-leaflets-vo';
806
818
  export * from './work-order-handle-meter-reading-details-vo';
@@ -808,14 +820,20 @@ export * from './work-order-handle-meter-reading-vo';
808
820
  export * from './work-order-handler-status-enum';
809
821
  export * from './work-order-inspection-detail-dto';
810
822
  export * from './work-order-inspection-item-req';
823
+ export * from './work-order-internal-status-enum';
824
+ export * from './work-order-issue-type-enum';
825
+ export * from './work-order-liability-party-enum';
811
826
  export * from './work-order-plan-holidays-enum';
812
827
  export * from './work-order-plan-repeats-enum';
813
828
  export * from './work-order-push-settings-entity';
814
829
  export * from './work-order-push-settings-save-or-update-vo';
815
830
  export * from './work-order-push-settings-vo';
831
+ export * from './work-order-report-vo';
816
832
  export * from './work-order-search-dto';
833
+ export * from './work-order-settings-type-enum';
817
834
  export * from './work-order-source-enum';
818
835
  export * from './work-order-spot-check-vo';
836
+ export * from './work-order-staging-data-vo';
819
837
  export * from './work-order-status-vo';
820
838
  export * from './work-order-step-by-step-push-dto';
821
839
  export * from './work-order-step-by-step-push-user-details-dto';