@gizone/rrs-client 4.1.1-beta.157 → 4.1.2-alpha.168

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 (202) hide show
  1. package/.openapi-generator/FILES +14 -1
  2. package/README.md +2 -2
  3. package/api.ts +1 -0
  4. package/apis/offline-alert-work-order-controller-api.ts +149 -0
  5. package/apis/space-api.ts +4 -118
  6. package/apis/surveillance-api.ts +24 -24
  7. package/apis/work-order-api.ts +161 -89
  8. package/configuration.ts +1 -1
  9. package/dist/api.d.ts +1 -0
  10. package/dist/api.js +1 -0
  11. package/dist/apis/offline-alert-work-order-controller-api.d.ts +87 -0
  12. package/dist/apis/offline-alert-work-order-controller-api.js +138 -0
  13. package/dist/apis/space-api.d.ts +4 -65
  14. package/dist/apis/space-api.js +0 -81
  15. package/dist/apis/surveillance-api.d.ts +14 -14
  16. package/dist/apis/surveillance-api.js +18 -18
  17. package/dist/apis/work-order-api.d.ts +93 -70
  18. package/dist/apis/work-order-api.js +114 -69
  19. package/dist/configuration.js +1 -1
  20. package/dist/esm/api.d.ts +1 -0
  21. package/dist/esm/api.js +1 -0
  22. package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +87 -0
  23. package/dist/esm/apis/offline-alert-work-order-controller-api.js +131 -0
  24. package/dist/esm/apis/space-api.d.ts +4 -65
  25. package/dist/esm/apis/space-api.js +0 -81
  26. package/dist/esm/apis/surveillance-api.d.ts +14 -14
  27. package/dist/esm/apis/surveillance-api.js +18 -18
  28. package/dist/esm/apis/work-order-api.d.ts +93 -70
  29. package/dist/esm/apis/work-order-api.js +113 -68
  30. package/dist/esm/configuration.js +1 -1
  31. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
  32. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
  33. package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
  34. package/dist/esm/models/index.d.ts +13 -1
  35. package/dist/esm/models/index.js +13 -1
  36. package/dist/esm/models/ipage-access-vo.d.ts +4 -4
  37. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
  38. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
  39. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
  40. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +14 -0
  41. package/dist/esm/models/maintenance-history-dto.d.ts +4 -11
  42. package/dist/esm/models/maintenance-history-dto.js +1 -7
  43. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +6 -0
  44. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +17 -11
  45. package/dist/esm/models/network-monitor-repair-details-dto.js +1 -7
  46. package/dist/esm/models/offline-alert-device-vo.d.ts +30 -0
  47. package/dist/esm/models/offline-alert-device-vo.js +14 -0
  48. package/dist/esm/models/offline-alert-submit-vo.d.ts +43 -0
  49. package/dist/esm/models/offline-alert-submit-vo.js +14 -0
  50. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +91 -0
  51. package/dist/esm/models/offline-alert-work-order-details-dto.js +14 -0
  52. package/dist/esm/models/offline-alert-work-order-info.d.ts +72 -0
  53. package/dist/esm/models/offline-alert-work-order-info.js +21 -0
  54. package/dist/esm/models/offline-alert-work-order-vo.d.ts +43 -0
  55. package/dist/esm/models/offline-alert-work-order-vo.js +14 -0
  56. package/dist/esm/models/period-detail-resp.d.ts +4 -11
  57. package/dist/esm/models/period-detail-resp.js +0 -7
  58. package/dist/esm/models/result-code.d.ts +1 -0
  59. package/dist/esm/models/result-code.js +1 -0
  60. package/dist/esm/models/source-work-order-dto.d.ts +37 -0
  61. package/dist/esm/models/source-work-order-dto.js +14 -0
  62. package/dist/esm/models/space-add-excel-dto.d.ts +28 -10
  63. package/dist/esm/models/space-add-vo.d.ts +22 -9
  64. package/dist/esm/models/space-detail-dto.d.ts +16 -3
  65. package/dist/esm/models/space-edit-vo.d.ts +16 -3
  66. package/dist/esm/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
  67. package/dist/esm/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +1 -1
  68. package/dist/esm/models/space-tree-dto.d.ts +16 -3
  69. package/dist/esm/models/space-type-enum.d.ts +23 -0
  70. package/dist/esm/models/space-type-enum.js +24 -0
  71. package/dist/esm/models/space.d.ts +3 -3
  72. package/dist/esm/models/sync-device-unit-vo.d.ts +0 -12
  73. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
  74. package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
  75. package/dist/esm/models/violation-work-order-details-dto.d.ts +4 -11
  76. package/dist/esm/models/violation-work-order-details-dto.js +1 -7
  77. package/dist/esm/models/work-order-detail-dto.d.ts +4 -11
  78. package/dist/esm/models/work-order-detail-dto.js +0 -7
  79. package/dist/esm/models/work-order-ext-data.d.ts +7 -0
  80. package/dist/esm/models/work-order-internal-status-enum.d.ts +2 -0
  81. package/dist/esm/models/work-order-internal-status-enum.js +3 -1
  82. package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -0
  83. package/dist/esm/models/work-order-issue-type-enum.js +11 -1
  84. package/dist/esm/models/work-order-report-vo.d.ts +8 -1
  85. package/dist/esm/models/work-order-search-dto.d.ts +10 -11
  86. package/dist/esm/models/work-order-search-dto.js +0 -7
  87. package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
  88. package/dist/esm/models/work-order-settings-type-enum.js +2 -1
  89. package/dist/esm/models/work-order-source-enum.d.ts +1 -1
  90. package/dist/esm/models/work-order-source-enum.js +1 -1
  91. package/dist/esm/models/work-order-status-enum.d.ts +24 -0
  92. package/dist/esm/models/work-order-status-enum.js +25 -0
  93. package/dist/esm/models/work-order-submit-vo.d.ts +25 -0
  94. package/dist/esm/models/work-order-submit-vo.js +14 -0
  95. package/dist/esm/models/work-order-type-enum.d.ts +1 -0
  96. package/dist/esm/models/work-order-type-enum.js +2 -1
  97. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
  98. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
  99. package/dist/models/get-user-wx200-response.d.ts +10 -10
  100. package/dist/models/index.d.ts +13 -1
  101. package/dist/models/index.js +13 -1
  102. package/dist/models/ipage-access-vo.d.ts +4 -4
  103. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
  104. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
  105. package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
  106. package/dist/models/json-result-offline-alert-work-order-details-dto.js +15 -0
  107. package/dist/models/maintenance-history-dto.d.ts +4 -11
  108. package/dist/models/maintenance-history-dto.js +0 -8
  109. package/dist/models/network-monitor-repair-add-vo.d.ts +6 -0
  110. package/dist/models/network-monitor-repair-details-dto.d.ts +17 -11
  111. package/dist/models/network-monitor-repair-details-dto.js +0 -8
  112. package/dist/models/offline-alert-device-vo.d.ts +30 -0
  113. package/dist/models/offline-alert-device-vo.js +15 -0
  114. package/dist/models/offline-alert-submit-vo.d.ts +43 -0
  115. package/dist/models/offline-alert-submit-vo.js +15 -0
  116. package/dist/models/offline-alert-work-order-details-dto.d.ts +91 -0
  117. package/dist/models/offline-alert-work-order-details-dto.js +15 -0
  118. package/dist/models/offline-alert-work-order-info.d.ts +72 -0
  119. package/dist/models/offline-alert-work-order-info.js +24 -0
  120. package/dist/models/offline-alert-work-order-vo.d.ts +43 -0
  121. package/dist/models/offline-alert-work-order-vo.js +15 -0
  122. package/dist/models/period-detail-resp.d.ts +4 -11
  123. package/dist/models/period-detail-resp.js +1 -8
  124. package/dist/models/result-code.d.ts +1 -0
  125. package/dist/models/result-code.js +1 -0
  126. package/dist/models/source-work-order-dto.d.ts +37 -0
  127. package/dist/models/source-work-order-dto.js +15 -0
  128. package/dist/models/space-add-excel-dto.d.ts +28 -10
  129. package/dist/models/space-add-vo.d.ts +22 -9
  130. package/dist/models/space-detail-dto.d.ts +16 -3
  131. package/dist/models/space-edit-vo.d.ts +16 -3
  132. package/dist/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
  133. package/dist/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +2 -2
  134. package/dist/models/space-tree-dto.d.ts +16 -3
  135. package/dist/models/space-type-enum.d.ts +23 -0
  136. package/dist/models/space-type-enum.js +27 -0
  137. package/dist/models/space.d.ts +3 -3
  138. package/dist/models/sync-device-unit-vo.d.ts +0 -12
  139. package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
  140. package/dist/models/system-user-msg-source-type-enum.js +2 -1
  141. package/dist/models/violation-work-order-details-dto.d.ts +4 -11
  142. package/dist/models/violation-work-order-details-dto.js +0 -8
  143. package/dist/models/work-order-detail-dto.d.ts +4 -11
  144. package/dist/models/work-order-detail-dto.js +1 -8
  145. package/dist/models/work-order-ext-data.d.ts +7 -0
  146. package/dist/models/work-order-internal-status-enum.d.ts +2 -0
  147. package/dist/models/work-order-internal-status-enum.js +3 -1
  148. package/dist/models/work-order-issue-type-enum.d.ts +10 -0
  149. package/dist/models/work-order-issue-type-enum.js +11 -1
  150. package/dist/models/work-order-report-vo.d.ts +8 -1
  151. package/dist/models/work-order-search-dto.d.ts +10 -11
  152. package/dist/models/work-order-search-dto.js +1 -8
  153. package/dist/models/work-order-settings-type-enum.d.ts +1 -0
  154. package/dist/models/work-order-settings-type-enum.js +2 -1
  155. package/dist/models/work-order-source-enum.d.ts +1 -1
  156. package/dist/models/work-order-source-enum.js +1 -1
  157. package/dist/models/work-order-status-enum.d.ts +24 -0
  158. package/dist/models/work-order-status-enum.js +28 -0
  159. package/dist/models/work-order-submit-vo.d.ts +25 -0
  160. package/dist/models/work-order-submit-vo.js +15 -0
  161. package/dist/models/work-order-type-enum.d.ts +1 -0
  162. package/dist/models/work-order-type-enum.js +2 -1
  163. package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +51 -0
  164. package/models/get-user-wx200-response.ts +10 -10
  165. package/models/index.ts +13 -1
  166. package/models/ipage-access-vo.ts +4 -4
  167. package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +72 -0
  168. package/models/json-result-offline-alert-work-order-details-dto.ts +72 -0
  169. package/models/maintenance-history-dto.ts +6 -12
  170. package/models/network-monitor-repair-add-vo.ts +6 -0
  171. package/models/network-monitor-repair-details-dto.ts +21 -12
  172. package/models/offline-alert-device-vo.ts +36 -0
  173. package/models/offline-alert-submit-vo.ts +53 -0
  174. package/models/offline-alert-work-order-details-dto.ts +113 -0
  175. package/models/offline-alert-work-order-info.ts +86 -0
  176. package/models/offline-alert-work-order-vo.ts +53 -0
  177. package/models/period-detail-resp.ts +6 -12
  178. package/models/result-code.ts +1 -0
  179. package/models/source-work-order-dto.ts +47 -0
  180. package/models/space-add-excel-dto.ts +28 -10
  181. package/models/space-add-vo.ts +24 -9
  182. package/models/space-detail-dto.ts +18 -3
  183. package/models/space-edit-vo.ts +18 -3
  184. package/models/{space-industry-attribute.ts → space-industry-attribute-enum.ts} +2 -2
  185. package/models/space-tree-dto.ts +18 -3
  186. package/models/space-type-enum.ts +33 -0
  187. package/models/space.ts +3 -3
  188. package/models/sync-device-unit-vo.ts +0 -12
  189. package/models/system-user-msg-source-type-enum.ts +2 -1
  190. package/models/violation-work-order-details-dto.ts +6 -12
  191. package/models/work-order-detail-dto.ts +6 -12
  192. package/models/work-order-ext-data.ts +9 -0
  193. package/models/work-order-internal-status-enum.ts +3 -1
  194. package/models/work-order-issue-type-enum.ts +11 -1
  195. package/models/work-order-report-vo.ts +10 -1
  196. package/models/work-order-search-dto.ts +12 -12
  197. package/models/work-order-settings-type-enum.ts +2 -1
  198. package/models/work-order-source-enum.ts +1 -1
  199. package/models/work-order-status-enum.ts +34 -0
  200. package/models/work-order-submit-vo.ts +33 -0
  201. package/models/work-order-type-enum.ts +2 -1
  202. package/package.json +1 -1
@@ -21,6 +21,7 @@ import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-e
21
21
  import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
22
22
  import type { WorkOrderLiabilityPartyEnum } from './work-order-liability-party-enum';
23
23
  import type { WorkOrderSourceEnum } from './work-order-source-enum';
24
+ import type { WorkOrderStatusEnum } from './work-order-status-enum';
24
25
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
25
26
  /**
26
27
  * 即时工单详情出参
@@ -53,11 +54,11 @@ export interface WorkOrderDetailDTO {
53
54
  */
54
55
  'workOrderType'?: WorkOrderTypeEnum;
55
56
  /**
56
- * 工单状态
57
- * @type {string}
57
+ *
58
+ * @type {WorkOrderStatusEnum}
58
59
  * @memberof WorkOrderDetailDTO
59
60
  */
60
- 'workOrderStatus'?: WorkOrderDetailDTOWorkOrderStatusEnum;
61
+ 'workOrderStatus'?: WorkOrderStatusEnum;
61
62
  /**
62
63
  * 发起时间
63
64
  * @type {string}
@@ -341,14 +342,6 @@ export interface WorkOrderDetailDTO {
341
342
  */
342
343
  'equipments'?: Array<Equipment>;
343
344
  }
344
- export declare const WorkOrderDetailDTOWorkOrderStatusEnum: {
345
- readonly Pending: "PENDING";
346
- readonly InProgress: "IN_PROGRESS";
347
- readonly Completed: "COMPLETED";
348
- readonly Overdue: "OVERDUE";
349
- readonly Closed: "CLOSED";
350
- };
351
- export type WorkOrderDetailDTOWorkOrderStatusEnum = typeof WorkOrderDetailDTOWorkOrderStatusEnum[keyof typeof WorkOrderDetailDTOWorkOrderStatusEnum];
352
345
  export declare const WorkOrderDetailDTOSamplingResultsEnum: {
353
346
  readonly Zero: "ZERO";
354
347
  readonly One: "ONE";
@@ -11,13 +11,6 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export const WorkOrderDetailDTOWorkOrderStatusEnum = {
15
- Pending: 'PENDING',
16
- InProgress: 'IN_PROGRESS',
17
- Completed: 'COMPLETED',
18
- Overdue: 'OVERDUE',
19
- Closed: 'CLOSED'
20
- };
21
14
  export const WorkOrderDetailDTOSamplingResultsEnum = {
22
15
  Zero: 'ZERO',
23
16
  One: 'ONE',
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { NetworkRepairInfo } from './network-repair-info';
13
+ import type { OfflineAlertWorkOrderInfo } from './offline-alert-work-order-info';
13
14
  import type { ViolationWorkOrderInfo } from './violation-work-order-info';
14
15
  /**
15
16
  * 工单扩展数据
@@ -29,4 +30,10 @@ export interface WorkOrderExtData {
29
30
  * @memberof WorkOrderExtData
30
31
  */
31
32
  'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
33
+ /**
34
+ *
35
+ * @type {OfflineAlertWorkOrderInfo}
36
+ * @memberof WorkOrderExtData
37
+ */
38
+ 'offlineAlertWorkOrderInfo'?: OfflineAlertWorkOrderInfo;
32
39
  }
@@ -25,5 +25,7 @@ export declare const WorkOrderInternalStatusEnum: {
25
25
  readonly ViolationWorkOrderInProgressLevelOne: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
26
26
  readonly ViolationWorkOrderInProgressLevelTwo: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
27
27
  readonly ViolationWorkOrderInProgressLevelThree: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
28
+ readonly OfflineAlertWorkOrderInProgressLevelOne: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
29
+ readonly OfflineAlertWorkOrderInProgressLevelTwo: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
28
30
  };
29
31
  export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
@@ -26,5 +26,7 @@ export const WorkOrderInternalStatusEnum = {
26
26
  NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
27
27
  ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
28
28
  ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
29
- ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
29
+ ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
30
+ OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
31
+ OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
30
32
  };
@@ -31,5 +31,15 @@ export declare const WorkOrderIssueTypeEnum: {
31
31
  readonly LoadingQualityIssue: "LOADING_QUALITY_ISSUE";
32
32
  readonly ClaimRecovery: "CLAIM_RECOVERY";
33
33
  readonly Operations: "OPERATIONS";
34
+ readonly PowerOutage: "POWER_OUTAGE";
35
+ readonly LineReconstruction: "LINE_RECONSTRUCTION";
36
+ readonly OfficeRenovation: "OFFICE_RENOVATION";
37
+ readonly ParkConstruction: "PARK_CONSTRUCTION";
38
+ readonly MoveWarehouse: "MOVE_WAREHOUSE";
39
+ readonly RemoveWarehouse: "REMOVE_WAREHOUSE";
40
+ readonly NetworkJumperDamage: "NETWORK_JUMPER_DAMAGE";
41
+ readonly CrystalHeadDamage: "CRYSTAL_HEAD_DAMAGE";
42
+ readonly OpticalJumperDamage: "OPTICAL_JUMPER_DAMAGE";
43
+ readonly NeedOnsiteTechSupport: "NEED_ONSITE_TECH_SUPPORT";
34
44
  };
35
45
  export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
@@ -32,5 +32,15 @@ export const WorkOrderIssueTypeEnum = {
32
32
  TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
33
33
  LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
34
34
  ClaimRecovery: 'CLAIM_RECOVERY',
35
- Operations: 'OPERATIONS'
35
+ Operations: 'OPERATIONS',
36
+ PowerOutage: 'POWER_OUTAGE',
37
+ LineReconstruction: 'LINE_RECONSTRUCTION',
38
+ OfficeRenovation: 'OFFICE_RENOVATION',
39
+ ParkConstruction: 'PARK_CONSTRUCTION',
40
+ MoveWarehouse: 'MOVE_WAREHOUSE',
41
+ RemoveWarehouse: 'REMOVE_WAREHOUSE',
42
+ NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
43
+ CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
44
+ OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
45
+ NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
36
46
  };
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { OfflineAlertWorkOrderVo } from './offline-alert-work-order-vo';
12
13
  import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
13
14
  /**
14
15
  * 工单上报
@@ -27,5 +28,11 @@ export interface WorkOrderReportVo {
27
28
  * @type {number}
28
29
  * @memberof WorkOrderReportVo
29
30
  */
30
- 'handlerUserId': number;
31
+ 'handlerUserId'?: number;
32
+ /**
33
+ *
34
+ * @type {OfflineAlertWorkOrderVo}
35
+ * @memberof WorkOrderReportVo
36
+ */
37
+ 'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
31
38
  }
@@ -13,6 +13,7 @@ import type { WorkOrderDeptDTO } from './work-order-dept-dto';
13
13
  import type { WorkOrderExtData } from './work-order-ext-data';
14
14
  import type { WorkOrderHandlerDto } from './work-order-handler-dto';
15
15
  import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
16
+ import type { WorkOrderStatusEnum } from './work-order-status-enum';
16
17
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
17
18
  /**
18
19
  * 工单查询DTO
@@ -75,11 +76,11 @@ export interface WorkOrderSearchDTO {
75
76
  */
76
77
  'handlerUserName'?: string;
77
78
  /**
78
- * 工单状态
79
- * @type {string}
79
+ *
80
+ * @type {WorkOrderStatusEnum}
80
81
  * @memberof WorkOrderSearchDTO
81
82
  */
82
- 'workOrderStatus'?: WorkOrderSearchDTOWorkOrderStatusEnum;
83
+ 'workOrderStatus'?: WorkOrderStatusEnum;
83
84
  /**
84
85
  * 处理人联系方式
85
86
  * @type {string}
@@ -128,15 +129,13 @@ export interface WorkOrderSearchDTO {
128
129
  * @memberof WorkOrderSearchDTO
129
130
  */
130
131
  'handler'?: WorkOrderHandlerDto;
132
+ /**
133
+ * 结束时间
134
+ * @type {string}
135
+ * @memberof WorkOrderSearchDTO
136
+ */
137
+ 'finishTime'?: string;
131
138
  }
132
- export declare const WorkOrderSearchDTOWorkOrderStatusEnum: {
133
- readonly Pending: "PENDING";
134
- readonly InProgress: "IN_PROGRESS";
135
- readonly Completed: "COMPLETED";
136
- readonly Overdue: "OVERDUE";
137
- readonly Closed: "CLOSED";
138
- };
139
- export type WorkOrderSearchDTOWorkOrderStatusEnum = typeof WorkOrderSearchDTOWorkOrderStatusEnum[keyof typeof WorkOrderSearchDTOWorkOrderStatusEnum];
140
139
  export declare const WorkOrderSearchDTOSamplingResultsEnum: {
141
140
  readonly Zero: "ZERO";
142
141
  readonly One: "ONE";
@@ -11,13 +11,6 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export const WorkOrderSearchDTOWorkOrderStatusEnum = {
15
- Pending: 'PENDING',
16
- InProgress: 'IN_PROGRESS',
17
- Completed: 'COMPLETED',
18
- Overdue: 'OVERDUE',
19
- Closed: 'CLOSED'
20
- };
21
14
  export const WorkOrderSearchDTOSamplingResultsEnum = {
22
15
  Zero: 'ZERO',
23
16
  One: 'ONE',
@@ -21,5 +21,6 @@ export declare const WorkOrderSettingsTypeEnum: {
21
21
  readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
22
22
  readonly NetworkMonitorRepairWorkOrder: "NETWORK_MONITOR_REPAIR_WORK_ORDER";
23
23
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
24
+ readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
24
25
  };
25
26
  export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
@@ -22,5 +22,6 @@ export const WorkOrderSettingsTypeEnum = {
22
22
  AiWorkOrder: 'AI_WORK_ORDER',
23
23
  MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
24
24
  NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
25
- ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
25
+ ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
26
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
26
27
  };
@@ -21,7 +21,7 @@ export declare const WorkOrderSourceEnum: {
21
21
  readonly InspectionTransferWorkOrder: "INSPECTION_TRANSFER_WORK_ORDER";
22
22
  readonly AiInspectionTransferWorkOrder: "AI_INSPECTION_TRANSFER_WORK_ORDER";
23
23
  readonly MaintenanceTransferWorkOrder: "MAINTENANCE_TRANSFER_WORK_ORDER";
24
- readonly SurveillanceOffLineTransferWorkOrder: "SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER";
24
+ readonly OfflineTransferWorkOrder: "OFFLINE_TRANSFER_WORK_ORDER";
25
25
  readonly HkAiAlertTransferWorkOrder: "HK_AI_ALERT_TRANSFER_WORK_ORDER";
26
26
  };
27
27
  export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
@@ -23,6 +23,6 @@ export const WorkOrderSourceEnum = {
23
23
  InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
24
24
  AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
25
25
  MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
26
- SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER',
26
+ OfflineTransferWorkOrder: 'OFFLINE_TRANSFER_WORK_ORDER',
27
27
  HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
28
28
  };
@@ -0,0 +1,24 @@
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
+ * 状态 1待分派 2进行中 4已完成 6已逾期 10已关闭
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const WorkOrderStatusEnum: {
18
+ readonly Pending: "PENDING";
19
+ readonly InProgress: "IN_PROGRESS";
20
+ readonly Completed: "COMPLETED";
21
+ readonly Overdue: "OVERDUE";
22
+ readonly Closed: "CLOSED";
23
+ };
24
+ export type WorkOrderStatusEnum = typeof WorkOrderStatusEnum[keyof typeof WorkOrderStatusEnum];
@@ -0,0 +1,25 @@
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
+ * 状态 1待分派 2进行中 4已完成 6已逾期 10已关闭
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const WorkOrderStatusEnum = {
20
+ Pending: 'PENDING',
21
+ InProgress: 'IN_PROGRESS',
22
+ Completed: 'COMPLETED',
23
+ Overdue: 'OVERDUE',
24
+ Closed: 'CLOSED'
25
+ };
@@ -0,0 +1,25 @@
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 { OfflineAlertSubmitVo } from './offline-alert-submit-vo';
13
+ /**
14
+ * 工单提交
15
+ * @export
16
+ * @interface WorkOrderSubmitVo
17
+ */
18
+ export interface WorkOrderSubmitVo {
19
+ /**
20
+ *
21
+ * @type {OfflineAlertSubmitVo}
22
+ * @memberof WorkOrderSubmitVo
23
+ */
24
+ 'offlineAlertSubmit'?: OfflineAlertSubmitVo;
25
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -32,5 +32,6 @@ export declare const WorkOrderTypeEnum: {
32
32
  readonly AiInspection: "AI_INSPECTION";
33
33
  readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
34
34
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
35
+ readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
35
36
  };
36
37
  export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
@@ -33,5 +33,6 @@ export const WorkOrderTypeEnum = {
33
33
  VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
34
34
  AiInspection: 'AI_INSPECTION',
35
35
  NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
36
- ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
36
+ ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
37
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
37
38
  };
@@ -0,0 +1,43 @@
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 { SpaceAddExcelDTO } from './space-add-excel-dto';
13
+ /**
14
+ * excel导入到redis vo
15
+ * @export
16
+ * @interface ExcelImportUploadToRedisVoSpaceAddExcelDTO
17
+ */
18
+ export interface ExcelImportUploadToRedisVoSpaceAddExcelDTO {
19
+ /**
20
+ * 成功的数据
21
+ * @type {Array<SpaceAddExcelDTO>}
22
+ * @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
23
+ */
24
+ 'successDataList'?: Array<SpaceAddExcelDTO>;
25
+ /**
26
+ * 错误的数据
27
+ * @type {Array<SpaceAddExcelDTO>}
28
+ * @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
29
+ */
30
+ 'errorDataList'?: Array<SpaceAddExcelDTO>;
31
+ /**
32
+ * 语言
33
+ * @type {string}
34
+ * @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
35
+ */
36
+ 'language'?: string;
37
+ /**
38
+ * 园区id
39
+ * @type {number}
40
+ * @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
41
+ */
42
+ 'parkId'?: number;
43
+ }
@@ -0,0 +1,15 @@
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 });
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {Array<string>}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
- * @type {number}
28
+ * @type {Array<string>}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'status'?: number;
31
+ 'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
34
  * @type {object}
@@ -41,6 +41,12 @@ export interface GetUserWx200Response {
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
+ /**
45
+ *
46
+ * @type {number}
47
+ * @memberof GetUserWx200Response
48
+ */
49
+ 'bufferSize'?: number;
44
50
  /**
45
51
  *
46
52
  * @type {string}
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
67
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
- /**
63
- *
64
- * @type {number}
65
- * @memberof GetUserWx200Response
66
- */
67
- 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -206,6 +206,7 @@ export * from './excel-import-result-dtocalendar-export-dto';
206
206
  export * from './excel-import-result-dtoequipment-excel-add-dto';
207
207
  export * from './excel-import-result-dtoinspection-standard-import-dto';
208
208
  export * from './excel-import-result-dtomaintenance-standard-import-dto';
209
+ export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
209
210
  export * from './export-energy-meter-record-bo';
210
211
  export * from './export-hire-energy-meter-record-bo';
211
212
  export * from './export-in-park-vehicle-bo';
@@ -356,6 +357,7 @@ export * from './json-result-excel-import-result-dtocalendar-export-dto';
356
357
  export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
357
358
  export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
358
359
  export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
360
+ export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto';
359
361
  export * from './json-result-feedback-record-detail-vo';
360
362
  export * from './json-result-feedback-statistics-count-dto';
361
363
  export * from './json-result-feedback-statistics-satisfaction-rating-dto';
@@ -469,6 +471,7 @@ export * from './json-result-network-monitor-repair-details-dto';
469
471
  export * from './json-result-news-entity';
470
472
  export * from './json-result-node-dto';
471
473
  export * from './json-result-object';
474
+ export * from './json-result-offline-alert-work-order-details-dto';
472
475
  export * from './json-result-owner-kanban-energy-dto';
473
476
  export * from './json-result-owner-kanban-index-safety-inspection-dto';
474
477
  export * from './json-result-owner-kanban-two-park-call-police-number-statistics-dto';
@@ -597,6 +600,11 @@ export * from './news-query-vo';
597
600
  export * from './node-dto';
598
601
  export * from './node-type-enum';
599
602
  export * from './notice-vo';
603
+ export * from './offline-alert-device-vo';
604
+ export * from './offline-alert-submit-vo';
605
+ export * from './offline-alert-work-order-details-dto';
606
+ export * from './offline-alert-work-order-info';
607
+ export * from './offline-alert-work-order-vo';
600
608
  export * from './open-barrier-po';
601
609
  export * from './operate-message-details-dto';
602
610
  export * from './orders';
@@ -721,6 +729,7 @@ export * from './select-park-energy-bill-detail-bo';
721
729
  export * from './select-time-cost-tenant-rent-bill-bo';
722
730
  export * from './source-alert-dto';
723
731
  export * from './source-feedback-dto';
732
+ export * from './source-work-order-dto';
724
733
  export * from './source-work-order-inspection-dto';
725
734
  export * from './space';
726
735
  export * from './space-add-excel-dto';
@@ -730,12 +739,13 @@ export * from './space-add-vo';
730
739
  export * from './space-detail-dto';
731
740
  export * from './space-edit-vo';
732
741
  export * from './space-image-detail-dto';
733
- export * from './space-industry-attribute';
742
+ export * from './space-industry-attribute-enum';
734
743
  export * from './space-point-dto';
735
744
  export * from './space-point-vo';
736
745
  export * from './space-qr-code';
737
746
  export * from './space-qr-code-dto';
738
747
  export * from './space-tree-dto';
748
+ export * from './space-type-enum';
739
749
  export * from './space-url-add-vo';
740
750
  export * from './space-url-dto';
741
751
  export * from './space-url-edit-vo';
@@ -882,9 +892,11 @@ export * from './work-order-space-dto';
882
892
  export * from './work-order-sponsor-dto';
883
893
  export * from './work-order-spot-check-vo';
884
894
  export * from './work-order-staging-data-vo';
895
+ export * from './work-order-status-enum';
885
896
  export * from './work-order-status-vo';
886
897
  export * from './work-order-step-by-step-push-dto';
887
898
  export * from './work-order-step-by-step-push-user-details-dto';
899
+ export * from './work-order-submit-vo';
888
900
  export * from './work-order-surveillance-dto';
889
901
  export * from './work-order-type-dto';
890
902
  export * from './work-order-type-enum';
@@ -222,6 +222,7 @@ __exportStar(require("./excel-import-result-dtocalendar-export-dto"), exports);
222
222
  __exportStar(require("./excel-import-result-dtoequipment-excel-add-dto"), exports);
223
223
  __exportStar(require("./excel-import-result-dtoinspection-standard-import-dto"), exports);
224
224
  __exportStar(require("./excel-import-result-dtomaintenance-standard-import-dto"), exports);
225
+ __exportStar(require("./excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
225
226
  __exportStar(require("./export-energy-meter-record-bo"), exports);
226
227
  __exportStar(require("./export-hire-energy-meter-record-bo"), exports);
227
228
  __exportStar(require("./export-in-park-vehicle-bo"), exports);
@@ -372,6 +373,7 @@ __exportStar(require("./json-result-excel-import-result-dtocalendar-export-dto")
372
373
  __exportStar(require("./json-result-excel-import-result-dtoequipment-excel-add-dto"), exports);
373
374
  __exportStar(require("./json-result-excel-import-result-dtoinspection-standard-import-dto"), exports);
374
375
  __exportStar(require("./json-result-excel-import-result-dtomaintenance-standard-import-dto"), exports);
376
+ __exportStar(require("./json-result-excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
375
377
  __exportStar(require("./json-result-feedback-record-detail-vo"), exports);
376
378
  __exportStar(require("./json-result-feedback-statistics-count-dto"), exports);
377
379
  __exportStar(require("./json-result-feedback-statistics-satisfaction-rating-dto"), exports);
@@ -485,6 +487,7 @@ __exportStar(require("./json-result-network-monitor-repair-details-dto"), export
485
487
  __exportStar(require("./json-result-news-entity"), exports);
486
488
  __exportStar(require("./json-result-node-dto"), exports);
487
489
  __exportStar(require("./json-result-object"), exports);
490
+ __exportStar(require("./json-result-offline-alert-work-order-details-dto"), exports);
488
491
  __exportStar(require("./json-result-owner-kanban-energy-dto"), exports);
489
492
  __exportStar(require("./json-result-owner-kanban-index-safety-inspection-dto"), exports);
490
493
  __exportStar(require("./json-result-owner-kanban-two-park-call-police-number-statistics-dto"), exports);
@@ -613,6 +616,11 @@ __exportStar(require("./news-query-vo"), exports);
613
616
  __exportStar(require("./node-dto"), exports);
614
617
  __exportStar(require("./node-type-enum"), exports);
615
618
  __exportStar(require("./notice-vo"), exports);
619
+ __exportStar(require("./offline-alert-device-vo"), exports);
620
+ __exportStar(require("./offline-alert-submit-vo"), exports);
621
+ __exportStar(require("./offline-alert-work-order-details-dto"), exports);
622
+ __exportStar(require("./offline-alert-work-order-info"), exports);
623
+ __exportStar(require("./offline-alert-work-order-vo"), exports);
616
624
  __exportStar(require("./open-barrier-po"), exports);
617
625
  __exportStar(require("./operate-message-details-dto"), exports);
618
626
  __exportStar(require("./orders"), exports);
@@ -737,6 +745,7 @@ __exportStar(require("./select-park-energy-bill-detail-bo"), exports);
737
745
  __exportStar(require("./select-time-cost-tenant-rent-bill-bo"), exports);
738
746
  __exportStar(require("./source-alert-dto"), exports);
739
747
  __exportStar(require("./source-feedback-dto"), exports);
748
+ __exportStar(require("./source-work-order-dto"), exports);
740
749
  __exportStar(require("./source-work-order-inspection-dto"), exports);
741
750
  __exportStar(require("./space"), exports);
742
751
  __exportStar(require("./space-add-excel-dto"), exports);
@@ -746,12 +755,13 @@ __exportStar(require("./space-add-vo"), exports);
746
755
  __exportStar(require("./space-detail-dto"), exports);
747
756
  __exportStar(require("./space-edit-vo"), exports);
748
757
  __exportStar(require("./space-image-detail-dto"), exports);
749
- __exportStar(require("./space-industry-attribute"), exports);
758
+ __exportStar(require("./space-industry-attribute-enum"), exports);
750
759
  __exportStar(require("./space-point-dto"), exports);
751
760
  __exportStar(require("./space-point-vo"), exports);
752
761
  __exportStar(require("./space-qr-code"), exports);
753
762
  __exportStar(require("./space-qr-code-dto"), exports);
754
763
  __exportStar(require("./space-tree-dto"), exports);
764
+ __exportStar(require("./space-type-enum"), exports);
755
765
  __exportStar(require("./space-url-add-vo"), exports);
756
766
  __exportStar(require("./space-url-dto"), exports);
757
767
  __exportStar(require("./space-url-edit-vo"), exports);
@@ -898,9 +908,11 @@ __exportStar(require("./work-order-space-dto"), exports);
898
908
  __exportStar(require("./work-order-sponsor-dto"), exports);
899
909
  __exportStar(require("./work-order-spot-check-vo"), exports);
900
910
  __exportStar(require("./work-order-staging-data-vo"), exports);
911
+ __exportStar(require("./work-order-status-enum"), exports);
901
912
  __exportStar(require("./work-order-status-vo"), exports);
902
913
  __exportStar(require("./work-order-step-by-step-push-dto"), exports);
903
914
  __exportStar(require("./work-order-step-by-step-push-user-details-dto"), exports);
915
+ __exportStar(require("./work-order-submit-vo"), exports);
904
916
  __exportStar(require("./work-order-surveillance-dto"), exports);
905
917
  __exportStar(require("./work-order-type-dto"), exports);
906
918
  __exportStar(require("./work-order-type-enum"), exports);
@@ -36,10 +36,10 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {boolean}
39
+ * @type {number}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'searchCount'?: boolean;
42
+ 'pages'?: number;
43
43
  /**
44
44
  *
45
45
  * @type {boolean}
@@ -49,10 +49,10 @@ export interface IPageAccessVO {
49
49
  'hitCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {number}
52
+ * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
54
  */
55
- 'pages'?: number;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}