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

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 (271) hide show
  1. package/.openapi-generator/FILES +14 -26
  2. package/api.ts +1 -2
  3. package/apis/access-api.ts +31 -31
  4. package/apis/app-auth-api.ts +13 -13
  5. package/apis/auth-api.ts +13 -13
  6. package/apis/calendar-api.ts +209 -231
  7. package/apis/common-api.ts +0 -192
  8. package/apis/{maintenance-standard-api.ts → inspection-api.ts} +692 -289
  9. package/apis/message-api.ts +223 -201
  10. package/apis/setting-api.ts +243 -596
  11. package/apis/space-api.ts +329 -0
  12. package/apis/work-order-api.ts +214 -347
  13. package/dist/api.d.ts +1 -2
  14. package/dist/api.js +1 -2
  15. package/dist/apis/access-api.d.ts +21 -21
  16. package/dist/apis/access-api.js +22 -22
  17. package/dist/apis/app-auth-api.d.ts +6 -6
  18. package/dist/apis/app-auth-api.js +11 -11
  19. package/dist/apis/auth-api.d.ts +6 -6
  20. package/dist/apis/auth-api.js +11 -11
  21. package/dist/apis/calendar-api.d.ts +123 -131
  22. package/dist/apis/calendar-api.js +164 -177
  23. package/dist/apis/common-api.d.ts +0 -102
  24. package/dist/apis/common-api.js +0 -144
  25. package/dist/apis/inspection-api.d.ts +846 -0
  26. package/dist/apis/{maintenance-standard-api.js → inspection-api.js} +485 -226
  27. package/dist/apis/message-api.d.ts +125 -117
  28. package/dist/apis/message-api.js +171 -132
  29. package/dist/apis/setting-api.d.ts +144 -334
  30. package/dist/apis/setting-api.js +187 -433
  31. package/dist/apis/space-api.d.ts +159 -0
  32. package/dist/apis/space-api.js +272 -0
  33. package/dist/apis/work-order-api.d.ts +123 -197
  34. package/dist/apis/work-order-api.js +164 -245
  35. package/dist/esm/api.d.ts +1 -2
  36. package/dist/esm/api.js +1 -2
  37. package/dist/esm/apis/access-api.d.ts +21 -21
  38. package/dist/esm/apis/access-api.js +22 -22
  39. package/dist/esm/apis/app-auth-api.d.ts +6 -6
  40. package/dist/esm/apis/app-auth-api.js +11 -11
  41. package/dist/esm/apis/auth-api.d.ts +6 -6
  42. package/dist/esm/apis/auth-api.js +11 -11
  43. package/dist/esm/apis/calendar-api.d.ts +123 -131
  44. package/dist/esm/apis/calendar-api.js +164 -177
  45. package/dist/esm/apis/common-api.d.ts +0 -102
  46. package/dist/esm/apis/common-api.js +0 -144
  47. package/dist/esm/apis/inspection-api.d.ts +846 -0
  48. package/dist/esm/apis/{maintenance-standard-api.js → inspection-api.js} +480 -221
  49. package/dist/esm/apis/message-api.d.ts +125 -117
  50. package/dist/esm/apis/message-api.js +171 -132
  51. package/dist/esm/apis/setting-api.d.ts +144 -334
  52. package/dist/esm/apis/setting-api.js +187 -433
  53. package/dist/esm/apis/space-api.d.ts +159 -0
  54. package/dist/esm/apis/space-api.js +272 -0
  55. package/dist/esm/apis/work-order-api.d.ts +123 -197
  56. package/dist/esm/apis/work-order-api.js +164 -245
  57. package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
  58. package/dist/esm/models/file-dto.d.ts +3 -3
  59. package/dist/esm/models/get-user-wx200-response.d.ts +18 -18
  60. package/dist/esm/models/index.d.ts +13 -24
  61. package/dist/esm/models/index.js +13 -24
  62. package/dist/esm/models/inspection-item-bo.d.ts +10 -4
  63. package/dist/esm/models/inspection-point-item.d.ts +6 -18
  64. package/dist/esm/models/ipage-access-vo.d.ts +3 -3
  65. package/dist/esm/models/{json-result-sys-user-msg-dto.d.ts → json-result-calendar-add-redis-list-vo.d.ts} +11 -11
  66. package/dist/esm/models/{json-result-page-dto-sys-user-msg-dto.d.ts → json-result-page-dto-sys-user-msg-list-dto.d.ts} +11 -11
  67. package/dist/esm/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
  68. package/dist/{models/json-result-park-info-dto.d.ts → esm/models/json-result-sys-user-msg-do.d.ts} +11 -11
  69. package/dist/esm/models/maintenance-history-dto.d.ts +6 -0
  70. package/dist/esm/models/maintenance-history-dto.js +6 -0
  71. package/dist/esm/models/{page-dto-sys-user-msg-dto.d.ts → page-dto-sys-user-msg-list-dto.d.ts} +7 -7
  72. package/dist/esm/models/period-detail-resp.d.ts +6 -0
  73. package/dist/esm/models/period-detail-resp.js +6 -0
  74. package/dist/esm/models/plan-add-vo.d.ts +1 -1
  75. package/dist/esm/models/plan-edit-vo.d.ts +1 -1
  76. package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
  77. package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
  78. package/dist/esm/models/space-edit-before-and-after-dto.d.ts +31 -0
  79. package/dist/esm/models/space-edit-excel-dto.d.ts +78 -0
  80. package/dist/esm/models/sys-dept.d.ts +0 -6
  81. package/dist/esm/models/sys-user-msg-do.d.ts +90 -0
  82. package/dist/{models/sys-user-msg-dto.d.ts → esm/models/sys-user-msg-list-dto.d.ts} +28 -30
  83. package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +54 -0
  84. package/dist/esm/models/sys-user.d.ts +4 -4
  85. package/dist/esm/models/work-order-add-vo.d.ts +4 -23
  86. package/dist/esm/models/{system-user-msg-type-enum.d.ts → work-order-check-before-acceptance-adopt-vo.d.ts} +15 -6
  87. package/dist/{models/work-order-dept-settings-add-or-update-vo.d.ts → esm/models/work-order-check-before-acceptance-no-vo.d.ts} +12 -12
  88. package/dist/esm/models/work-order-detail-dto.d.ts +6 -19
  89. package/dist/esm/models/work-order-detail-dto.js +6 -0
  90. package/dist/esm/models/work-order-inspection-detail-dto.d.ts +13 -1
  91. package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
  92. package/dist/esm/models/work-order-search-dto.d.ts +6 -0
  93. package/dist/esm/models/work-order-search-dto.js +6 -0
  94. package/dist/esm/models/work-order-type-enum.d.ts +1 -1
  95. package/dist/esm/models/work-order-type-enum.js +1 -1
  96. package/dist/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
  97. package/dist/models/file-dto.d.ts +3 -3
  98. package/dist/models/get-user-wx200-response.d.ts +18 -18
  99. package/dist/models/index.d.ts +13 -24
  100. package/dist/models/index.js +13 -24
  101. package/dist/models/inspection-item-bo.d.ts +10 -4
  102. package/dist/models/inspection-point-item.d.ts +6 -18
  103. package/dist/models/ipage-access-vo.d.ts +3 -3
  104. package/dist/models/{json-result-page-dto-sys-user-msg-dto.d.ts → json-result-calendar-add-redis-list-vo.d.ts} +11 -11
  105. package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +56 -0
  106. package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
  107. package/dist/{esm/models/json-result-park-info-dto.d.ts → models/json-result-sys-user-msg-do.d.ts} +11 -11
  108. package/dist/models/maintenance-history-dto.d.ts +6 -0
  109. package/dist/models/maintenance-history-dto.js +6 -0
  110. package/dist/models/{page-dto-sys-user-msg-dto.d.ts → page-dto-sys-user-msg-list-dto.d.ts} +7 -7
  111. package/dist/models/period-detail-resp.d.ts +6 -0
  112. package/dist/models/period-detail-resp.js +6 -0
  113. package/dist/models/plan-add-vo.d.ts +1 -1
  114. package/dist/models/plan-edit-vo.d.ts +1 -1
  115. package/dist/models/plan-item-add-vo.d.ts +1 -1
  116. package/dist/models/plan-item-edit-vo.d.ts +1 -1
  117. package/dist/models/space-edit-before-and-after-dto.d.ts +31 -0
  118. package/dist/models/space-edit-excel-dto.d.ts +78 -0
  119. package/dist/models/sys-dept.d.ts +0 -6
  120. package/dist/models/sys-user-msg-do.d.ts +90 -0
  121. package/dist/{esm/models/sys-user-msg-dto.d.ts → models/sys-user-msg-list-dto.d.ts} +28 -30
  122. package/dist/models/sys-user-msg-search-list-vo.d.ts +54 -0
  123. package/dist/models/sys-user.d.ts +4 -4
  124. package/dist/models/work-order-add-vo.d.ts +4 -23
  125. package/dist/{esm/models/system-user-msg-type-enum.js → models/work-order-check-before-acceptance-adopt-vo.d.ts} +15 -7
  126. package/dist/{esm/models/work-order-dept-settings-add-or-update-vo.d.ts → models/work-order-check-before-acceptance-no-vo.d.ts} +12 -12
  127. package/dist/models/work-order-detail-dto.d.ts +6 -19
  128. package/dist/models/work-order-detail-dto.js +6 -0
  129. package/dist/models/work-order-inspection-detail-dto.d.ts +13 -1
  130. package/dist/models/work-order-inspection-item-req.d.ts +3 -3
  131. package/dist/models/work-order-search-dto.d.ts +6 -0
  132. package/dist/models/work-order-search-dto.js +6 -0
  133. package/dist/models/work-order-type-enum.d.ts +1 -1
  134. package/dist/models/work-order-type-enum.js +1 -1
  135. package/models/{excel-import-result-dtocalendar-export-dto.ts → calendar-add-redis-list-vo.ts} +21 -9
  136. package/models/file-dto.ts +3 -3
  137. package/models/get-user-wx200-response.ts +18 -18
  138. package/models/index.ts +13 -24
  139. package/models/inspection-item-bo.ts +10 -4
  140. package/models/inspection-point-item.ts +6 -18
  141. package/models/ipage-access-vo.ts +3 -3
  142. package/models/{json-result-sys-user-msg-dto.ts → json-result-calendar-add-redis-list-vo.ts} +11 -11
  143. package/models/{json-result-page-dto-sys-user-msg-dto.ts → json-result-page-dto-sys-user-msg-list-dto.ts} +11 -11
  144. package/models/{json-result-work-order-dept-settings-entity.ts → json-result-space-edit-before-and-after-dto.ts} +11 -11
  145. package/models/{json-result-park-info-dto.ts → json-result-sys-user-msg-do.ts} +11 -11
  146. package/models/maintenance-history-dto.ts +6 -0
  147. package/models/{page-dto-sys-user-msg-dto.ts → page-dto-sys-user-msg-list-dto.ts} +7 -7
  148. package/models/period-detail-resp.ts +6 -0
  149. package/models/plan-add-vo.ts +1 -1
  150. package/models/plan-edit-vo.ts +1 -1
  151. package/models/plan-item-add-vo.ts +1 -1
  152. package/models/plan-item-edit-vo.ts +1 -1
  153. package/models/space-edit-before-and-after-dto.ts +39 -0
  154. package/models/space-edit-excel-dto.ts +84 -0
  155. package/models/sys-dept.ts +0 -6
  156. package/models/sys-user-msg-do.ts +96 -0
  157. package/models/{sys-user-msg-dto.ts → sys-user-msg-list-dto.ts} +28 -36
  158. package/models/sys-user-msg-search-list-vo.ts +60 -0
  159. package/models/sys-user.ts +4 -4
  160. package/models/work-order-add-vo.ts +4 -25
  161. package/models/{system-user-msg-type-enum.ts → work-order-check-before-acceptance-adopt-vo.ts} +15 -10
  162. package/models/{work-order-dept-settings-add-or-update-vo.ts → work-order-check-before-acceptance-no-vo.ts} +12 -12
  163. package/models/work-order-detail-dto.ts +6 -21
  164. package/models/work-order-inspection-detail-dto.ts +13 -1
  165. package/models/work-order-inspection-item-req.ts +3 -3
  166. package/models/work-order-search-dto.ts +6 -0
  167. package/models/work-order-type-enum.ts +1 -1
  168. package/package.json +1 -1
  169. package/apis/inspection-standard-api.ts +0 -1111
  170. package/dist/apis/inspection-standard-api.d.ts +0 -574
  171. package/dist/apis/inspection-standard-api.js +0 -872
  172. package/dist/apis/maintenance-standard-api.d.ts +0 -614
  173. package/dist/esm/apis/inspection-standard-api.d.ts +0 -574
  174. package/dist/esm/apis/inspection-standard-api.js +0 -865
  175. package/dist/esm/apis/maintenance-standard-api.d.ts +0 -614
  176. package/dist/esm/models/dept-relation-dto.d.ts +0 -120
  177. package/dist/esm/models/dept-relation.d.ts +0 -84
  178. package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +0 -31
  179. package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +0 -31
  180. package/dist/esm/models/inspection-standard-import-dto.d.ts +0 -108
  181. package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
  182. package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +0 -56
  183. package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +0 -56
  184. package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
  185. package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
  186. package/dist/esm/models/json-result-work-order-dept-settings-entity.js +0 -14
  187. package/dist/esm/models/maintenance-standard-import-dto.d.ts +0 -114
  188. package/dist/esm/models/maintenance-standard-import-dto.js +0 -14
  189. package/dist/esm/models/page-dto-sys-user-msg-dto.js +0 -14
  190. package/dist/esm/models/park-info-dto.d.ts +0 -85
  191. package/dist/esm/models/park-info-dto.js +0 -14
  192. package/dist/esm/models/park-info-edit-vo.d.ts +0 -49
  193. package/dist/esm/models/park-info-edit-vo.js +0 -14
  194. package/dist/esm/models/sys-user-msg-dto.js +0 -14
  195. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -23
  196. package/dist/esm/models/system-user-msg-source-type-enum.js +0 -24
  197. package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +0 -14
  198. package/dist/esm/models/work-order-dept-settings-entity.d.ts +0 -67
  199. package/dist/esm/models/work-order-dept-settings-entity.js +0 -14
  200. package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -26
  201. package/dist/esm/models/work-order-issue-type-enum.js +0 -27
  202. package/dist/models/dept-relation-dto.d.ts +0 -120
  203. package/dist/models/dept-relation.d.ts +0 -84
  204. package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +0 -31
  205. package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +0 -31
  206. package/dist/models/inspection-standard-import-dto.d.ts +0 -108
  207. package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
  208. package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +0 -56
  209. package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +0 -56
  210. package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
  211. package/dist/models/json-result-sys-user-msg-dto.d.ts +0 -56
  212. package/dist/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
  213. package/dist/models/json-result-work-order-dept-settings-entity.js +0 -15
  214. package/dist/models/maintenance-standard-import-dto.d.ts +0 -114
  215. package/dist/models/maintenance-standard-import-dto.js +0 -15
  216. package/dist/models/page-dto-sys-user-msg-dto.js +0 -15
  217. package/dist/models/park-info-dto.d.ts +0 -85
  218. package/dist/models/park-info-dto.js +0 -15
  219. package/dist/models/park-info-edit-vo.d.ts +0 -49
  220. package/dist/models/park-info-edit-vo.js +0 -15
  221. package/dist/models/sys-user-msg-dto.js +0 -15
  222. package/dist/models/system-user-msg-source-type-enum.d.ts +0 -23
  223. package/dist/models/system-user-msg-source-type-enum.js +0 -27
  224. package/dist/models/system-user-msg-type-enum.d.ts +0 -21
  225. package/dist/models/system-user-msg-type-enum.js +0 -25
  226. package/dist/models/work-order-dept-settings-add-or-update-vo.js +0 -15
  227. package/dist/models/work-order-dept-settings-entity.d.ts +0 -67
  228. package/dist/models/work-order-dept-settings-entity.js +0 -15
  229. package/dist/models/work-order-issue-type-enum.d.ts +0 -26
  230. package/dist/models/work-order-issue-type-enum.js +0 -30
  231. package/models/dept-relation-dto.ts +0 -126
  232. package/models/dept-relation.ts +0 -90
  233. package/models/excel-import-result-dtoinspection-standard-import-dto.ts +0 -39
  234. package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +0 -39
  235. package/models/inspection-standard-import-dto.ts +0 -114
  236. package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +0 -66
  237. package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +0 -66
  238. package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +0 -66
  239. package/models/json-result-list-work-order-dept-settings-entity.ts +0 -66
  240. package/models/maintenance-standard-import-dto.ts +0 -120
  241. package/models/park-info-dto.ts +0 -93
  242. package/models/park-info-edit-vo.ts +0 -57
  243. package/models/system-user-msg-source-type-enum.ts +0 -33
  244. package/models/work-order-dept-settings-entity.ts +0 -77
  245. package/models/work-order-issue-type-enum.ts +0 -36
  246. /package/dist/esm/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
  247. /package/dist/esm/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
  248. /package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
  249. /package/dist/esm/models/{excel-import-result-dtoinspection-standard-import-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
  250. /package/dist/esm/models/{excel-import-result-dtomaintenance-standard-import-dto.js → json-result-sys-user-msg-do.js} +0 -0
  251. /package/dist/esm/models/{inspection-standard-import-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
  252. /package/dist/esm/models/{json-result-excel-import-result-dtocalendar-export-dto.js → space-edit-before-and-after-dto.js} +0 -0
  253. /package/dist/esm/models/{json-result-excel-import-result-dtoinspection-standard-import-dto.js → space-edit-excel-dto.js} +0 -0
  254. /package/dist/esm/models/{json-result-excel-import-result-dtomaintenance-standard-import-dto.js → sys-user-msg-do.js} +0 -0
  255. /package/dist/esm/models/{json-result-list-work-order-dept-settings-entity.js → sys-user-msg-list-dto.js} +0 -0
  256. /package/dist/esm/models/{json-result-page-dto-sys-user-msg-dto.js → sys-user-msg-search-list-vo.js} +0 -0
  257. /package/dist/esm/models/{json-result-park-info-dto.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
  258. /package/dist/esm/models/{json-result-sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
  259. /package/dist/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
  260. /package/dist/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
  261. /package/dist/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
  262. /package/dist/models/{excel-import-result-dtoinspection-standard-import-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
  263. /package/dist/models/{excel-import-result-dtomaintenance-standard-import-dto.js → json-result-sys-user-msg-do.js} +0 -0
  264. /package/dist/models/{inspection-standard-import-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
  265. /package/dist/models/{json-result-excel-import-result-dtocalendar-export-dto.js → space-edit-before-and-after-dto.js} +0 -0
  266. /package/dist/models/{json-result-excel-import-result-dtoinspection-standard-import-dto.js → space-edit-excel-dto.js} +0 -0
  267. /package/dist/models/{json-result-excel-import-result-dtomaintenance-standard-import-dto.js → sys-user-msg-do.js} +0 -0
  268. /package/dist/models/{json-result-list-work-order-dept-settings-entity.js → sys-user-msg-list-dto.js} +0 -0
  269. /package/dist/models/{json-result-page-dto-sys-user-msg-dto.js → sys-user-msg-search-list-vo.js} +0 -0
  270. /package/dist/models/{json-result-park-info-dto.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
  271. /package/dist/models/{json-result-sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
@@ -1,120 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * 部门关联信息
14
- * @export
15
- * @interface DeptRelationDTO
16
- */
17
- export interface DeptRelationDTO {
18
- /**
19
- * 经度
20
- * @type {string}
21
- * @memberof DeptRelationDTO
22
- */
23
- 'longitude'?: string;
24
- /**
25
- * 纬度
26
- * @type {string}
27
- * @memberof DeptRelationDTO
28
- */
29
- 'latitude'?: string;
30
- /**
31
- * 园区地图
32
- * @type {string}
33
- * @memberof DeptRelationDTO
34
- */
35
- 'parkMap'?: string;
36
- /**
37
- * logo图标
38
- * @type {string}
39
- * @memberof DeptRelationDTO
40
- */
41
- 'deptLogo'?: string;
42
- /**
43
- * 平台
44
- * @type {string}
45
- * @memberof DeptRelationDTO
46
- */
47
- 'platform'?: string;
48
- /**
49
- * 所属中心
50
- * @type {string}
51
- * @memberof DeptRelationDTO
52
- */
53
- 'center'?: string;
54
- /**
55
- * 中心属性
56
- * @type {string}
57
- * @memberof DeptRelationDTO
58
- */
59
- 'centerAttribute'?: string;
60
- /**
61
- * 省
62
- * @type {string}
63
- * @memberof DeptRelationDTO
64
- */
65
- 'province'?: string;
66
- /**
67
- * 市
68
- * @type {string}
69
- * @memberof DeptRelationDTO
70
- */
71
- 'city'?: string;
72
- /**
73
- * 区
74
- * @type {string}
75
- * @memberof DeptRelationDTO
76
- */
77
- 'area'?: string;
78
- /**
79
- * 园区详细地址
80
- * @type {string}
81
- * @memberof DeptRelationDTO
82
- */
83
- 'parkAddress'?: string;
84
- /**
85
- * 合同开始时间
86
- * @type {string}
87
- * @memberof DeptRelationDTO
88
- */
89
- 'contractStartTime'?: string;
90
- /**
91
- * 合同结束时间
92
- * @type {string}
93
- * @memberof DeptRelationDTO
94
- */
95
- 'contractEndTime'?: string;
96
- /**
97
- * 合同面积
98
- * @type {number}
99
- * @memberof DeptRelationDTO
100
- */
101
- 'contractArea'?: number;
102
- /**
103
- * 空仓面积
104
- * @type {number}
105
- * @memberof DeptRelationDTO
106
- */
107
- 'emptyWarehouseArea'?: number;
108
- /**
109
- * 园区面积
110
- * @type {string}
111
- * @memberof DeptRelationDTO
112
- */
113
- 'parkArea'?: string;
114
- /**
115
- * 租售面积
116
- * @type {string}
117
- * @memberof DeptRelationDTO
118
- */
119
- 'parkRentalArea'?: string;
120
- }
@@ -1,84 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * 部门关联
14
- * @export
15
- * @interface DeptRelation
16
- */
17
- export interface DeptRelation {
18
- /**
19
- * 平台
20
- * @type {string}
21
- * @memberof DeptRelation
22
- */
23
- 'platform': string;
24
- /**
25
- * 所属中心
26
- * @type {string}
27
- * @memberof DeptRelation
28
- */
29
- 'center': string;
30
- /**
31
- * 中心属性
32
- * @type {string}
33
- * @memberof DeptRelation
34
- */
35
- 'centerAttribute': string;
36
- /**
37
- * 省
38
- * @type {string}
39
- * @memberof DeptRelation
40
- */
41
- 'province': string;
42
- /**
43
- * 市
44
- * @type {string}
45
- * @memberof DeptRelation
46
- */
47
- 'city': string;
48
- /**
49
- * 区
50
- * @type {string}
51
- * @memberof DeptRelation
52
- */
53
- 'area': string;
54
- /**
55
- * 园区详细地址
56
- * @type {string}
57
- * @memberof DeptRelation
58
- */
59
- 'parkAddress': string;
60
- /**
61
- * 合同开始时间
62
- * @type {string}
63
- * @memberof DeptRelation
64
- */
65
- 'contractStartTime': string;
66
- /**
67
- * 合同结束时间
68
- * @type {string}
69
- * @memberof DeptRelation
70
- */
71
- 'contractEndTime': string;
72
- /**
73
- * 合同面积
74
- * @type {number}
75
- * @memberof DeptRelation
76
- */
77
- 'contractArea': number;
78
- /**
79
- * 空仓面积
80
- * @type {number}
81
- * @memberof DeptRelation
82
- */
83
- 'emptyWarehouseArea': number;
84
- }
@@ -1,31 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { 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
- }
@@ -1,31 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { 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
- }
@@ -1,108 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * 巡检标准导入
14
- * @export
15
- * @interface InspectionStandardImportDTO
16
- */
17
- export interface InspectionStandardImportDTO {
18
- /**
19
- * 巡检分类
20
- * @type {string}
21
- * @memberof InspectionStandardImportDTO
22
- */
23
- 'category'?: string;
24
- /**
25
- * 内容项
26
- * @type {string}
27
- * @memberof InspectionStandardImportDTO
28
- */
29
- 'content'?: string;
30
- /**
31
- * 执行标准
32
- * @type {string}
33
- * @memberof InspectionStandardImportDTO
34
- */
35
- 'standard'?: string;
36
- /**
37
- * 周期
38
- * @type {string}
39
- * @memberof InspectionStandardImportDTO
40
- */
41
- 'repeats'?: string;
42
- /**
43
- * 每隔多久
44
- * @type {number}
45
- * @memberof InspectionStandardImportDTO
46
- */
47
- 'eachDays'?: number;
48
- /**
49
- * 节假日顺延
50
- * @type {string}
51
- * @memberof InspectionStandardImportDTO
52
- */
53
- 'isSkipHolidays'?: string;
54
- /**
55
- * 是否扫码
56
- * @type {string}
57
- * @memberof InspectionStandardImportDTO
58
- */
59
- 'isScanRequired'?: string;
60
- /**
61
- * 是否拍照
62
- * @type {string}
63
- * @memberof InspectionStandardImportDTO
64
- */
65
- 'isPhotoRequired'?: string;
66
- /**
67
- * 是否抄表
68
- * @type {string}
69
- * @memberof InspectionStandardImportDTO
70
- */
71
- 'isReadingRequired'?: string;
72
- /**
73
- * 抄表标准
74
- * @type {string}
75
- * @memberof InspectionStandardImportDTO
76
- */
77
- 'compare'?: string;
78
- /**
79
- * 抄表标准值
80
- * @type {number}
81
- * @memberof InspectionStandardImportDTO
82
- */
83
- 'threshold'?: number;
84
- /**
85
- * 是否备注
86
- * @type {string}
87
- * @memberof InspectionStandardImportDTO
88
- */
89
- 'isRemark'?: string;
90
- /**
91
- *
92
- * @type {number}
93
- * @memberof InspectionStandardImportDTO
94
- */
95
- 'counts'?: number;
96
- /**
97
- *
98
- * @type {string}
99
- * @memberof InspectionStandardImportDTO
100
- */
101
- 'tips'?: string;
102
- /**
103
- * 是否错误
104
- * @type {boolean}
105
- * @memberof InspectionStandardImportDTO
106
- */
107
- 'flag'?: boolean;
108
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { BaseErrorResult } from './base-error-result';
13
- import type { ExcelImportResultDTOCalendarExportDto } from './excel-import-result-dtocalendar-export-dto';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultExcelImportResultDTOCalendarExportDto
18
- */
19
- export interface JsonResultExcelImportResultDTOCalendarExportDto {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
36
- */
37
- 'stacks'?: string;
38
- /**
39
- *
40
- * @type {ExcelImportResultDTOCalendarExportDto}
41
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
42
- */
43
- 'data'?: ExcelImportResultDTOCalendarExportDto | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
54
- */
55
- 'traceId'?: string | null;
56
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { BaseErrorResult } from './base-error-result';
13
- import type { ExcelImportResultDTOInspectionStandardImportDTO } from './excel-import-result-dtoinspection-standard-import-dto';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultExcelImportResultDTOInspectionStandardImportDTO
18
- */
19
- export interface JsonResultExcelImportResultDTOInspectionStandardImportDTO {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultExcelImportResultDTOInspectionStandardImportDTO
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultExcelImportResultDTOInspectionStandardImportDTO
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultExcelImportResultDTOInspectionStandardImportDTO
36
- */
37
- 'stacks'?: string;
38
- /**
39
- *
40
- * @type {ExcelImportResultDTOInspectionStandardImportDTO}
41
- * @memberof JsonResultExcelImportResultDTOInspectionStandardImportDTO
42
- */
43
- 'data'?: ExcelImportResultDTOInspectionStandardImportDTO | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultExcelImportResultDTOInspectionStandardImportDTO
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultExcelImportResultDTOInspectionStandardImportDTO
54
- */
55
- 'traceId'?: string | null;
56
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { BaseErrorResult } from './base-error-result';
13
- import type { ExcelImportResultDTOMaintenanceStandardImportDTO } from './excel-import-result-dtomaintenance-standard-import-dto';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultExcelImportResultDTOMaintenanceStandardImportDTO
18
- */
19
- export interface JsonResultExcelImportResultDTOMaintenanceStandardImportDTO {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultExcelImportResultDTOMaintenanceStandardImportDTO
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultExcelImportResultDTOMaintenanceStandardImportDTO
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultExcelImportResultDTOMaintenanceStandardImportDTO
36
- */
37
- 'stacks'?: string;
38
- /**
39
- *
40
- * @type {ExcelImportResultDTOMaintenanceStandardImportDTO}
41
- * @memberof JsonResultExcelImportResultDTOMaintenanceStandardImportDTO
42
- */
43
- 'data'?: ExcelImportResultDTOMaintenanceStandardImportDTO | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultExcelImportResultDTOMaintenanceStandardImportDTO
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultExcelImportResultDTOMaintenanceStandardImportDTO
54
- */
55
- 'traceId'?: string | null;
56
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { BaseErrorResult } from './base-error-result';
13
- import type { WorkOrderDeptSettingsEntity } from './work-order-dept-settings-entity';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultListWorkOrderDeptSettingsEntity
18
- */
19
- export interface JsonResultListWorkOrderDeptSettingsEntity {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
36
- */
37
- 'stacks'?: string;
38
- /**
39
- * 返回数据,可以是任意类型的值
40
- * @type {Array<WorkOrderDeptSettingsEntity>}
41
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
42
- */
43
- 'data'?: Array<WorkOrderDeptSettingsEntity> | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
54
- */
55
- 'traceId'?: string | null;
56
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { BaseErrorResult } from './base-error-result';
13
- import type { WorkOrderDeptSettingsEntity } from './work-order-dept-settings-entity';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultWorkOrderDeptSettingsEntity
18
- */
19
- export interface JsonResultWorkOrderDeptSettingsEntity {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultWorkOrderDeptSettingsEntity
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultWorkOrderDeptSettingsEntity
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultWorkOrderDeptSettingsEntity
36
- */
37
- 'stacks'?: string;
38
- /**
39
- *
40
- * @type {WorkOrderDeptSettingsEntity}
41
- * @memberof JsonResultWorkOrderDeptSettingsEntity
42
- */
43
- 'data'?: WorkOrderDeptSettingsEntity | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultWorkOrderDeptSettingsEntity
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultWorkOrderDeptSettingsEntity
54
- */
55
- 'traceId'?: string | null;
56
- }
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};