@gizone/rrs-client 3.11.12-alpha.21 → 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 (221) hide show
  1. package/.openapi-generator/FILES +13 -18
  2. package/apis/access-api.ts +31 -31
  3. package/apis/app-auth-api.ts +13 -13
  4. package/apis/auth-api.ts +13 -13
  5. package/apis/calendar-api.ts +209 -231
  6. package/apis/common-api.ts +0 -192
  7. package/apis/message-api.ts +223 -201
  8. package/apis/setting-api.ts +243 -596
  9. package/apis/space-api.ts +329 -0
  10. package/apis/work-order-api.ts +214 -347
  11. package/dist/apis/access-api.d.ts +21 -21
  12. package/dist/apis/access-api.js +22 -22
  13. package/dist/apis/app-auth-api.d.ts +6 -6
  14. package/dist/apis/app-auth-api.js +11 -11
  15. package/dist/apis/auth-api.d.ts +6 -6
  16. package/dist/apis/auth-api.js +11 -11
  17. package/dist/apis/calendar-api.d.ts +123 -131
  18. package/dist/apis/calendar-api.js +164 -177
  19. package/dist/apis/common-api.d.ts +0 -102
  20. package/dist/apis/common-api.js +0 -144
  21. package/dist/apis/message-api.d.ts +125 -117
  22. package/dist/apis/message-api.js +171 -132
  23. package/dist/apis/setting-api.d.ts +144 -334
  24. package/dist/apis/setting-api.js +187 -433
  25. package/dist/apis/space-api.d.ts +159 -0
  26. package/dist/apis/space-api.js +272 -0
  27. package/dist/apis/work-order-api.d.ts +123 -197
  28. package/dist/apis/work-order-api.js +164 -245
  29. package/dist/esm/apis/access-api.d.ts +21 -21
  30. package/dist/esm/apis/access-api.js +22 -22
  31. package/dist/esm/apis/app-auth-api.d.ts +6 -6
  32. package/dist/esm/apis/app-auth-api.js +11 -11
  33. package/dist/esm/apis/auth-api.d.ts +6 -6
  34. package/dist/esm/apis/auth-api.js +11 -11
  35. package/dist/esm/apis/calendar-api.d.ts +123 -131
  36. package/dist/esm/apis/calendar-api.js +164 -177
  37. package/dist/esm/apis/common-api.d.ts +0 -102
  38. package/dist/esm/apis/common-api.js +0 -144
  39. package/dist/esm/apis/message-api.d.ts +125 -117
  40. package/dist/esm/apis/message-api.js +171 -132
  41. package/dist/esm/apis/setting-api.d.ts +144 -334
  42. package/dist/esm/apis/setting-api.js +187 -433
  43. package/dist/esm/apis/space-api.d.ts +159 -0
  44. package/dist/esm/apis/space-api.js +272 -0
  45. package/dist/esm/apis/work-order-api.d.ts +123 -197
  46. package/dist/esm/apis/work-order-api.js +164 -245
  47. package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
  48. package/dist/esm/models/file-dto.d.ts +3 -3
  49. package/dist/esm/models/get-user-wx200-response.d.ts +15 -15
  50. package/dist/esm/models/index.d.ts +13 -18
  51. package/dist/esm/models/index.js +13 -18
  52. package/dist/esm/models/inspection-item-bo.d.ts +10 -4
  53. package/dist/esm/models/inspection-point-item.d.ts +6 -18
  54. package/dist/{models/json-result-page-dto-sys-user-msg-dto.d.ts → esm/models/json-result-calendar-add-redis-list-vo.d.ts} +11 -11
  55. package/dist/esm/models/{json-result-sys-user-msg-dto.d.ts → json-result-page-dto-sys-user-msg-list-dto.d.ts} +11 -11
  56. package/dist/esm/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
  57. package/dist/{models/json-result-park-info-dto.d.ts → esm/models/json-result-sys-user-msg-do.d.ts} +11 -11
  58. package/dist/esm/models/maintenance-history-dto.d.ts +6 -0
  59. package/dist/esm/models/maintenance-history-dto.js +6 -0
  60. package/dist/{models/page-dto-sys-user-msg-dto.d.ts → esm/models/page-dto-sys-user-msg-list-dto.d.ts} +7 -7
  61. package/dist/esm/models/period-detail-resp.d.ts +6 -0
  62. package/dist/esm/models/period-detail-resp.js +6 -0
  63. package/dist/esm/models/plan-add-vo.d.ts +1 -1
  64. package/dist/esm/models/plan-edit-vo.d.ts +1 -1
  65. package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
  66. package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
  67. package/dist/esm/models/space-edit-before-and-after-dto.d.ts +31 -0
  68. package/dist/esm/models/space-edit-excel-dto.d.ts +78 -0
  69. package/dist/esm/models/sys-dept.d.ts +0 -6
  70. package/dist/esm/models/sys-user-msg-do.d.ts +90 -0
  71. package/dist/{models/sys-user-msg-dto.d.ts → esm/models/sys-user-msg-list-dto.d.ts} +28 -30
  72. package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +54 -0
  73. package/dist/esm/models/sys-user.d.ts +4 -4
  74. package/dist/esm/models/work-order-add-vo.d.ts +4 -23
  75. package/dist/esm/models/{system-user-msg-type-enum.d.ts → work-order-check-before-acceptance-adopt-vo.d.ts} +15 -6
  76. 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
  77. package/dist/esm/models/work-order-detail-dto.d.ts +6 -6
  78. package/dist/esm/models/work-order-detail-dto.js +6 -0
  79. package/dist/esm/models/work-order-inspection-detail-dto.d.ts +13 -1
  80. package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
  81. package/dist/esm/models/work-order-search-dto.d.ts +6 -0
  82. package/dist/esm/models/work-order-search-dto.js +6 -0
  83. package/dist/esm/models/work-order-type-enum.d.ts +1 -1
  84. package/dist/esm/models/work-order-type-enum.js +1 -1
  85. package/dist/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
  86. package/dist/models/file-dto.d.ts +3 -3
  87. package/dist/models/get-user-wx200-response.d.ts +15 -15
  88. package/dist/models/index.d.ts +13 -18
  89. package/dist/models/index.js +13 -18
  90. package/dist/models/inspection-item-bo.d.ts +10 -4
  91. package/dist/models/inspection-point-item.d.ts +6 -18
  92. package/dist/{esm/models/json-result-page-dto-sys-user-msg-dto.d.ts → models/json-result-calendar-add-redis-list-vo.d.ts} +11 -11
  93. package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +56 -0
  94. package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
  95. package/dist/{esm/models/json-result-park-info-dto.d.ts → models/json-result-sys-user-msg-do.d.ts} +11 -11
  96. package/dist/models/maintenance-history-dto.d.ts +6 -0
  97. package/dist/models/maintenance-history-dto.js +6 -0
  98. package/dist/{esm/models/page-dto-sys-user-msg-dto.d.ts → models/page-dto-sys-user-msg-list-dto.d.ts} +7 -7
  99. package/dist/models/period-detail-resp.d.ts +6 -0
  100. package/dist/models/period-detail-resp.js +6 -0
  101. package/dist/models/plan-add-vo.d.ts +1 -1
  102. package/dist/models/plan-edit-vo.d.ts +1 -1
  103. package/dist/models/plan-item-add-vo.d.ts +1 -1
  104. package/dist/models/plan-item-edit-vo.d.ts +1 -1
  105. package/dist/models/space-edit-before-and-after-dto.d.ts +31 -0
  106. package/dist/models/space-edit-excel-dto.d.ts +78 -0
  107. package/dist/models/sys-dept.d.ts +0 -6
  108. package/dist/models/sys-user-msg-do.d.ts +90 -0
  109. package/dist/{esm/models/sys-user-msg-dto.d.ts → models/sys-user-msg-list-dto.d.ts} +28 -30
  110. package/dist/models/sys-user-msg-search-list-vo.d.ts +54 -0
  111. package/dist/models/sys-user.d.ts +4 -4
  112. package/dist/models/work-order-add-vo.d.ts +4 -23
  113. package/dist/{esm/models/system-user-msg-type-enum.js → models/work-order-check-before-acceptance-adopt-vo.d.ts} +15 -7
  114. 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
  115. package/dist/models/work-order-detail-dto.d.ts +6 -6
  116. package/dist/models/work-order-detail-dto.js +6 -0
  117. package/dist/models/work-order-inspection-detail-dto.d.ts +13 -1
  118. package/dist/models/work-order-inspection-item-req.d.ts +3 -3
  119. package/dist/models/work-order-search-dto.d.ts +6 -0
  120. package/dist/models/work-order-search-dto.js +6 -0
  121. package/dist/models/work-order-type-enum.d.ts +1 -1
  122. package/dist/models/work-order-type-enum.js +1 -1
  123. package/models/{excel-import-result-dtocalendar-export-dto.ts → calendar-add-redis-list-vo.ts} +21 -9
  124. package/models/file-dto.ts +3 -3
  125. package/models/get-user-wx200-response.ts +15 -15
  126. package/models/index.ts +13 -18
  127. package/models/inspection-item-bo.ts +10 -4
  128. package/models/inspection-point-item.ts +6 -18
  129. package/models/{json-result-sys-user-msg-dto.ts → json-result-calendar-add-redis-list-vo.ts} +11 -11
  130. package/models/{json-result-page-dto-sys-user-msg-dto.ts → json-result-page-dto-sys-user-msg-list-dto.ts} +11 -11
  131. package/models/{json-result-work-order-dept-settings-entity.ts → json-result-space-edit-before-and-after-dto.ts} +11 -11
  132. package/models/{json-result-park-info-dto.ts → json-result-sys-user-msg-do.ts} +11 -11
  133. package/models/maintenance-history-dto.ts +6 -0
  134. package/models/{page-dto-sys-user-msg-dto.ts → page-dto-sys-user-msg-list-dto.ts} +7 -7
  135. package/models/period-detail-resp.ts +6 -0
  136. package/models/plan-add-vo.ts +1 -1
  137. package/models/plan-edit-vo.ts +1 -1
  138. package/models/plan-item-add-vo.ts +1 -1
  139. package/models/plan-item-edit-vo.ts +1 -1
  140. package/models/space-edit-before-and-after-dto.ts +39 -0
  141. package/models/space-edit-excel-dto.ts +84 -0
  142. package/models/sys-dept.ts +0 -6
  143. package/models/sys-user-msg-do.ts +96 -0
  144. package/models/{sys-user-msg-dto.ts → sys-user-msg-list-dto.ts} +28 -36
  145. package/models/sys-user-msg-search-list-vo.ts +60 -0
  146. package/models/sys-user.ts +4 -4
  147. package/models/work-order-add-vo.ts +4 -25
  148. package/models/{system-user-msg-type-enum.ts → work-order-check-before-acceptance-adopt-vo.ts} +15 -10
  149. package/models/{work-order-dept-settings-add-or-update-vo.ts → work-order-check-before-acceptance-no-vo.ts} +12 -12
  150. package/models/work-order-detail-dto.ts +6 -6
  151. package/models/work-order-inspection-detail-dto.ts +13 -1
  152. package/models/work-order-inspection-item-req.ts +3 -3
  153. package/models/work-order-search-dto.ts +6 -0
  154. package/models/work-order-type-enum.ts +1 -1
  155. package/package.json +1 -1
  156. package/dist/esm/models/dept-relation-dto.d.ts +0 -120
  157. package/dist/esm/models/dept-relation.d.ts +0 -84
  158. package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
  159. package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
  160. package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
  161. package/dist/esm/models/park-info-dto.d.ts +0 -85
  162. package/dist/esm/models/park-info-edit-vo.d.ts +0 -49
  163. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -23
  164. package/dist/esm/models/system-user-msg-source-type-enum.js +0 -24
  165. package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +0 -14
  166. package/dist/esm/models/work-order-dept-settings-entity.d.ts +0 -67
  167. package/dist/esm/models/work-order-dept-settings-entity.js +0 -14
  168. package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -26
  169. package/dist/esm/models/work-order-issue-type-enum.js +0 -27
  170. package/dist/models/dept-relation-dto.d.ts +0 -120
  171. package/dist/models/dept-relation.d.ts +0 -84
  172. package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
  173. package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
  174. package/dist/models/json-result-sys-user-msg-dto.d.ts +0 -56
  175. package/dist/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
  176. package/dist/models/park-info-dto.d.ts +0 -85
  177. package/dist/models/park-info-edit-vo.d.ts +0 -49
  178. package/dist/models/system-user-msg-source-type-enum.d.ts +0 -23
  179. package/dist/models/system-user-msg-source-type-enum.js +0 -27
  180. package/dist/models/system-user-msg-type-enum.d.ts +0 -21
  181. package/dist/models/system-user-msg-type-enum.js +0 -25
  182. package/dist/models/work-order-dept-settings-add-or-update-vo.js +0 -15
  183. package/dist/models/work-order-dept-settings-entity.d.ts +0 -67
  184. package/dist/models/work-order-dept-settings-entity.js +0 -15
  185. package/dist/models/work-order-issue-type-enum.d.ts +0 -26
  186. package/dist/models/work-order-issue-type-enum.js +0 -30
  187. package/models/dept-relation-dto.ts +0 -126
  188. package/models/dept-relation.ts +0 -90
  189. package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +0 -66
  190. package/models/json-result-list-work-order-dept-settings-entity.ts +0 -66
  191. package/models/park-info-dto.ts +0 -93
  192. package/models/park-info-edit-vo.ts +0 -57
  193. package/models/system-user-msg-source-type-enum.ts +0 -33
  194. package/models/work-order-dept-settings-entity.ts +0 -77
  195. package/models/work-order-issue-type-enum.ts +0 -36
  196. /package/dist/esm/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
  197. /package/dist/esm/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
  198. /package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
  199. /package/dist/esm/models/{json-result-excel-import-result-dtocalendar-export-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
  200. /package/dist/esm/models/{json-result-list-work-order-dept-settings-entity.js → json-result-sys-user-msg-do.js} +0 -0
  201. /package/dist/esm/models/{json-result-page-dto-sys-user-msg-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
  202. /package/dist/esm/models/{json-result-park-info-dto.js → space-edit-before-and-after-dto.js} +0 -0
  203. /package/dist/esm/models/{json-result-sys-user-msg-dto.js → space-edit-excel-dto.js} +0 -0
  204. /package/dist/esm/models/{json-result-work-order-dept-settings-entity.js → sys-user-msg-do.js} +0 -0
  205. /package/dist/esm/models/{page-dto-sys-user-msg-dto.js → sys-user-msg-list-dto.js} +0 -0
  206. /package/dist/esm/models/{park-info-dto.js → sys-user-msg-search-list-vo.js} +0 -0
  207. /package/dist/esm/models/{park-info-edit-vo.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
  208. /package/dist/esm/models/{sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
  209. /package/dist/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
  210. /package/dist/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
  211. /package/dist/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
  212. /package/dist/models/{json-result-excel-import-result-dtocalendar-export-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
  213. /package/dist/models/{json-result-list-work-order-dept-settings-entity.js → json-result-sys-user-msg-do.js} +0 -0
  214. /package/dist/models/{json-result-page-dto-sys-user-msg-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
  215. /package/dist/models/{json-result-park-info-dto.js → space-edit-before-and-after-dto.js} +0 -0
  216. /package/dist/models/{json-result-sys-user-msg-dto.js → space-edit-excel-dto.js} +0 -0
  217. /package/dist/models/{json-result-work-order-dept-settings-entity.js → sys-user-msg-do.js} +0 -0
  218. /package/dist/models/{page-dto-sys-user-msg-dto.js → sys-user-msg-list-dto.js} +0 -0
  219. /package/dist/models/{park-info-dto.js → sys-user-msg-search-list-vo.js} +0 -0
  220. /package/dist/models/{park-info-edit-vo.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
  221. /package/dist/models/{sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
@@ -1,15 +0,0 @@
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 });
@@ -1,67 +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 { WorkOrderTypeEnum } from './work-order-type-enum';
13
- /**
14
- * 返回数据,可以是任意类型的值
15
- * @export
16
- * @interface WorkOrderDeptSettingsEntity
17
- */
18
- export interface WorkOrderDeptSettingsEntity {
19
- /**
20
- *
21
- * @type {number}
22
- * @memberof WorkOrderDeptSettingsEntity
23
- */
24
- 'id'?: number;
25
- /**
26
- *
27
- * @type {WorkOrderTypeEnum}
28
- * @memberof WorkOrderDeptSettingsEntity
29
- */
30
- 'workOrderType'?: WorkOrderTypeEnum;
31
- /**
32
- * keyConfig
33
- * @type {string}
34
- * @memberof WorkOrderDeptSettingsEntity
35
- */
36
- 'keyConfig'?: string;
37
- /**
38
- * 部门id
39
- * @type {number}
40
- * @memberof WorkOrderDeptSettingsEntity
41
- */
42
- 'deptId'?: number;
43
- /**
44
- * 园区id
45
- * @type {number}
46
- * @memberof WorkOrderDeptSettingsEntity
47
- */
48
- 'parkId'?: number;
49
- /**
50
- * 创建时间
51
- * @type {string}
52
- * @memberof WorkOrderDeptSettingsEntity
53
- */
54
- 'createTime'?: string;
55
- /**
56
- * 更新时间
57
- * @type {string}
58
- * @memberof WorkOrderDeptSettingsEntity
59
- */
60
- 'updateTime'?: string;
61
- /**
62
- * 是否删除 1未删除 0删除
63
- * @type {number}
64
- * @memberof WorkOrderDeptSettingsEntity
65
- */
66
- 'isDelete'?: number;
67
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,26 +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
- * @enum {string}
16
- */
17
- export declare const WorkOrderIssueTypeEnum: {
18
- readonly FireIssue: "FIRE_ISSUE";
19
- readonly EnergyIssues: "ENERGY_ISSUES";
20
- readonly AccessIssue: "ACCESS_ISSUE";
21
- readonly SurveillanceIssues: "SURVEILLANCE_ISSUES";
22
- readonly HygieneAndGreeningIssue: "HYGIENE_AND_GREENING_ISSUE";
23
- readonly FacilityDamageIssue: "FACILITY_DAMAGE_ISSUE";
24
- readonly SecurityIssue: "SECURITY_ISSUE";
25
- };
26
- export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
@@ -1,30 +0,0 @@
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.WorkOrderIssueTypeEnum = void 0;
17
- /**
18
- * 工单问题类型
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.WorkOrderIssueTypeEnum = {
23
- FireIssue: 'FIRE_ISSUE',
24
- EnergyIssues: 'ENERGY_ISSUES',
25
- AccessIssue: 'ACCESS_ISSUE',
26
- SurveillanceIssues: 'SURVEILLANCE_ISSUES',
27
- HygieneAndGreeningIssue: 'HYGIENE_AND_GREENING_ISSUE',
28
- FacilityDamageIssue: 'FACILITY_DAMAGE_ISSUE',
29
- SecurityIssue: 'SECURITY_ISSUE'
30
- };
@@ -1,126 +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 DeptRelationDTO
21
- */
22
- export interface DeptRelationDTO {
23
- /**
24
- * 经度
25
- * @type {string}
26
- * @memberof DeptRelationDTO
27
- */
28
- 'longitude'?: string;
29
- /**
30
- * 纬度
31
- * @type {string}
32
- * @memberof DeptRelationDTO
33
- */
34
- 'latitude'?: string;
35
- /**
36
- * 园区地图
37
- * @type {string}
38
- * @memberof DeptRelationDTO
39
- */
40
- 'parkMap'?: string;
41
- /**
42
- * logo图标
43
- * @type {string}
44
- * @memberof DeptRelationDTO
45
- */
46
- 'deptLogo'?: string;
47
- /**
48
- * 平台
49
- * @type {string}
50
- * @memberof DeptRelationDTO
51
- */
52
- 'platform'?: string;
53
- /**
54
- * 所属中心
55
- * @type {string}
56
- * @memberof DeptRelationDTO
57
- */
58
- 'center'?: string;
59
- /**
60
- * 中心属性
61
- * @type {string}
62
- * @memberof DeptRelationDTO
63
- */
64
- 'centerAttribute'?: string;
65
- /**
66
- * 省
67
- * @type {string}
68
- * @memberof DeptRelationDTO
69
- */
70
- 'province'?: string;
71
- /**
72
- * 市
73
- * @type {string}
74
- * @memberof DeptRelationDTO
75
- */
76
- 'city'?: string;
77
- /**
78
- * 区
79
- * @type {string}
80
- * @memberof DeptRelationDTO
81
- */
82
- 'area'?: string;
83
- /**
84
- * 园区详细地址
85
- * @type {string}
86
- * @memberof DeptRelationDTO
87
- */
88
- 'parkAddress'?: string;
89
- /**
90
- * 合同开始时间
91
- * @type {string}
92
- * @memberof DeptRelationDTO
93
- */
94
- 'contractStartTime'?: string;
95
- /**
96
- * 合同结束时间
97
- * @type {string}
98
- * @memberof DeptRelationDTO
99
- */
100
- 'contractEndTime'?: string;
101
- /**
102
- * 合同面积
103
- * @type {number}
104
- * @memberof DeptRelationDTO
105
- */
106
- 'contractArea'?: number;
107
- /**
108
- * 空仓面积
109
- * @type {number}
110
- * @memberof DeptRelationDTO
111
- */
112
- 'emptyWarehouseArea'?: number;
113
- /**
114
- * 园区面积
115
- * @type {string}
116
- * @memberof DeptRelationDTO
117
- */
118
- 'parkArea'?: string;
119
- /**
120
- * 租售面积
121
- * @type {string}
122
- * @memberof DeptRelationDTO
123
- */
124
- 'parkRentalArea'?: string;
125
- }
126
-
@@ -1,90 +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 DeptRelation
21
- */
22
- export interface DeptRelation {
23
- /**
24
- * 平台
25
- * @type {string}
26
- * @memberof DeptRelation
27
- */
28
- 'platform': string;
29
- /**
30
- * 所属中心
31
- * @type {string}
32
- * @memberof DeptRelation
33
- */
34
- 'center': string;
35
- /**
36
- * 中心属性
37
- * @type {string}
38
- * @memberof DeptRelation
39
- */
40
- 'centerAttribute': string;
41
- /**
42
- * 省
43
- * @type {string}
44
- * @memberof DeptRelation
45
- */
46
- 'province': string;
47
- /**
48
- * 市
49
- * @type {string}
50
- * @memberof DeptRelation
51
- */
52
- 'city': string;
53
- /**
54
- * 区
55
- * @type {string}
56
- * @memberof DeptRelation
57
- */
58
- 'area': string;
59
- /**
60
- * 园区详细地址
61
- * @type {string}
62
- * @memberof DeptRelation
63
- */
64
- 'parkAddress': string;
65
- /**
66
- * 合同开始时间
67
- * @type {string}
68
- * @memberof DeptRelation
69
- */
70
- 'contractStartTime': string;
71
- /**
72
- * 合同结束时间
73
- * @type {string}
74
- * @memberof DeptRelation
75
- */
76
- 'contractEndTime': string;
77
- /**
78
- * 合同面积
79
- * @type {number}
80
- * @memberof DeptRelation
81
- */
82
- 'contractArea': number;
83
- /**
84
- * 空仓面积
85
- * @type {number}
86
- * @memberof DeptRelation
87
- */
88
- 'emptyWarehouseArea': number;
89
- }
90
-
@@ -1,66 +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 { ExcelImportResultDTOCalendarExportDto } from './excel-import-result-dtocalendar-export-dto';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface JsonResultExcelImportResultDTOCalendarExportDto
27
- */
28
- export interface JsonResultExcelImportResultDTOCalendarExportDto {
29
- /**
30
- * 错误码,0:成功,其他:失败
31
- * @type {number}
32
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
33
- */
34
- 'code'?: number;
35
- /**
36
- * 错误消息
37
- * @type {string}
38
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
39
- */
40
- 'msg'?: string;
41
- /**
42
- * 错误堆栈
43
- * @type {string}
44
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
45
- */
46
- 'stacks'?: string;
47
- /**
48
- *
49
- * @type {ExcelImportResultDTOCalendarExportDto}
50
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
51
- */
52
- 'data'?: ExcelImportResultDTOCalendarExportDto | null;
53
- /**
54
- *
55
- * @type {BaseErrorResult}
56
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
57
- */
58
- 'error'?: BaseErrorResult | null;
59
- /**
60
- * 日志追踪ID
61
- * @type {string}
62
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
63
- */
64
- 'traceId'?: string | null;
65
- }
66
-
@@ -1,66 +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 { WorkOrderDeptSettingsEntity } from './work-order-dept-settings-entity';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface JsonResultListWorkOrderDeptSettingsEntity
27
- */
28
- export interface JsonResultListWorkOrderDeptSettingsEntity {
29
- /**
30
- * 错误码,0:成功,其他:失败
31
- * @type {number}
32
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
33
- */
34
- 'code'?: number;
35
- /**
36
- * 错误消息
37
- * @type {string}
38
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
39
- */
40
- 'msg'?: string;
41
- /**
42
- * 错误堆栈
43
- * @type {string}
44
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
45
- */
46
- 'stacks'?: string;
47
- /**
48
- * 返回数据,可以是任意类型的值
49
- * @type {Array<WorkOrderDeptSettingsEntity>}
50
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
51
- */
52
- 'data'?: Array<WorkOrderDeptSettingsEntity> | null;
53
- /**
54
- *
55
- * @type {BaseErrorResult}
56
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
57
- */
58
- 'error'?: BaseErrorResult | null;
59
- /**
60
- * 日志追踪ID
61
- * @type {string}
62
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
63
- */
64
- 'traceId'?: string | null;
65
- }
66
-
@@ -1,93 +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 { DeptRelationDTO } from './dept-relation-dto';
19
-
20
- /**
21
- * 园区信息DTO
22
- * @export
23
- * @interface ParkInfoDTO
24
- */
25
- export interface ParkInfoDTO {
26
- /**
27
- * 园区名称
28
- * @type {string}
29
- * @memberof ParkInfoDTO
30
- */
31
- 'parkName'?: string;
32
- /**
33
- * 负责人ID
34
- * @type {number}
35
- * @memberof ParkInfoDTO
36
- */
37
- 'leaderUserId'?: number;
38
- /**
39
- * 负责人名称
40
- * @type {string}
41
- * @memberof ParkInfoDTO
42
- */
43
- 'leaderName'?: string;
44
- /**
45
- * 负责人电话
46
- * @type {string}
47
- * @memberof ParkInfoDTO
48
- */
49
- 'leaderPhone'?: string;
50
- /**
51
- * 负责人邮箱
52
- * @type {string}
53
- * @memberof ParkInfoDTO
54
- */
55
- 'email'?: string;
56
- /**
57
- * 父部门ID
58
- * @type {number}
59
- * @memberof ParkInfoDTO
60
- */
61
- 'parentId'?: number;
62
- /**
63
- * 父祖列表
64
- * @type {string}
65
- * @memberof ParkInfoDTO
66
- */
67
- 'ancestors'?: string;
68
- /**
69
- * 园区平面图
70
- * @type {string}
71
- * @memberof ParkInfoDTO
72
- */
73
- 'parkImageUrl'?: string;
74
- /**
75
- * 0:集团 1:大区 2:园区 3:部门
76
- * @type {number}
77
- * @memberof ParkInfoDTO
78
- */
79
- 'type'?: number;
80
- /**
81
- * 是否启用园区平面图
82
- * @type {boolean}
83
- * @memberof ParkInfoDTO
84
- */
85
- 'isEnableParkPlan'?: boolean;
86
- /**
87
- *
88
- * @type {DeptRelationDTO}
89
- * @memberof ParkInfoDTO
90
- */
91
- 'deptRelation'?: DeptRelationDTO;
92
- }
93
-
@@ -1,57 +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 { DeptRelation } from './dept-relation';
19
-
20
- /**
21
- * 园区信息编辑VO
22
- * @export
23
- * @interface ParkInfoEditVO
24
- */
25
- export interface ParkInfoEditVO {
26
- /**
27
- * 园区名称
28
- * @type {string}
29
- * @memberof ParkInfoEditVO
30
- */
31
- 'parkName': string;
32
- /**
33
- * 负责人ID
34
- * @type {number}
35
- * @memberof ParkInfoEditVO
36
- */
37
- 'leaderUserId'?: number;
38
- /**
39
- * 负责人名称
40
- * @type {string}
41
- * @memberof ParkInfoEditVO
42
- */
43
- 'leaderName'?: string;
44
- /**
45
- * 负责人电话
46
- * @type {string}
47
- * @memberof ParkInfoEditVO
48
- */
49
- 'leaderPhone'?: string;
50
- /**
51
- *
52
- * @type {DeptRelation}
53
- * @memberof ParkInfoEditVO
54
- */
55
- 'deptRelation': DeptRelation;
56
- }
57
-
@@ -1,33 +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
- * @enum {string}
21
- */
22
-
23
- export const SystemUserMsgSourceTypeEnum = {
24
- SystemNotice: 'SYSTEM_NOTICE',
25
- ReportForRepairWorkOrder: 'REPORT_FOR_REPAIR_WORK_ORDER',
26
- InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
27
- MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER'
28
- } as const;
29
-
30
- export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
31
-
32
-
33
-