@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,27 +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
- * @export
17
- * @enum {string}
18
- */
19
- export const WorkOrderIssueTypeEnum = {
20
- FireIssue: 'FIRE_ISSUE',
21
- EnergyIssues: 'ENERGY_ISSUES',
22
- AccessIssue: 'ACCESS_ISSUE',
23
- SurveillanceIssues: 'SURVEILLANCE_ISSUES',
24
- HygieneAndGreeningIssue: 'HYGIENE_AND_GREENING_ISSUE',
25
- FacilityDamageIssue: 'FACILITY_DAMAGE_ISSUE',
26
- SecurityIssue: 'SECURITY_ISSUE'
27
- };
@@ -1,120 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * 部门关联信息
14
- * @export
15
- * @interface DeptRelationDTO
16
- */
17
- export interface DeptRelationDTO {
18
- /**
19
- * 经度
20
- * @type {string}
21
- * @memberof DeptRelationDTO
22
- */
23
- 'longitude'?: string;
24
- /**
25
- * 纬度
26
- * @type {string}
27
- * @memberof DeptRelationDTO
28
- */
29
- 'latitude'?: string;
30
- /**
31
- * 园区地图
32
- * @type {string}
33
- * @memberof DeptRelationDTO
34
- */
35
- 'parkMap'?: string;
36
- /**
37
- * logo图标
38
- * @type {string}
39
- * @memberof DeptRelationDTO
40
- */
41
- 'deptLogo'?: string;
42
- /**
43
- * 平台
44
- * @type {string}
45
- * @memberof DeptRelationDTO
46
- */
47
- 'platform'?: string;
48
- /**
49
- * 所属中心
50
- * @type {string}
51
- * @memberof DeptRelationDTO
52
- */
53
- 'center'?: string;
54
- /**
55
- * 中心属性
56
- * @type {string}
57
- * @memberof DeptRelationDTO
58
- */
59
- 'centerAttribute'?: string;
60
- /**
61
- * 省
62
- * @type {string}
63
- * @memberof DeptRelationDTO
64
- */
65
- 'province'?: string;
66
- /**
67
- * 市
68
- * @type {string}
69
- * @memberof DeptRelationDTO
70
- */
71
- 'city'?: string;
72
- /**
73
- * 区
74
- * @type {string}
75
- * @memberof DeptRelationDTO
76
- */
77
- 'area'?: string;
78
- /**
79
- * 园区详细地址
80
- * @type {string}
81
- * @memberof DeptRelationDTO
82
- */
83
- 'parkAddress'?: string;
84
- /**
85
- * 合同开始时间
86
- * @type {string}
87
- * @memberof DeptRelationDTO
88
- */
89
- 'contractStartTime'?: string;
90
- /**
91
- * 合同结束时间
92
- * @type {string}
93
- * @memberof DeptRelationDTO
94
- */
95
- 'contractEndTime'?: string;
96
- /**
97
- * 合同面积
98
- * @type {number}
99
- * @memberof DeptRelationDTO
100
- */
101
- 'contractArea'?: number;
102
- /**
103
- * 空仓面积
104
- * @type {number}
105
- * @memberof DeptRelationDTO
106
- */
107
- 'emptyWarehouseArea'?: number;
108
- /**
109
- * 园区面积
110
- * @type {string}
111
- * @memberof DeptRelationDTO
112
- */
113
- 'parkArea'?: string;
114
- /**
115
- * 租售面积
116
- * @type {string}
117
- * @memberof DeptRelationDTO
118
- */
119
- 'parkRentalArea'?: string;
120
- }
@@ -1,84 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * 部门关联
14
- * @export
15
- * @interface DeptRelation
16
- */
17
- export interface DeptRelation {
18
- /**
19
- * 平台
20
- * @type {string}
21
- * @memberof DeptRelation
22
- */
23
- 'platform': string;
24
- /**
25
- * 所属中心
26
- * @type {string}
27
- * @memberof DeptRelation
28
- */
29
- 'center': string;
30
- /**
31
- * 中心属性
32
- * @type {string}
33
- * @memberof DeptRelation
34
- */
35
- 'centerAttribute': string;
36
- /**
37
- * 省
38
- * @type {string}
39
- * @memberof DeptRelation
40
- */
41
- 'province': string;
42
- /**
43
- * 市
44
- * @type {string}
45
- * @memberof DeptRelation
46
- */
47
- 'city': string;
48
- /**
49
- * 区
50
- * @type {string}
51
- * @memberof DeptRelation
52
- */
53
- 'area': string;
54
- /**
55
- * 园区详细地址
56
- * @type {string}
57
- * @memberof DeptRelation
58
- */
59
- 'parkAddress': string;
60
- /**
61
- * 合同开始时间
62
- * @type {string}
63
- * @memberof DeptRelation
64
- */
65
- 'contractStartTime': string;
66
- /**
67
- * 合同结束时间
68
- * @type {string}
69
- * @memberof DeptRelation
70
- */
71
- 'contractEndTime': string;
72
- /**
73
- * 合同面积
74
- * @type {number}
75
- * @memberof DeptRelation
76
- */
77
- 'contractArea': number;
78
- /**
79
- * 空仓面积
80
- * @type {number}
81
- * @memberof DeptRelation
82
- */
83
- 'emptyWarehouseArea': number;
84
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { BaseErrorResult } from './base-error-result';
13
- import type { ExcelImportResultDTOCalendarExportDto } from './excel-import-result-dtocalendar-export-dto';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultExcelImportResultDTOCalendarExportDto
18
- */
19
- export interface JsonResultExcelImportResultDTOCalendarExportDto {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
36
- */
37
- 'stacks'?: string;
38
- /**
39
- *
40
- * @type {ExcelImportResultDTOCalendarExportDto}
41
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
42
- */
43
- 'data'?: ExcelImportResultDTOCalendarExportDto | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultExcelImportResultDTOCalendarExportDto
54
- */
55
- 'traceId'?: string | null;
56
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { BaseErrorResult } from './base-error-result';
13
- import type { WorkOrderDeptSettingsEntity } from './work-order-dept-settings-entity';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultListWorkOrderDeptSettingsEntity
18
- */
19
- export interface JsonResultListWorkOrderDeptSettingsEntity {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
36
- */
37
- 'stacks'?: string;
38
- /**
39
- * 返回数据,可以是任意类型的值
40
- * @type {Array<WorkOrderDeptSettingsEntity>}
41
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
42
- */
43
- 'data'?: Array<WorkOrderDeptSettingsEntity> | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultListWorkOrderDeptSettingsEntity
54
- */
55
- 'traceId'?: string | null;
56
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { BaseErrorResult } from './base-error-result';
13
- import type { SysUserMsgDTO } from './sys-user-msg-dto';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultSysUserMsgDTO
18
- */
19
- export interface JsonResultSysUserMsgDTO {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultSysUserMsgDTO
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultSysUserMsgDTO
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultSysUserMsgDTO
36
- */
37
- 'stacks'?: string;
38
- /**
39
- *
40
- * @type {SysUserMsgDTO}
41
- * @memberof JsonResultSysUserMsgDTO
42
- */
43
- 'data'?: SysUserMsgDTO;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultSysUserMsgDTO
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultSysUserMsgDTO
54
- */
55
- 'traceId'?: string | null;
56
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { BaseErrorResult } from './base-error-result';
13
- import type { WorkOrderDeptSettingsEntity } from './work-order-dept-settings-entity';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultWorkOrderDeptSettingsEntity
18
- */
19
- export interface JsonResultWorkOrderDeptSettingsEntity {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultWorkOrderDeptSettingsEntity
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultWorkOrderDeptSettingsEntity
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultWorkOrderDeptSettingsEntity
36
- */
37
- 'stacks'?: string;
38
- /**
39
- *
40
- * @type {WorkOrderDeptSettingsEntity}
41
- * @memberof JsonResultWorkOrderDeptSettingsEntity
42
- */
43
- 'data'?: WorkOrderDeptSettingsEntity | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultWorkOrderDeptSettingsEntity
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultWorkOrderDeptSettingsEntity
54
- */
55
- 'traceId'?: string | null;
56
- }
@@ -1,85 +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 { DeptRelationDTO } from './dept-relation-dto';
13
- /**
14
- * 园区信息DTO
15
- * @export
16
- * @interface ParkInfoDTO
17
- */
18
- export interface ParkInfoDTO {
19
- /**
20
- * 园区名称
21
- * @type {string}
22
- * @memberof ParkInfoDTO
23
- */
24
- 'parkName'?: string;
25
- /**
26
- * 负责人ID
27
- * @type {number}
28
- * @memberof ParkInfoDTO
29
- */
30
- 'leaderUserId'?: number;
31
- /**
32
- * 负责人名称
33
- * @type {string}
34
- * @memberof ParkInfoDTO
35
- */
36
- 'leaderName'?: string;
37
- /**
38
- * 负责人电话
39
- * @type {string}
40
- * @memberof ParkInfoDTO
41
- */
42
- 'leaderPhone'?: string;
43
- /**
44
- * 负责人邮箱
45
- * @type {string}
46
- * @memberof ParkInfoDTO
47
- */
48
- 'email'?: string;
49
- /**
50
- * 父部门ID
51
- * @type {number}
52
- * @memberof ParkInfoDTO
53
- */
54
- 'parentId'?: number;
55
- /**
56
- * 父祖列表
57
- * @type {string}
58
- * @memberof ParkInfoDTO
59
- */
60
- 'ancestors'?: string;
61
- /**
62
- * 园区平面图
63
- * @type {string}
64
- * @memberof ParkInfoDTO
65
- */
66
- 'parkImageUrl'?: string;
67
- /**
68
- * 0:集团 1:大区 2:园区 3:部门
69
- * @type {number}
70
- * @memberof ParkInfoDTO
71
- */
72
- 'type'?: number;
73
- /**
74
- * 是否启用园区平面图
75
- * @type {boolean}
76
- * @memberof ParkInfoDTO
77
- */
78
- 'isEnableParkPlan'?: boolean;
79
- /**
80
- *
81
- * @type {DeptRelationDTO}
82
- * @memberof ParkInfoDTO
83
- */
84
- 'deptRelation'?: DeptRelationDTO;
85
- }
@@ -1,49 +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 { DeptRelation } from './dept-relation';
13
- /**
14
- * 园区信息编辑VO
15
- * @export
16
- * @interface ParkInfoEditVO
17
- */
18
- export interface ParkInfoEditVO {
19
- /**
20
- * 园区名称
21
- * @type {string}
22
- * @memberof ParkInfoEditVO
23
- */
24
- 'parkName': string;
25
- /**
26
- * 负责人ID
27
- * @type {number}
28
- * @memberof ParkInfoEditVO
29
- */
30
- 'leaderUserId'?: number;
31
- /**
32
- * 负责人名称
33
- * @type {string}
34
- * @memberof ParkInfoEditVO
35
- */
36
- 'leaderName'?: string;
37
- /**
38
- * 负责人电话
39
- * @type {string}
40
- * @memberof ParkInfoEditVO
41
- */
42
- 'leaderPhone'?: string;
43
- /**
44
- *
45
- * @type {DeptRelation}
46
- * @memberof ParkInfoEditVO
47
- */
48
- 'deptRelation': DeptRelation;
49
- }
@@ -1,23 +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 SystemUserMsgSourceTypeEnum: {
18
- readonly SystemNotice: "SYSTEM_NOTICE";
19
- readonly ReportForRepairWorkOrder: "REPORT_FOR_REPAIR_WORK_ORDER";
20
- readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
21
- readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
22
- };
23
- export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -1,27 +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.SystemUserMsgSourceTypeEnum = void 0;
17
- /**
18
- * 来源类型
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.SystemUserMsgSourceTypeEnum = {
23
- SystemNotice: 'SYSTEM_NOTICE',
24
- ReportForRepairWorkOrder: 'REPORT_FOR_REPAIR_WORK_ORDER',
25
- InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
26
- MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER'
27
- };
@@ -1,21 +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 SystemUserMsgTypeEnum: {
18
- readonly SystemNotice: "SYSTEM_NOTICE";
19
- readonly WorkOrder: "WORK_ORDER";
20
- };
21
- export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
@@ -1,25 +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.SystemUserMsgTypeEnum = void 0;
17
- /**
18
- *
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.SystemUserMsgTypeEnum = {
23
- SystemNotice: 'SYSTEM_NOTICE',
24
- WorkOrder: 'WORK_ORDER'
25
- };