@gizone/rrs-client 4.2.0-alpha.375 → 4.2.0-alpha.377

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 (258) hide show
  1. package/.openapi-generator/FILES +21 -2
  2. package/api.ts +1 -0
  3. package/apis/hwork-api.ts +167 -0
  4. package/apis/message-api.ts +0 -178
  5. package/apis/notification-api.ts +133 -227
  6. package/apis/open-api-api.ts +214 -0
  7. package/apis/setting-api.ts +307 -0
  8. package/apis/web-hook-api.ts +182 -0
  9. package/apis/work-order-api.ts +450 -15
  10. package/dist/api.d.ts +1 -0
  11. package/dist/api.js +1 -0
  12. package/dist/apis/hwork-api.d.ts +96 -0
  13. package/dist/apis/hwork-api.js +145 -0
  14. package/dist/apis/message-api.d.ts +0 -93
  15. package/dist/apis/message-api.js +0 -139
  16. package/dist/apis/notification-api.d.ts +90 -135
  17. package/dist/apis/notification-api.js +99 -174
  18. package/dist/apis/open-api-api.d.ts +110 -0
  19. package/dist/apis/open-api-api.js +156 -0
  20. package/dist/apis/setting-api.d.ts +166 -0
  21. package/dist/apis/setting-api.js +223 -0
  22. package/dist/apis/web-hook-api.d.ts +94 -0
  23. package/dist/apis/web-hook-api.js +140 -0
  24. package/dist/apis/work-order-api.d.ts +243 -6
  25. package/dist/apis/work-order-api.js +322 -15
  26. package/dist/esm/api.d.ts +1 -0
  27. package/dist/esm/api.js +1 -0
  28. package/dist/esm/apis/hwork-api.d.ts +96 -0
  29. package/dist/esm/apis/hwork-api.js +138 -0
  30. package/dist/esm/apis/message-api.d.ts +0 -93
  31. package/dist/esm/apis/message-api.js +1 -140
  32. package/dist/esm/apis/notification-api.d.ts +90 -135
  33. package/dist/esm/apis/notification-api.js +99 -174
  34. package/dist/esm/apis/open-api-api.d.ts +110 -0
  35. package/dist/esm/apis/open-api-api.js +156 -0
  36. package/dist/esm/apis/setting-api.d.ts +166 -0
  37. package/dist/esm/apis/setting-api.js +223 -0
  38. package/dist/esm/apis/web-hook-api.d.ts +94 -0
  39. package/dist/esm/apis/web-hook-api.js +140 -0
  40. package/dist/esm/apis/work-order-api.d.ts +243 -6
  41. package/dist/esm/apis/work-order-api.js +322 -15
  42. package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  43. package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
  44. package/dist/esm/models/exploration-work-order-details-dto.d.ts +123 -0
  45. package/dist/esm/models/exploration-work-order-info.d.ts +111 -0
  46. package/dist/esm/models/exploration-work-order-info.js +19 -0
  47. package/dist/esm/models/exploration-work-order-submit-vo.d.ts +36 -0
  48. package/dist/esm/models/exploration-work-order-type-enum.d.ts +20 -0
  49. package/dist/esm/models/exploration-work-order-type-enum.js +21 -0
  50. package/dist/esm/models/index.d.ts +20 -2
  51. package/dist/esm/models/index.js +20 -2
  52. package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +1 -1
  53. package/dist/esm/models/inspection-standard-dto.d.ts +1 -1
  54. package/dist/esm/models/inspection-standard-entity.d.ts +1 -1
  55. package/dist/esm/models/insurance-notice-vo.d.ts +54 -0
  56. package/dist/esm/models/insurance-notice-vo.js +14 -0
  57. package/dist/esm/models/insurance-work-order-issue-vo.d.ts +86 -0
  58. package/dist/esm/models/insurance-work-order-issue-vo.js +19 -0
  59. package/dist/esm/models/insurance-work-order-vo.d.ts +37 -0
  60. package/dist/esm/models/insurance-work-order-vo.js +14 -0
  61. package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +62 -0
  62. package/dist/esm/models/json-result-exploration-work-order-details-dto.js +14 -0
  63. package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +62 -0
  64. package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.js +14 -0
  65. package/dist/esm/models/json-result-notice-entity.d.ts +62 -0
  66. package/dist/esm/models/json-result-notice-entity.js +14 -0
  67. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
  68. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.js +14 -0
  69. package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +62 -0
  70. package/dist/esm/models/json-result-work-order-issue-type-settings-entity.js +14 -0
  71. package/dist/esm/models/login-type-enum.d.ts +2 -0
  72. package/dist/esm/models/login-type-enum.js +3 -1
  73. package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
  74. package/dist/esm/models/maintenance-standard-dto.d.ts +1 -1
  75. package/dist/esm/models/maintenance-standard-entity.d.ts +1 -1
  76. package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -0
  77. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +6 -0
  78. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +12 -0
  79. package/dist/{models/sys-user-msg-notice-add-vo.d.ts → esm/models/notice-add-vo.d.ts} +8 -8
  80. package/dist/esm/models/notice-add-vo.js +14 -0
  81. package/dist/esm/models/notice-entity.d.ts +90 -0
  82. package/dist/esm/models/notice-entity.js +14 -0
  83. package/dist/esm/models/offline-alert-submit-vo.d.ts +6 -0
  84. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +12 -0
  85. package/dist/esm/models/offline-alert-work-order-vo.d.ts +6 -0
  86. package/dist/esm/models/open-api-equipment-list-dto.d.ts +110 -0
  87. package/dist/esm/models/open-api-equipment-list-dto.js +14 -0
  88. package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
  89. package/dist/esm/models/page-dto-open-api-equipment-list-dto.js +14 -0
  90. package/dist/esm/models/park-info-dto.d.ts +12 -0
  91. package/dist/esm/models/period-detail-resp.d.ts +7 -1
  92. package/dist/esm/models/sys-post.d.ts +6 -0
  93. package/dist/esm/models/sys-role.d.ts +6 -0
  94. package/dist/esm/models/sys-user.d.ts +15 -2
  95. package/dist/esm/models/user-source-enum.d.ts +21 -0
  96. package/dist/esm/models/user-source-enum.js +22 -0
  97. package/dist/esm/models/violation-work-order-add-vo.d.ts +6 -0
  98. package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -0
  99. package/dist/esm/models/work-order-approval-vo.d.ts +6 -0
  100. package/dist/esm/models/work-order-detail-dto.d.ts +6 -0
  101. package/dist/esm/models/work-order-equipment-dto.d.ts +36 -0
  102. package/dist/esm/models/work-order-equipment-dto.js +14 -0
  103. package/dist/esm/models/work-order-ext-data.d.ts +7 -0
  104. package/dist/esm/models/work-order-internal-status-enum.d.ts +2 -0
  105. package/dist/esm/models/work-order-internal-status-enum.js +3 -1
  106. package/dist/esm/models/work-order-issue-type-enum.d.ts +2 -1
  107. package/dist/esm/models/work-order-issue-type-enum.js +3 -2
  108. package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +44 -0
  109. package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.js +14 -0
  110. package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +68 -0
  111. package/dist/esm/models/work-order-issue-type-settings-entity.js +14 -0
  112. package/dist/esm/models/work-order-search-dto.d.ts +13 -1
  113. package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
  114. package/dist/esm/models/work-order-settings-type-enum.js +2 -1
  115. package/dist/esm/models/work-order-status-enum.d.ts +0 -1
  116. package/dist/esm/models/work-order-status-enum.js +0 -1
  117. package/dist/esm/models/work-order-submit-vo.d.ts +7 -0
  118. package/dist/esm/models/work-order-type-enum.d.ts +1 -0
  119. package/dist/esm/models/work-order-type-enum.js +2 -1
  120. package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  121. package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
  122. package/dist/models/exploration-work-order-details-dto.d.ts +123 -0
  123. package/dist/models/exploration-work-order-info.d.ts +111 -0
  124. package/dist/models/exploration-work-order-info.js +22 -0
  125. package/dist/models/exploration-work-order-submit-vo.d.ts +36 -0
  126. package/dist/models/exploration-work-order-type-enum.d.ts +20 -0
  127. package/dist/models/exploration-work-order-type-enum.js +24 -0
  128. package/dist/models/index.d.ts +20 -2
  129. package/dist/models/index.js +20 -2
  130. package/dist/models/inspection-standard-add-or-update-vo.d.ts +1 -1
  131. package/dist/models/inspection-standard-dto.d.ts +1 -1
  132. package/dist/models/inspection-standard-entity.d.ts +1 -1
  133. package/dist/models/insurance-notice-vo.d.ts +54 -0
  134. package/dist/models/insurance-notice-vo.js +15 -0
  135. package/dist/models/insurance-work-order-issue-vo.d.ts +86 -0
  136. package/dist/models/insurance-work-order-issue-vo.js +22 -0
  137. package/dist/models/insurance-work-order-vo.d.ts +37 -0
  138. package/dist/models/insurance-work-order-vo.js +15 -0
  139. package/dist/models/json-result-exploration-work-order-details-dto.d.ts +62 -0
  140. package/dist/models/json-result-exploration-work-order-details-dto.js +15 -0
  141. package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +62 -0
  142. package/dist/models/json-result-list-work-order-issue-type-settings-entity.js +15 -0
  143. package/dist/models/json-result-notice-entity.d.ts +62 -0
  144. package/dist/models/json-result-notice-entity.js +15 -0
  145. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
  146. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.js +15 -0
  147. package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +62 -0
  148. package/dist/models/json-result-work-order-issue-type-settings-entity.js +15 -0
  149. package/dist/models/login-type-enum.d.ts +2 -0
  150. package/dist/models/login-type-enum.js +3 -1
  151. package/dist/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
  152. package/dist/models/maintenance-standard-dto.d.ts +1 -1
  153. package/dist/models/maintenance-standard-entity.d.ts +1 -1
  154. package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -0
  155. package/dist/models/network-monitor-repair-add-vo.d.ts +6 -0
  156. package/dist/models/network-monitor-repair-details-dto.d.ts +12 -0
  157. package/dist/{esm/models/sys-user-msg-notice-add-vo.d.ts → models/notice-add-vo.d.ts} +8 -8
  158. package/dist/models/notice-add-vo.js +15 -0
  159. package/dist/models/notice-entity.d.ts +90 -0
  160. package/dist/models/notice-entity.js +15 -0
  161. package/dist/models/offline-alert-submit-vo.d.ts +6 -0
  162. package/dist/models/offline-alert-work-order-details-dto.d.ts +12 -0
  163. package/dist/models/offline-alert-work-order-vo.d.ts +6 -0
  164. package/dist/models/open-api-equipment-list-dto.d.ts +110 -0
  165. package/dist/models/open-api-equipment-list-dto.js +15 -0
  166. package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
  167. package/dist/models/page-dto-open-api-equipment-list-dto.js +15 -0
  168. package/dist/models/park-info-dto.d.ts +12 -0
  169. package/dist/models/period-detail-resp.d.ts +7 -1
  170. package/dist/models/sys-post.d.ts +6 -0
  171. package/dist/models/sys-role.d.ts +6 -0
  172. package/dist/models/sys-user.d.ts +15 -2
  173. package/dist/models/user-source-enum.d.ts +21 -0
  174. package/dist/models/user-source-enum.js +25 -0
  175. package/dist/models/violation-work-order-add-vo.d.ts +6 -0
  176. package/dist/models/violation-work-order-details-dto.d.ts +12 -0
  177. package/dist/models/work-order-approval-vo.d.ts +6 -0
  178. package/dist/models/work-order-detail-dto.d.ts +6 -0
  179. package/dist/models/work-order-equipment-dto.d.ts +36 -0
  180. package/dist/models/work-order-equipment-dto.js +15 -0
  181. package/dist/models/work-order-ext-data.d.ts +7 -0
  182. package/dist/models/work-order-internal-status-enum.d.ts +2 -0
  183. package/dist/models/work-order-internal-status-enum.js +3 -1
  184. package/dist/models/work-order-issue-type-enum.d.ts +2 -1
  185. package/dist/models/work-order-issue-type-enum.js +3 -2
  186. package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +44 -0
  187. package/dist/models/work-order-issue-type-settings-add-or-update-vo.js +15 -0
  188. package/dist/models/work-order-issue-type-settings-entity.d.ts +68 -0
  189. package/dist/models/work-order-issue-type-settings-entity.js +15 -0
  190. package/dist/models/work-order-search-dto.d.ts +13 -1
  191. package/dist/models/work-order-settings-type-enum.d.ts +1 -0
  192. package/dist/models/work-order-settings-type-enum.js +2 -1
  193. package/dist/models/work-order-status-enum.d.ts +0 -1
  194. package/dist/models/work-order-status-enum.js +0 -1
  195. package/dist/models/work-order-submit-vo.d.ts +7 -0
  196. package/dist/models/work-order-type-enum.d.ts +1 -0
  197. package/dist/models/work-order-type-enum.js +2 -1
  198. package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
  199. package/models/disaster-warning-standard-entity.ts +1 -1
  200. package/models/exploration-work-order-details-dto.ts +149 -0
  201. package/models/exploration-work-order-info.ts +124 -0
  202. package/models/exploration-work-order-submit-vo.ts +42 -0
  203. package/models/exploration-work-order-type-enum.ts +30 -0
  204. package/models/index.ts +20 -2
  205. package/models/inspection-standard-add-or-update-vo.ts +1 -1
  206. package/models/inspection-standard-dto.ts +1 -1
  207. package/models/inspection-standard-entity.ts +1 -1
  208. package/models/insurance-notice-vo.ts +60 -0
  209. package/models/insurance-work-order-issue-vo.ts +97 -0
  210. package/models/insurance-work-order-vo.ts +45 -0
  211. package/models/json-result-exploration-work-order-details-dto.ts +72 -0
  212. package/models/json-result-list-work-order-issue-type-settings-entity.ts +72 -0
  213. package/models/json-result-notice-entity.ts +72 -0
  214. package/models/json-result-page-dto-open-api-equipment-list-dto.ts +72 -0
  215. package/models/json-result-work-order-issue-type-settings-entity.ts +72 -0
  216. package/models/login-type-enum.ts +3 -1
  217. package/models/maintenance-standard-add-or-update-vo.ts +1 -1
  218. package/models/maintenance-standard-dto.ts +1 -1
  219. package/models/maintenance-standard-entity.ts +1 -1
  220. package/models/monitoring-coverage-alert-work-order-details-dto.ts +12 -0
  221. package/models/network-monitor-repair-add-vo.ts +6 -0
  222. package/models/network-monitor-repair-details-dto.ts +12 -0
  223. package/models/{sys-user-msg-notice-add-vo.ts → notice-add-vo.ts} +8 -8
  224. package/models/notice-entity.ts +96 -0
  225. package/models/offline-alert-submit-vo.ts +6 -0
  226. package/models/offline-alert-work-order-details-dto.ts +12 -0
  227. package/models/offline-alert-work-order-vo.ts +6 -0
  228. package/models/open-api-equipment-list-dto.ts +122 -0
  229. package/models/page-dto-open-api-equipment-list-dto.ts +39 -0
  230. package/models/park-info-dto.ts +12 -0
  231. package/models/period-detail-resp.ts +7 -1
  232. package/models/sys-post.ts +6 -0
  233. package/models/sys-role.ts +6 -0
  234. package/models/sys-user.ts +19 -2
  235. package/models/user-source-enum.ts +31 -0
  236. package/models/violation-work-order-add-vo.ts +6 -0
  237. package/models/violation-work-order-details-dto.ts +12 -0
  238. package/models/work-order-approval-vo.ts +6 -0
  239. package/models/work-order-detail-dto.ts +6 -0
  240. package/models/work-order-equipment-dto.ts +42 -0
  241. package/models/work-order-ext-data.ts +9 -0
  242. package/models/work-order-internal-status-enum.ts +3 -1
  243. package/models/work-order-issue-type-enum.ts +3 -2
  244. package/models/work-order-issue-type-settings-add-or-update-vo.ts +56 -0
  245. package/models/work-order-issue-type-settings-entity.ts +80 -0
  246. package/models/work-order-search-dto.ts +13 -1
  247. package/models/work-order-settings-type-enum.ts +2 -1
  248. package/models/work-order-status-enum.ts +0 -1
  249. package/models/work-order-submit-vo.ts +9 -0
  250. package/models/work-order-type-enum.ts +2 -1
  251. package/package.json +1 -1
  252. package/dist/esm/models/notice-vo.d.ts +0 -86
  253. package/dist/models/notice-vo.d.ts +0 -86
  254. package/models/notice-vo.ts +0 -90
  255. /package/dist/esm/models/{notice-vo.js → exploration-work-order-details-dto.js} +0 -0
  256. /package/dist/esm/models/{sys-user-msg-notice-add-vo.js → exploration-work-order-submit-vo.js} +0 -0
  257. /package/dist/models/{notice-vo.js → exploration-work-order-details-dto.js} +0 -0
  258. /package/dist/models/{sys-user-msg-notice-add-vo.js → exploration-work-order-submit-vo.js} +0 -0
@@ -0,0 +1,44 @@
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
+ /**
15
+ * 工单执行时效配置
16
+ * @export
17
+ * @interface WorkOrderIssueTypeSettingsAddOrUpdateVo
18
+ */
19
+ export interface WorkOrderIssueTypeSettingsAddOrUpdateVo {
20
+ /**
21
+ * id
22
+ * @type {number}
23
+ * @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
24
+ */
25
+ 'id'?: number;
26
+ /**
27
+ *
28
+ * @type {WorkOrderTypeEnum}
29
+ * @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
30
+ */
31
+ 'workOrderType': WorkOrderTypeEnum;
32
+ /**
33
+ *
34
+ * @type {WorkOrderIssueTypeEnum}
35
+ * @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
36
+ */
37
+ 'workOrderIssueType': WorkOrderIssueTypeEnum;
38
+ /**
39
+ * 执行时效(分钟)
40
+ * @type {number}
41
+ * @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
42
+ */
43
+ 'executionTime'?: number;
44
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,68 @@
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
+ /**
15
+ * 返回数据,可以是任意类型的值
16
+ * @export
17
+ * @interface WorkOrderIssueTypeSettingsEntity
18
+ */
19
+ export interface WorkOrderIssueTypeSettingsEntity {
20
+ /**
21
+ *
22
+ * @type {number}
23
+ * @memberof WorkOrderIssueTypeSettingsEntity
24
+ */
25
+ 'id'?: number;
26
+ /**
27
+ * 园区id
28
+ * @type {number}
29
+ * @memberof WorkOrderIssueTypeSettingsEntity
30
+ */
31
+ 'parkId'?: number;
32
+ /**
33
+ *
34
+ * @type {WorkOrderTypeEnum}
35
+ * @memberof WorkOrderIssueTypeSettingsEntity
36
+ */
37
+ 'workOrderType'?: WorkOrderTypeEnum;
38
+ /**
39
+ *
40
+ * @type {WorkOrderIssueTypeEnum}
41
+ * @memberof WorkOrderIssueTypeSettingsEntity
42
+ */
43
+ 'workOrderIssueType'?: WorkOrderIssueTypeEnum;
44
+ /**
45
+ * 执行时效(分钟)
46
+ * @type {number}
47
+ * @memberof WorkOrderIssueTypeSettingsEntity
48
+ */
49
+ 'executionTime'?: number;
50
+ /**
51
+ * 创建时间
52
+ * @type {string}
53
+ * @memberof WorkOrderIssueTypeSettingsEntity
54
+ */
55
+ 'createTime'?: string;
56
+ /**
57
+ * 更新时间
58
+ * @type {string}
59
+ * @memberof WorkOrderIssueTypeSettingsEntity
60
+ */
61
+ 'updateTime'?: string;
62
+ /**
63
+ * 是否删除 1未删除 0删除
64
+ * @type {number}
65
+ * @memberof WorkOrderIssueTypeSettingsEntity
66
+ */
67
+ 'isDelete'?: number;
68
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -59,7 +59,7 @@ export interface WorkOrderSearchDTO {
59
59
  */
60
60
  'workOrderDepts'?: Array<WorkOrderDeptDTO>;
61
61
  /**
62
- * 响应时间
62
+ * 响应时间(分)
63
63
  * @type {number}
64
64
  * @memberof WorkOrderSearchDTO
65
65
  */
@@ -142,6 +142,18 @@ export interface WorkOrderSearchDTO {
142
142
  * @memberof WorkOrderSearchDTO
143
143
  */
144
144
  'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
145
+ /**
146
+ * 预计执行时间(小时)
147
+ * @type {number}
148
+ * @memberof WorkOrderSearchDTO
149
+ */
150
+ 'estimateExecutionTime'?: number;
151
+ /**
152
+ * 是否超时
153
+ * @type {boolean}
154
+ * @memberof WorkOrderSearchDTO
155
+ */
156
+ 'isTimeOut'?: boolean;
145
157
  }
146
158
  export declare const WorkOrderSearchDTOSamplingResultsEnum: {
147
159
  readonly Zero: "ZERO";
@@ -24,5 +24,6 @@ export declare const WorkOrderSettingsTypeEnum: {
24
24
  readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
25
25
  readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
26
26
  readonly DisasterWarningWorkOrder: "DISASTER_WARNING_WORK_ORDER";
27
+ readonly ExplorationWorkOrder: "EXPLORATION_WORK_ORDER";
27
28
  };
28
29
  export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
@@ -25,5 +25,6 @@ export const WorkOrderSettingsTypeEnum = {
25
25
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
26
26
  OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
27
27
  MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER',
28
- DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER'
28
+ DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER',
29
+ ExplorationWorkOrder: 'EXPLORATION_WORK_ORDER'
29
30
  };
@@ -18,7 +18,6 @@ export declare const WorkOrderStatusEnum: {
18
18
  readonly Pending: "PENDING";
19
19
  readonly InProgress: "IN_PROGRESS";
20
20
  readonly Completed: "COMPLETED";
21
- readonly Overdue: "OVERDUE";
22
21
  readonly Closed: "CLOSED";
23
22
  };
24
23
  export type WorkOrderStatusEnum = typeof WorkOrderStatusEnum[keyof typeof WorkOrderStatusEnum];
@@ -20,6 +20,5 @@ export const WorkOrderStatusEnum = {
20
20
  Pending: 'PENDING',
21
21
  InProgress: 'IN_PROGRESS',
22
22
  Completed: 'COMPLETED',
23
- Overdue: 'OVERDUE',
24
23
  Closed: 'CLOSED'
25
24
  };
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { ExplorationWorkOrderSubmitVo } from './exploration-work-order-submit-vo';
12
13
  import type { OfflineAlertSubmitVo } from './offline-alert-submit-vo';
13
14
  /**
14
15
  * 工单提交
@@ -22,4 +23,10 @@ export interface WorkOrderSubmitVo {
22
23
  * @memberof WorkOrderSubmitVo
23
24
  */
24
25
  'offlineAlertSubmit'?: OfflineAlertSubmitVo;
26
+ /**
27
+ *
28
+ * @type {ExplorationWorkOrderSubmitVo}
29
+ * @memberof WorkOrderSubmitVo
30
+ */
31
+ 'explorationWorkOrderSubmit'?: ExplorationWorkOrderSubmitVo;
25
32
  }
@@ -35,5 +35,6 @@ export declare const WorkOrderTypeEnum: {
35
35
  readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
36
36
  readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
37
37
  readonly DisasterWarningWorkOrder: "DISASTER_WARNING_WORK_ORDER";
38
+ readonly ExplorationWorkOrder: "EXPLORATION_WORK_ORDER";
38
39
  };
39
40
  export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
@@ -36,5 +36,6 @@ export const WorkOrderTypeEnum = {
36
36
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
37
37
  OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
38
38
  MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER',
39
- DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER'
39
+ DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER',
40
+ ExplorationWorkOrder: 'EXPLORATION_WORK_ORDER'
40
41
  };
@@ -41,7 +41,7 @@ export interface DisasterWarningStandardAddOrUpdateVo {
41
41
  */
42
42
  'standard': string;
43
43
  /**
44
- * 执行时间(小时)
44
+ * 执行时间(分钟)
45
45
  * @type {number}
46
46
  * @memberof DisasterWarningStandardAddOrUpdateVo
47
47
  */
@@ -47,7 +47,7 @@ export interface DisasterWarningStandardEntity {
47
47
  */
48
48
  'standard'?: string;
49
49
  /**
50
- * 执行时间(小时)
50
+ * 执行时间(分钟)
51
51
  * @type {number}
52
52
  * @memberof DisasterWarningStandardEntity
53
53
  */
@@ -0,0 +1,123 @@
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 { WorkOrderDeptDTO } from './work-order-dept-dto';
13
+ import type { WorkOrderEquipmentDto } from './work-order-equipment-dto';
14
+ import type { WorkOrderExtData } from './work-order-ext-data';
15
+ import type { WorkOrderHandlerDto } from './work-order-handler-dto';
16
+ import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
17
+ import type { WorkOrderSpaceDto } from './work-order-space-dto';
18
+ import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
19
+ import type { WorkOrderStatusEnum } from './work-order-status-enum';
20
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
21
+ /**
22
+ * 勘探工单详情
23
+ * @export
24
+ * @interface ExplorationWorkOrderDetailsDto
25
+ */
26
+ export interface ExplorationWorkOrderDetailsDto {
27
+ /**
28
+ * 工单ID
29
+ * @type {number}
30
+ * @memberof ExplorationWorkOrderDetailsDto
31
+ */
32
+ 'id'?: number;
33
+ /**
34
+ * 园区ID
35
+ * @type {number}
36
+ * @memberof ExplorationWorkOrderDetailsDto
37
+ */
38
+ 'parkId'?: number;
39
+ /**
40
+ * 工单编号
41
+ * @type {string}
42
+ * @memberof ExplorationWorkOrderDetailsDto
43
+ */
44
+ 'workOrderNo'?: string;
45
+ /**
46
+ * 工单名称
47
+ * @type {string}
48
+ * @memberof ExplorationWorkOrderDetailsDto
49
+ */
50
+ 'workOrderName'?: string;
51
+ /**
52
+ *
53
+ * @type {WorkOrderTypeEnum}
54
+ * @memberof ExplorationWorkOrderDetailsDto
55
+ */
56
+ 'workOrderType'?: WorkOrderTypeEnum;
57
+ /**
58
+ *
59
+ * @type {WorkOrderStatusEnum}
60
+ * @memberof ExplorationWorkOrderDetailsDto
61
+ */
62
+ 'workOrderStatus'?: WorkOrderStatusEnum;
63
+ /**
64
+ * 工单执行部门列表
65
+ * @type {Array<WorkOrderDeptDTO>}
66
+ * @memberof ExplorationWorkOrderDetailsDto
67
+ */
68
+ 'workOrderDepts'?: Array<WorkOrderDeptDTO>;
69
+ /**
70
+ * 工单执行部门ID列表
71
+ * @type {Array<number>}
72
+ * @memberof ExplorationWorkOrderDetailsDto
73
+ */
74
+ 'workOrderDeptIds'?: Array<number>;
75
+ /**
76
+ *
77
+ * @type {WorkOrderInternalStatusEnum}
78
+ * @memberof ExplorationWorkOrderDetailsDto
79
+ */
80
+ 'internalStatus'?: WorkOrderInternalStatusEnum;
81
+ /**
82
+ *
83
+ * @type {WorkOrderSponsorDto}
84
+ * @memberof ExplorationWorkOrderDetailsDto
85
+ */
86
+ 'sponsor'?: WorkOrderSponsorDto;
87
+ /**
88
+ *
89
+ * @type {WorkOrderHandlerDto}
90
+ * @memberof ExplorationWorkOrderDetailsDto
91
+ */
92
+ 'handler'?: WorkOrderHandlerDto;
93
+ /**
94
+ *
95
+ * @type {WorkOrderExtData}
96
+ * @memberof ExplorationWorkOrderDetailsDto
97
+ */
98
+ 'workOrderExtData'?: WorkOrderExtData;
99
+ /**
100
+ * 预计执行时间(分钟)
101
+ * @type {number}
102
+ * @memberof ExplorationWorkOrderDetailsDto
103
+ */
104
+ 'estimateExecutionTime'?: number;
105
+ /**
106
+ * 是否超时
107
+ * @type {boolean}
108
+ * @memberof ExplorationWorkOrderDetailsDto
109
+ */
110
+ 'isTimeOut'?: boolean;
111
+ /**
112
+ *
113
+ * @type {WorkOrderSpaceDto}
114
+ * @memberof ExplorationWorkOrderDetailsDto
115
+ */
116
+ 'space'?: WorkOrderSpaceDto;
117
+ /**
118
+ * 设备详情
119
+ * @type {Array<WorkOrderEquipmentDto>}
120
+ * @memberof ExplorationWorkOrderDetailsDto
121
+ */
122
+ 'equipments'?: Array<WorkOrderEquipmentDto>;
123
+ }
@@ -0,0 +1,111 @@
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 { ExplorationWorkOrderTypeEnum } from './exploration-work-order-type-enum';
13
+ import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
14
+ /**
15
+ * 勘探工单
16
+ * @export
17
+ * @interface ExplorationWorkOrderInfo
18
+ */
19
+ export interface ExplorationWorkOrderInfo {
20
+ /**
21
+ * 问题单号
22
+ * @type {string}
23
+ * @memberof ExplorationWorkOrderInfo
24
+ */
25
+ 'issueNo'?: string;
26
+ /**
27
+ *
28
+ * @type {ExplorationWorkOrderTypeEnum}
29
+ * @memberof ExplorationWorkOrderInfo
30
+ */
31
+ 'explorationType'?: ExplorationWorkOrderTypeEnum;
32
+ /**
33
+ * 问题时间
34
+ * @type {string}
35
+ * @memberof ExplorationWorkOrderInfo
36
+ */
37
+ 'issueTime'?: string;
38
+ /**
39
+ *
40
+ * @type {WorkOrderIssueTypeEnum}
41
+ * @memberof ExplorationWorkOrderInfo
42
+ */
43
+ 'issueType'?: WorkOrderIssueTypeEnum;
44
+ /**
45
+ * 问题描述
46
+ * @type {string}
47
+ * @memberof ExplorationWorkOrderInfo
48
+ */
49
+ 'issueDesc'?: string;
50
+ /**
51
+ * 问题设备ID
52
+ * @type {number}
53
+ * @memberof ExplorationWorkOrderInfo
54
+ */
55
+ 'issueEquipmentId'?: number;
56
+ /**
57
+ * 问题空间ID
58
+ * @type {number}
59
+ * @memberof ExplorationWorkOrderInfo
60
+ */
61
+ 'issueSpaceId'?: number;
62
+ /**
63
+ * 风险类别
64
+ * @type {string}
65
+ * @memberof ExplorationWorkOrderInfo
66
+ */
67
+ 'riskCategory'?: string;
68
+ /**
69
+ * 勘探隐患等级
70
+ * @type {string}
71
+ * @memberof ExplorationWorkOrderInfo
72
+ */
73
+ 'hazardLevel'?: ExplorationWorkOrderInfoHazardLevelEnum;
74
+ /**
75
+ * 要求整改时间
76
+ * @type {string}
77
+ * @memberof ExplorationWorkOrderInfo
78
+ */
79
+ 'rectificationTime'?: string;
80
+ /**
81
+ * 隐患照片
82
+ * @type {Array<string>}
83
+ * @memberof ExplorationWorkOrderInfo
84
+ */
85
+ 'hazardPhotoUrls'?: Array<string>;
86
+ /**
87
+ * 原因描述
88
+ * @type {string}
89
+ * @memberof ExplorationWorkOrderInfo
90
+ */
91
+ 'reasonDescription'?: string;
92
+ /**
93
+ * 处理情况描述
94
+ * @type {string}
95
+ * @memberof ExplorationWorkOrderInfo
96
+ */
97
+ 'processDescription'?: string;
98
+ /**
99
+ * 整改图片
100
+ * @type {Array<string>}
101
+ * @memberof ExplorationWorkOrderInfo
102
+ */
103
+ 'rectificationImages'?: Array<string>;
104
+ }
105
+ export declare const ExplorationWorkOrderInfoHazardLevelEnum: {
106
+ readonly A: "A";
107
+ readonly B: "B";
108
+ readonly C: "C";
109
+ readonly D: "D";
110
+ };
111
+ export type ExplorationWorkOrderInfoHazardLevelEnum = typeof ExplorationWorkOrderInfoHazardLevelEnum[keyof typeof ExplorationWorkOrderInfoHazardLevelEnum];
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ExplorationWorkOrderInfoHazardLevelEnum = void 0;
17
+ exports.ExplorationWorkOrderInfoHazardLevelEnum = {
18
+ A: 'A',
19
+ B: 'B',
20
+ C: 'C',
21
+ D: 'D'
22
+ };
@@ -0,0 +1,36 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 勘探工单参数
14
+ * @export
15
+ * @interface ExplorationWorkOrderSubmitVo
16
+ */
17
+ export interface ExplorationWorkOrderSubmitVo {
18
+ /**
19
+ * 原因描述
20
+ * @type {string}
21
+ * @memberof ExplorationWorkOrderSubmitVo
22
+ */
23
+ 'reasonDescription'?: string;
24
+ /**
25
+ * 处理情况描述
26
+ * @type {string}
27
+ * @memberof ExplorationWorkOrderSubmitVo
28
+ */
29
+ 'processDescription'?: string;
30
+ /**
31
+ * 整改图片
32
+ * @type {Array<string>}
33
+ * @memberof ExplorationWorkOrderSubmitVo
34
+ */
35
+ 'rectificationImages'?: Array<string>;
36
+ }
@@ -0,0 +1,20 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 勘探类型
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const ExplorationWorkOrderTypeEnum: {
18
+ readonly InsuranceExploration: "INSURANCE_EXPLORATION";
19
+ };
20
+ export type ExplorationWorkOrderTypeEnum = typeof ExplorationWorkOrderTypeEnum[keyof typeof ExplorationWorkOrderTypeEnum];
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ExplorationWorkOrderTypeEnum = void 0;
17
+ /**
18
+ * 勘探类型
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.ExplorationWorkOrderTypeEnum = {
23
+ InsuranceExploration: 'INSURANCE_EXPLORATION'
24
+ };