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

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 +2 -21
  2. package/api.ts +0 -1
  3. package/apis/message-api.ts +178 -0
  4. package/apis/notification-api.ts +227 -133
  5. package/apis/open-api-api.ts +0 -214
  6. package/apis/setting-api.ts +0 -307
  7. package/apis/web-hook-api.ts +0 -182
  8. package/apis/work-order-api.ts +15 -450
  9. package/dist/api.d.ts +0 -1
  10. package/dist/api.js +0 -1
  11. package/dist/apis/message-api.d.ts +93 -0
  12. package/dist/apis/message-api.js +139 -0
  13. package/dist/apis/notification-api.d.ts +135 -90
  14. package/dist/apis/notification-api.js +174 -99
  15. package/dist/apis/open-api-api.d.ts +0 -110
  16. package/dist/apis/open-api-api.js +0 -156
  17. package/dist/apis/setting-api.d.ts +0 -166
  18. package/dist/apis/setting-api.js +0 -223
  19. package/dist/apis/web-hook-api.d.ts +0 -94
  20. package/dist/apis/web-hook-api.js +0 -140
  21. package/dist/apis/work-order-api.d.ts +6 -243
  22. package/dist/apis/work-order-api.js +15 -322
  23. package/dist/esm/api.d.ts +0 -1
  24. package/dist/esm/api.js +0 -1
  25. package/dist/esm/apis/message-api.d.ts +93 -0
  26. package/dist/esm/apis/message-api.js +140 -1
  27. package/dist/esm/apis/notification-api.d.ts +135 -90
  28. package/dist/esm/apis/notification-api.js +174 -99
  29. package/dist/esm/apis/open-api-api.d.ts +0 -110
  30. package/dist/esm/apis/open-api-api.js +0 -156
  31. package/dist/esm/apis/setting-api.d.ts +0 -166
  32. package/dist/esm/apis/setting-api.js +0 -223
  33. package/dist/esm/apis/web-hook-api.d.ts +0 -94
  34. package/dist/esm/apis/web-hook-api.js +0 -140
  35. package/dist/esm/apis/work-order-api.d.ts +6 -243
  36. package/dist/esm/apis/work-order-api.js +15 -322
  37. package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  38. package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
  39. package/dist/esm/models/index.d.ts +2 -20
  40. package/dist/esm/models/index.js +2 -20
  41. package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +1 -1
  42. package/dist/esm/models/inspection-standard-dto.d.ts +1 -1
  43. package/dist/esm/models/inspection-standard-entity.d.ts +1 -1
  44. package/dist/esm/models/login-type-enum.d.ts +0 -2
  45. package/dist/esm/models/login-type-enum.js +1 -3
  46. package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
  47. package/dist/esm/models/maintenance-standard-dto.d.ts +1 -1
  48. package/dist/esm/models/maintenance-standard-entity.d.ts +1 -1
  49. package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +0 -12
  50. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -6
  51. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -12
  52. package/dist/esm/models/notice-vo.d.ts +86 -0
  53. package/dist/esm/models/offline-alert-submit-vo.d.ts +0 -6
  54. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +0 -12
  55. package/dist/esm/models/offline-alert-work-order-vo.d.ts +0 -6
  56. package/dist/esm/models/park-info-dto.d.ts +0 -12
  57. package/dist/esm/models/period-detail-resp.d.ts +1 -7
  58. package/dist/esm/models/sys-post.d.ts +0 -6
  59. package/dist/esm/models/sys-role.d.ts +0 -6
  60. package/dist/esm/models/{notice-add-vo.d.ts → sys-user-msg-notice-add-vo.d.ts} +8 -8
  61. package/dist/esm/models/sys-user.d.ts +0 -13
  62. package/dist/esm/models/violation-work-order-add-vo.d.ts +0 -6
  63. package/dist/esm/models/violation-work-order-details-dto.d.ts +0 -12
  64. package/dist/esm/models/work-order-approval-vo.d.ts +0 -6
  65. package/dist/esm/models/work-order-detail-dto.d.ts +0 -6
  66. package/dist/esm/models/work-order-ext-data.d.ts +0 -7
  67. package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -2
  68. package/dist/esm/models/work-order-internal-status-enum.js +1 -3
  69. package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -2
  70. package/dist/esm/models/work-order-issue-type-enum.js +2 -3
  71. package/dist/esm/models/work-order-search-dto.d.ts +1 -13
  72. package/dist/esm/models/work-order-settings-type-enum.d.ts +0 -1
  73. package/dist/esm/models/work-order-settings-type-enum.js +1 -2
  74. package/dist/esm/models/work-order-status-enum.d.ts +1 -0
  75. package/dist/esm/models/work-order-status-enum.js +1 -0
  76. package/dist/esm/models/work-order-submit-vo.d.ts +0 -7
  77. package/dist/esm/models/work-order-type-enum.d.ts +0 -1
  78. package/dist/esm/models/work-order-type-enum.js +1 -2
  79. package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  80. package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
  81. package/dist/models/index.d.ts +2 -20
  82. package/dist/models/index.js +2 -20
  83. package/dist/models/inspection-standard-add-or-update-vo.d.ts +1 -1
  84. package/dist/models/inspection-standard-dto.d.ts +1 -1
  85. package/dist/models/inspection-standard-entity.d.ts +1 -1
  86. package/dist/models/login-type-enum.d.ts +0 -2
  87. package/dist/models/login-type-enum.js +1 -3
  88. package/dist/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
  89. package/dist/models/maintenance-standard-dto.d.ts +1 -1
  90. package/dist/models/maintenance-standard-entity.d.ts +1 -1
  91. package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +0 -12
  92. package/dist/models/network-monitor-repair-add-vo.d.ts +0 -6
  93. package/dist/models/network-monitor-repair-details-dto.d.ts +0 -12
  94. package/dist/models/notice-vo.d.ts +86 -0
  95. package/dist/models/offline-alert-submit-vo.d.ts +0 -6
  96. package/dist/models/offline-alert-work-order-details-dto.d.ts +0 -12
  97. package/dist/models/offline-alert-work-order-vo.d.ts +0 -6
  98. package/dist/models/park-info-dto.d.ts +0 -12
  99. package/dist/models/period-detail-resp.d.ts +1 -7
  100. package/dist/models/sys-post.d.ts +0 -6
  101. package/dist/models/sys-role.d.ts +0 -6
  102. package/dist/models/{notice-add-vo.d.ts → sys-user-msg-notice-add-vo.d.ts} +8 -8
  103. package/dist/models/sys-user.d.ts +0 -13
  104. package/dist/models/violation-work-order-add-vo.d.ts +0 -6
  105. package/dist/models/violation-work-order-details-dto.d.ts +0 -12
  106. package/dist/models/work-order-approval-vo.d.ts +0 -6
  107. package/dist/models/work-order-detail-dto.d.ts +0 -6
  108. package/dist/models/work-order-ext-data.d.ts +0 -7
  109. package/dist/models/work-order-internal-status-enum.d.ts +0 -2
  110. package/dist/models/work-order-internal-status-enum.js +1 -3
  111. package/dist/models/work-order-issue-type-enum.d.ts +1 -2
  112. package/dist/models/work-order-issue-type-enum.js +2 -3
  113. package/dist/models/work-order-search-dto.d.ts +1 -13
  114. package/dist/models/work-order-settings-type-enum.d.ts +0 -1
  115. package/dist/models/work-order-settings-type-enum.js +1 -2
  116. package/dist/models/work-order-status-enum.d.ts +1 -0
  117. package/dist/models/work-order-status-enum.js +1 -0
  118. package/dist/models/work-order-submit-vo.d.ts +0 -7
  119. package/dist/models/work-order-type-enum.d.ts +0 -1
  120. package/dist/models/work-order-type-enum.js +1 -2
  121. package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
  122. package/models/disaster-warning-standard-entity.ts +1 -1
  123. package/models/index.ts +2 -20
  124. package/models/inspection-standard-add-or-update-vo.ts +1 -1
  125. package/models/inspection-standard-dto.ts +1 -1
  126. package/models/inspection-standard-entity.ts +1 -1
  127. package/models/login-type-enum.ts +1 -3
  128. package/models/maintenance-standard-add-or-update-vo.ts +1 -1
  129. package/models/maintenance-standard-dto.ts +1 -1
  130. package/models/maintenance-standard-entity.ts +1 -1
  131. package/models/monitoring-coverage-alert-work-order-details-dto.ts +0 -12
  132. package/models/network-monitor-repair-add-vo.ts +0 -6
  133. package/models/network-monitor-repair-details-dto.ts +0 -12
  134. package/models/notice-vo.ts +90 -0
  135. package/models/offline-alert-submit-vo.ts +0 -6
  136. package/models/offline-alert-work-order-details-dto.ts +0 -12
  137. package/models/offline-alert-work-order-vo.ts +0 -6
  138. package/models/park-info-dto.ts +0 -12
  139. package/models/period-detail-resp.ts +1 -7
  140. package/models/sys-post.ts +0 -6
  141. package/models/sys-role.ts +0 -6
  142. package/models/{notice-add-vo.ts → sys-user-msg-notice-add-vo.ts} +8 -8
  143. package/models/sys-user.ts +0 -17
  144. package/models/violation-work-order-add-vo.ts +0 -6
  145. package/models/violation-work-order-details-dto.ts +0 -12
  146. package/models/work-order-approval-vo.ts +0 -6
  147. package/models/work-order-detail-dto.ts +0 -6
  148. package/models/work-order-ext-data.ts +0 -9
  149. package/models/work-order-internal-status-enum.ts +1 -3
  150. package/models/work-order-issue-type-enum.ts +2 -3
  151. package/models/work-order-search-dto.ts +1 -13
  152. package/models/work-order-settings-type-enum.ts +1 -2
  153. package/models/work-order-status-enum.ts +1 -0
  154. package/models/work-order-submit-vo.ts +0 -9
  155. package/models/work-order-type-enum.ts +1 -2
  156. package/package.json +1 -1
  157. package/apis/hwork-api.ts +0 -167
  158. package/dist/apis/hwork-api.d.ts +0 -96
  159. package/dist/apis/hwork-api.js +0 -145
  160. package/dist/esm/apis/hwork-api.d.ts +0 -96
  161. package/dist/esm/apis/hwork-api.js +0 -138
  162. package/dist/esm/models/exploration-work-order-details-dto.d.ts +0 -123
  163. package/dist/esm/models/exploration-work-order-info.d.ts +0 -111
  164. package/dist/esm/models/exploration-work-order-info.js +0 -19
  165. package/dist/esm/models/exploration-work-order-submit-vo.d.ts +0 -36
  166. package/dist/esm/models/exploration-work-order-type-enum.d.ts +0 -20
  167. package/dist/esm/models/exploration-work-order-type-enum.js +0 -21
  168. package/dist/esm/models/insurance-notice-vo.d.ts +0 -54
  169. package/dist/esm/models/insurance-notice-vo.js +0 -14
  170. package/dist/esm/models/insurance-work-order-issue-vo.d.ts +0 -86
  171. package/dist/esm/models/insurance-work-order-issue-vo.js +0 -19
  172. package/dist/esm/models/insurance-work-order-vo.d.ts +0 -37
  173. package/dist/esm/models/insurance-work-order-vo.js +0 -14
  174. package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +0 -62
  175. package/dist/esm/models/json-result-exploration-work-order-details-dto.js +0 -14
  176. package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +0 -62
  177. package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.js +0 -14
  178. package/dist/esm/models/json-result-notice-entity.d.ts +0 -62
  179. package/dist/esm/models/json-result-notice-entity.js +0 -14
  180. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +0 -62
  181. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.js +0 -14
  182. package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +0 -62
  183. package/dist/esm/models/json-result-work-order-issue-type-settings-entity.js +0 -14
  184. package/dist/esm/models/notice-add-vo.js +0 -14
  185. package/dist/esm/models/notice-entity.d.ts +0 -90
  186. package/dist/esm/models/notice-entity.js +0 -14
  187. package/dist/esm/models/open-api-equipment-list-dto.d.ts +0 -110
  188. package/dist/esm/models/open-api-equipment-list-dto.js +0 -14
  189. package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +0 -31
  190. package/dist/esm/models/page-dto-open-api-equipment-list-dto.js +0 -14
  191. package/dist/esm/models/user-source-enum.d.ts +0 -21
  192. package/dist/esm/models/user-source-enum.js +0 -22
  193. package/dist/esm/models/work-order-equipment-dto.d.ts +0 -36
  194. package/dist/esm/models/work-order-equipment-dto.js +0 -14
  195. package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +0 -44
  196. package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.js +0 -14
  197. package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +0 -68
  198. package/dist/esm/models/work-order-issue-type-settings-entity.js +0 -14
  199. package/dist/models/exploration-work-order-details-dto.d.ts +0 -123
  200. package/dist/models/exploration-work-order-info.d.ts +0 -111
  201. package/dist/models/exploration-work-order-info.js +0 -22
  202. package/dist/models/exploration-work-order-submit-vo.d.ts +0 -36
  203. package/dist/models/exploration-work-order-type-enum.d.ts +0 -20
  204. package/dist/models/exploration-work-order-type-enum.js +0 -24
  205. package/dist/models/insurance-notice-vo.d.ts +0 -54
  206. package/dist/models/insurance-notice-vo.js +0 -15
  207. package/dist/models/insurance-work-order-issue-vo.d.ts +0 -86
  208. package/dist/models/insurance-work-order-issue-vo.js +0 -22
  209. package/dist/models/insurance-work-order-vo.d.ts +0 -37
  210. package/dist/models/insurance-work-order-vo.js +0 -15
  211. package/dist/models/json-result-exploration-work-order-details-dto.d.ts +0 -62
  212. package/dist/models/json-result-exploration-work-order-details-dto.js +0 -15
  213. package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +0 -62
  214. package/dist/models/json-result-list-work-order-issue-type-settings-entity.js +0 -15
  215. package/dist/models/json-result-notice-entity.d.ts +0 -62
  216. package/dist/models/json-result-notice-entity.js +0 -15
  217. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +0 -62
  218. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.js +0 -15
  219. package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +0 -62
  220. package/dist/models/json-result-work-order-issue-type-settings-entity.js +0 -15
  221. package/dist/models/notice-add-vo.js +0 -15
  222. package/dist/models/notice-entity.d.ts +0 -90
  223. package/dist/models/notice-entity.js +0 -15
  224. package/dist/models/open-api-equipment-list-dto.d.ts +0 -110
  225. package/dist/models/open-api-equipment-list-dto.js +0 -15
  226. package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +0 -31
  227. package/dist/models/page-dto-open-api-equipment-list-dto.js +0 -15
  228. package/dist/models/user-source-enum.d.ts +0 -21
  229. package/dist/models/user-source-enum.js +0 -25
  230. package/dist/models/work-order-equipment-dto.d.ts +0 -36
  231. package/dist/models/work-order-equipment-dto.js +0 -15
  232. package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +0 -44
  233. package/dist/models/work-order-issue-type-settings-add-or-update-vo.js +0 -15
  234. package/dist/models/work-order-issue-type-settings-entity.d.ts +0 -68
  235. package/dist/models/work-order-issue-type-settings-entity.js +0 -15
  236. package/models/exploration-work-order-details-dto.ts +0 -149
  237. package/models/exploration-work-order-info.ts +0 -124
  238. package/models/exploration-work-order-submit-vo.ts +0 -42
  239. package/models/exploration-work-order-type-enum.ts +0 -30
  240. package/models/insurance-notice-vo.ts +0 -60
  241. package/models/insurance-work-order-issue-vo.ts +0 -97
  242. package/models/insurance-work-order-vo.ts +0 -45
  243. package/models/json-result-exploration-work-order-details-dto.ts +0 -72
  244. package/models/json-result-list-work-order-issue-type-settings-entity.ts +0 -72
  245. package/models/json-result-notice-entity.ts +0 -72
  246. package/models/json-result-page-dto-open-api-equipment-list-dto.ts +0 -72
  247. package/models/json-result-work-order-issue-type-settings-entity.ts +0 -72
  248. package/models/notice-entity.ts +0 -96
  249. package/models/open-api-equipment-list-dto.ts +0 -122
  250. package/models/page-dto-open-api-equipment-list-dto.ts +0 -39
  251. package/models/user-source-enum.ts +0 -31
  252. package/models/work-order-equipment-dto.ts +0 -42
  253. package/models/work-order-issue-type-settings-add-or-update-vo.ts +0 -56
  254. package/models/work-order-issue-type-settings-entity.ts +0 -80
  255. /package/dist/esm/models/{exploration-work-order-details-dto.js → notice-vo.js} +0 -0
  256. /package/dist/esm/models/{exploration-work-order-submit-vo.js → sys-user-msg-notice-add-vo.js} +0 -0
  257. /package/dist/models/{exploration-work-order-details-dto.js → notice-vo.js} +0 -0
  258. /package/dist/models/{exploration-work-order-submit-vo.js → sys-user-msg-notice-add-vo.js} +0 -0
@@ -1,60 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- * 保险通知参数
19
- * @export
20
- * @interface InsuranceNoticeVo
21
- */
22
- export interface InsuranceNoticeVo {
23
- /**
24
- * 园区编码
25
- * @type {string}
26
- * @memberof InsuranceNoticeVo
27
- */
28
- 'parkCode': string;
29
- /**
30
- * 考察时间
31
- * @type {string}
32
- * @memberof InsuranceNoticeVo
33
- */
34
- 'visitTime': string;
35
- /**
36
- * 考察内容
37
- * @type {string}
38
- * @memberof InsuranceNoticeVo
39
- */
40
- 'visitContent': string;
41
- /**
42
- * 联系人
43
- * @type {string}
44
- * @memberof InsuranceNoticeVo
45
- */
46
- 'contactName': string;
47
- /**
48
- * 联系电话
49
- * @type {string}
50
- * @memberof InsuranceNoticeVo
51
- */
52
- 'contactPhone': string;
53
- /**
54
- * 参与人员
55
- * @type {Array<string>}
56
- * @memberof InsuranceNoticeVo
57
- */
58
- 'participants': Array<string>;
59
- }
60
-
@@ -1,97 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
19
-
20
- /**
21
- * 问题
22
- * @export
23
- * @interface InsuranceWorkOrderIssueVo
24
- */
25
- export interface InsuranceWorkOrderIssueVo {
26
- /**
27
- * 问题单号
28
- * @type {string}
29
- * @memberof InsuranceWorkOrderIssueVo
30
- */
31
- 'issueNo': string;
32
- /**
33
- * 问题时间
34
- * @type {string}
35
- * @memberof InsuranceWorkOrderIssueVo
36
- */
37
- 'issueTime': string;
38
- /**
39
- *
40
- * @type {WorkOrderIssueTypeEnum}
41
- * @memberof InsuranceWorkOrderIssueVo
42
- */
43
- 'issueType': WorkOrderIssueTypeEnum;
44
- /**
45
- * 问题描述
46
- * @type {string}
47
- * @memberof InsuranceWorkOrderIssueVo
48
- */
49
- 'issueDesc': string;
50
- /**
51
- * 问题设备ID
52
- * @type {number}
53
- * @memberof InsuranceWorkOrderIssueVo
54
- */
55
- 'issueEquipmentId': number;
56
- /**
57
- * 问题空间ID
58
- * @type {number}
59
- * @memberof InsuranceWorkOrderIssueVo
60
- */
61
- 'issueSpaceId': number;
62
- /**
63
- * 风险类别
64
- * @type {string}
65
- * @memberof InsuranceWorkOrderIssueVo
66
- */
67
- 'riskCategory'?: string;
68
- /**
69
- * 勘探隐患等级
70
- * @type {string}
71
- * @memberof InsuranceWorkOrderIssueVo
72
- */
73
- 'hazardLevel': InsuranceWorkOrderIssueVoHazardLevelEnum;
74
- /**
75
- * 要求整改时间
76
- * @type {string}
77
- * @memberof InsuranceWorkOrderIssueVo
78
- */
79
- 'rectificationTime': string;
80
- /**
81
- * 隐患照片
82
- * @type {Array<string>}
83
- * @memberof InsuranceWorkOrderIssueVo
84
- */
85
- 'hazardPhotoUrls': Array<string>;
86
- }
87
-
88
- export const InsuranceWorkOrderIssueVoHazardLevelEnum = {
89
- A: 'A',
90
- B: 'B',
91
- C: 'C',
92
- D: 'D'
93
- } as const;
94
-
95
- export type InsuranceWorkOrderIssueVoHazardLevelEnum = typeof InsuranceWorkOrderIssueVoHazardLevelEnum[keyof typeof InsuranceWorkOrderIssueVoHazardLevelEnum];
96
-
97
-
@@ -1,45 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { InsuranceWorkOrderIssueVo } from './insurance-work-order-issue-vo';
19
-
20
- /**
21
- * 接收保险问题入参
22
- * @export
23
- * @interface InsuranceWorkOrderVo
24
- */
25
- export interface InsuranceWorkOrderVo {
26
- /**
27
- * 园区编码
28
- * @type {string}
29
- * @memberof InsuranceWorkOrderVo
30
- */
31
- 'parkCode': string;
32
- /**
33
- * 保险单号
34
- * @type {string}
35
- * @memberof InsuranceWorkOrderVo
36
- */
37
- 'insuranceNo': string;
38
- /**
39
- * 问题
40
- * @type {Array<InsuranceWorkOrderIssueVo>}
41
- * @memberof InsuranceWorkOrderVo
42
- */
43
- 'issues': Array<InsuranceWorkOrderIssueVo>;
44
- }
45
-
@@ -1,72 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { BaseErrorResult } from './base-error-result';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { ExplorationWorkOrderDetailsDto } from './exploration-work-order-details-dto';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface JsonResultExplorationWorkOrderDetailsDto
27
- */
28
- export interface JsonResultExplorationWorkOrderDetailsDto {
29
- /**
30
- * 错误码,0:成功,其他:失败
31
- * @type {number}
32
- * @memberof JsonResultExplorationWorkOrderDetailsDto
33
- */
34
- 'code'?: number;
35
- /**
36
- * 错误消息
37
- * @type {string}
38
- * @memberof JsonResultExplorationWorkOrderDetailsDto
39
- */
40
- 'msg'?: string;
41
- /**
42
- * 错误堆栈
43
- * @type {string}
44
- * @memberof JsonResultExplorationWorkOrderDetailsDto
45
- */
46
- 'stacks'?: string;
47
- /**
48
- *
49
- * @type {ExplorationWorkOrderDetailsDto}
50
- * @memberof JsonResultExplorationWorkOrderDetailsDto
51
- */
52
- 'data'?: ExplorationWorkOrderDetailsDto | null;
53
- /**
54
- *
55
- * @type {BaseErrorResult}
56
- * @memberof JsonResultExplorationWorkOrderDetailsDto
57
- */
58
- 'error'?: BaseErrorResult | null;
59
- /**
60
- * 日志追踪ID
61
- * @type {string}
62
- * @memberof JsonResultExplorationWorkOrderDetailsDto
63
- */
64
- 'traceId'?: string | null;
65
- /**
66
- * requestId
67
- * @type {string}
68
- * @memberof JsonResultExplorationWorkOrderDetailsDto
69
- */
70
- 'requestId'?: string | null;
71
- }
72
-
@@ -1,72 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { BaseErrorResult } from './base-error-result';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { WorkOrderIssueTypeSettingsEntity } from './work-order-issue-type-settings-entity';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface JsonResultListWorkOrderIssueTypeSettingsEntity
27
- */
28
- export interface JsonResultListWorkOrderIssueTypeSettingsEntity {
29
- /**
30
- * 错误码,0:成功,其他:失败
31
- * @type {number}
32
- * @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
33
- */
34
- 'code'?: number;
35
- /**
36
- * 错误消息
37
- * @type {string}
38
- * @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
39
- */
40
- 'msg'?: string;
41
- /**
42
- * 错误堆栈
43
- * @type {string}
44
- * @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
45
- */
46
- 'stacks'?: string;
47
- /**
48
- * 返回数据,可以是任意类型的值
49
- * @type {Array<WorkOrderIssueTypeSettingsEntity>}
50
- * @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
51
- */
52
- 'data'?: Array<WorkOrderIssueTypeSettingsEntity> | null;
53
- /**
54
- *
55
- * @type {BaseErrorResult}
56
- * @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
57
- */
58
- 'error'?: BaseErrorResult | null;
59
- /**
60
- * 日志追踪ID
61
- * @type {string}
62
- * @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
63
- */
64
- 'traceId'?: string | null;
65
- /**
66
- * requestId
67
- * @type {string}
68
- * @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
69
- */
70
- 'requestId'?: string | null;
71
- }
72
-
@@ -1,72 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { BaseErrorResult } from './base-error-result';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { NoticeEntity } from './notice-entity';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface JsonResultNoticeEntity
27
- */
28
- export interface JsonResultNoticeEntity {
29
- /**
30
- * 错误码,0:成功,其他:失败
31
- * @type {number}
32
- * @memberof JsonResultNoticeEntity
33
- */
34
- 'code'?: number;
35
- /**
36
- * 错误消息
37
- * @type {string}
38
- * @memberof JsonResultNoticeEntity
39
- */
40
- 'msg'?: string;
41
- /**
42
- * 错误堆栈
43
- * @type {string}
44
- * @memberof JsonResultNoticeEntity
45
- */
46
- 'stacks'?: string;
47
- /**
48
- *
49
- * @type {NoticeEntity}
50
- * @memberof JsonResultNoticeEntity
51
- */
52
- 'data'?: NoticeEntity | null;
53
- /**
54
- *
55
- * @type {BaseErrorResult}
56
- * @memberof JsonResultNoticeEntity
57
- */
58
- 'error'?: BaseErrorResult | null;
59
- /**
60
- * 日志追踪ID
61
- * @type {string}
62
- * @memberof JsonResultNoticeEntity
63
- */
64
- 'traceId'?: string | null;
65
- /**
66
- * requestId
67
- * @type {string}
68
- * @memberof JsonResultNoticeEntity
69
- */
70
- 'requestId'?: string | null;
71
- }
72
-
@@ -1,72 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { BaseErrorResult } from './base-error-result';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { PageDtoOpenApiEquipmentListDto } from './page-dto-open-api-equipment-list-dto';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface JsonResultPageDtoOpenApiEquipmentListDto
27
- */
28
- export interface JsonResultPageDtoOpenApiEquipmentListDto {
29
- /**
30
- * 错误码,0:成功,其他:失败
31
- * @type {number}
32
- * @memberof JsonResultPageDtoOpenApiEquipmentListDto
33
- */
34
- 'code'?: number;
35
- /**
36
- * 错误消息
37
- * @type {string}
38
- * @memberof JsonResultPageDtoOpenApiEquipmentListDto
39
- */
40
- 'msg'?: string;
41
- /**
42
- * 错误堆栈
43
- * @type {string}
44
- * @memberof JsonResultPageDtoOpenApiEquipmentListDto
45
- */
46
- 'stacks'?: string;
47
- /**
48
- *
49
- * @type {PageDtoOpenApiEquipmentListDto}
50
- * @memberof JsonResultPageDtoOpenApiEquipmentListDto
51
- */
52
- 'data'?: PageDtoOpenApiEquipmentListDto | null;
53
- /**
54
- *
55
- * @type {BaseErrorResult}
56
- * @memberof JsonResultPageDtoOpenApiEquipmentListDto
57
- */
58
- 'error'?: BaseErrorResult | null;
59
- /**
60
- * 日志追踪ID
61
- * @type {string}
62
- * @memberof JsonResultPageDtoOpenApiEquipmentListDto
63
- */
64
- 'traceId'?: string | null;
65
- /**
66
- * requestId
67
- * @type {string}
68
- * @memberof JsonResultPageDtoOpenApiEquipmentListDto
69
- */
70
- 'requestId'?: string | null;
71
- }
72
-
@@ -1,72 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { BaseErrorResult } from './base-error-result';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { WorkOrderIssueTypeSettingsEntity } from './work-order-issue-type-settings-entity';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface JsonResultWorkOrderIssueTypeSettingsEntity
27
- */
28
- export interface JsonResultWorkOrderIssueTypeSettingsEntity {
29
- /**
30
- * 错误码,0:成功,其他:失败
31
- * @type {number}
32
- * @memberof JsonResultWorkOrderIssueTypeSettingsEntity
33
- */
34
- 'code'?: number;
35
- /**
36
- * 错误消息
37
- * @type {string}
38
- * @memberof JsonResultWorkOrderIssueTypeSettingsEntity
39
- */
40
- 'msg'?: string;
41
- /**
42
- * 错误堆栈
43
- * @type {string}
44
- * @memberof JsonResultWorkOrderIssueTypeSettingsEntity
45
- */
46
- 'stacks'?: string;
47
- /**
48
- *
49
- * @type {WorkOrderIssueTypeSettingsEntity}
50
- * @memberof JsonResultWorkOrderIssueTypeSettingsEntity
51
- */
52
- 'data'?: WorkOrderIssueTypeSettingsEntity | null;
53
- /**
54
- *
55
- * @type {BaseErrorResult}
56
- * @memberof JsonResultWorkOrderIssueTypeSettingsEntity
57
- */
58
- 'error'?: BaseErrorResult | null;
59
- /**
60
- * 日志追踪ID
61
- * @type {string}
62
- * @memberof JsonResultWorkOrderIssueTypeSettingsEntity
63
- */
64
- 'traceId'?: string | null;
65
- /**
66
- * requestId
67
- * @type {string}
68
- * @memberof JsonResultWorkOrderIssueTypeSettingsEntity
69
- */
70
- 'requestId'?: string | null;
71
- }
72
-
@@ -1,96 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- * 返回数据,可以是任意类型的值
19
- * @export
20
- * @interface NoticeEntity
21
- */
22
- export interface NoticeEntity {
23
- /**
24
- * Id
25
- * @type {number}
26
- * @memberof NoticeEntity
27
- */
28
- 'id'?: number;
29
- /**
30
- * 标题
31
- * @type {string}
32
- * @memberof NoticeEntity
33
- */
34
- 'title'?: string;
35
- /**
36
- * 内容
37
- * @type {string}
38
- * @memberof NoticeEntity
39
- */
40
- 'content'?: string;
41
- /**
42
- * 发布人id
43
- * @type {number}
44
- * @memberof NoticeEntity
45
- */
46
- 'publisherUserId'?: number;
47
- /**
48
- * 发布人名称
49
- * @type {string}
50
- * @memberof NoticeEntity
51
- */
52
- 'publisherName'?: string;
53
- /**
54
- * 发布时间
55
- * @type {string}
56
- * @memberof NoticeEntity
57
- */
58
- 'publisherTime'?: string;
59
- /**
60
- * 园区Id
61
- * @type {number}
62
- * @memberof NoticeEntity
63
- */
64
- 'parkId'?: number;
65
- /**
66
- * 来源 1:园区发布 2:保险生成
67
- * @type {number}
68
- * @memberof NoticeEntity
69
- */
70
- 'source'?: number;
71
- /**
72
- * 来源ID
73
- * @type {string}
74
- * @memberof NoticeEntity
75
- */
76
- 'sourceId'?: string;
77
- /**
78
- * 创建时间
79
- * @type {string}
80
- * @memberof NoticeEntity
81
- */
82
- 'createTime'?: string;
83
- /**
84
- * 更新时间
85
- * @type {string}
86
- * @memberof NoticeEntity
87
- */
88
- 'updateTime'?: string;
89
- /**
90
- * 是否删除 0删除 1未删除
91
- * @type {number}
92
- * @memberof NoticeEntity
93
- */
94
- 'isDelete'?: number;
95
- }
96
-