@gizone/rrs-client 4.1.0-alpha.114 → 4.1.0-alpha.116
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.
- package/.openapi-generator/FILES +46 -2
- package/api.ts +5 -1
- package/apis/device-api.ts +244 -0
- package/apis/iot-api.ts +15 -15
- package/apis/monitor-controller-api.ts +1260 -0
- package/apis/monitor-sort-controller-api.ts +499 -0
- package/apis/space-api.ts +25 -15
- package/apis/surveillance-api.ts +529 -982
- package/apis/{surveillance-roi-api.ts → surveillance-roi-controller-api.ts} +64 -64
- package/apis/surveillance-settings-api.ts +583 -0
- package/apis/work-order-api.ts +671 -0
- package/dist/api.d.ts +5 -1
- package/dist/api.js +5 -1
- package/dist/apis/device-api.d.ts +135 -0
- package/dist/apis/device-api.js +209 -0
- package/dist/apis/iot-api.d.ts +10 -10
- package/dist/apis/iot-api.js +11 -11
- package/dist/apis/monitor-controller-api.d.ts +659 -0
- package/dist/apis/monitor-controller-api.js +989 -0
- package/dist/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/apis/monitor-sort-controller-api.js +416 -0
- package/dist/apis/space-api.d.ts +14 -7
- package/dist/apis/space-api.js +16 -11
- package/dist/apis/surveillance-api.d.ts +353 -541
- package/dist/apis/surveillance-api.js +332 -777
- package/dist/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +36 -36
- package/dist/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/apis/surveillance-settings-api.js +486 -0
- package/dist/apis/work-order-api.d.ts +354 -0
- package/dist/apis/work-order-api.js +503 -0
- package/dist/esm/api.d.ts +5 -1
- package/dist/esm/api.js +5 -1
- package/dist/esm/apis/device-api.d.ts +135 -0
- package/dist/esm/apis/device-api.js +202 -0
- package/dist/esm/apis/iot-api.d.ts +10 -10
- package/dist/esm/apis/iot-api.js +11 -11
- package/dist/esm/apis/monitor-controller-api.d.ts +659 -0
- package/dist/esm/apis/monitor-controller-api.js +982 -0
- package/dist/esm/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/esm/apis/monitor-sort-controller-api.js +409 -0
- package/dist/esm/apis/space-api.d.ts +14 -7
- package/dist/esm/apis/space-api.js +16 -11
- package/dist/esm/apis/surveillance-api.d.ts +353 -541
- package/dist/esm/apis/surveillance-api.js +331 -776
- package/dist/esm/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/esm/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +31 -31
- package/dist/esm/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/esm/apis/surveillance-settings-api.js +479 -0
- package/dist/esm/apis/work-order-api.d.ts +354 -0
- package/dist/esm/apis/work-order-api.js +503 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +8 -14
- package/dist/esm/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/esm/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/esm/models/functional-area-enum.d.ts +26 -0
- package/dist/esm/models/functional-area-enum.js +27 -0
- package/dist/esm/models/index.d.ts +41 -1
- package/dist/esm/models/index.js +41 -1
- package/dist/esm/models/installation-body-enum.d.ts +22 -0
- package/dist/esm/models/installation-body-enum.js +23 -0
- package/dist/esm/models/iot-device-status-enum.d.ts +22 -0
- package/dist/esm/models/iot-device-status-enum.js +23 -0
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-live-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +14 -0
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/esm/models/network-monitor-repair-add-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/esm/models/network-monitor-repair-details-dto.js +20 -0
- package/dist/esm/models/network-repair-info.d.ts +36 -0
- package/dist/esm/models/network-repair-info.js +14 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/park.d.ts +43 -0
- package/dist/esm/models/park.js +14 -0
- package/dist/esm/models/polling-surveillance-info.d.ts +30 -0
- package/dist/esm/models/polling-surveillance-info.js +14 -0
- package/dist/esm/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/esm/models/process-network-monitor-repair-vo.js +14 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/space-add-vo.d.ts +7 -0
- package/dist/esm/models/space-detail-dto.d.ts +9 -2
- package/dist/esm/models/space-edit-vo.d.ts +7 -0
- package/dist/esm/models/space-industry-attribute.d.ts +25 -0
- package/dist/esm/models/space-industry-attribute.js +26 -0
- package/dist/esm/models/space-point-dto.d.ts +3 -21
- package/dist/esm/models/space-tree-dto.d.ts +26 -19
- package/dist/esm/models/space.d.ts +43 -0
- package/dist/esm/models/space.js +14 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +124 -0
- package/dist/esm/models/surveillance-details-dto.js +14 -0
- package/dist/esm/models/surveillance-live-dto.d.ts +48 -0
- package/dist/esm/models/surveillance-live-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/esm/models/surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/esm/models/surveillance-settings-polling-vo.js +14 -0
- package/dist/esm/models/surveillance-update-vo.d.ts +62 -0
- package/dist/esm/models/surveillance-update-vo.js +14 -0
- package/dist/esm/models/surveillance.d.ts +49 -0
- package/dist/esm/models/surveillance.js +14 -0
- package/dist/esm/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/esm/models/sync-device-unit-vo.js +14 -0
- package/dist/esm/models/sync-equipment-vo.d.ts +24 -0
- package/dist/esm/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/violation-center-attribute-enum.js +22 -0
- package/dist/esm/models/violation-decision-vo.d.ts +68 -0
- package/dist/esm/models/violation-decision-vo.js +14 -0
- package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/esm/models/violation-issue-type-enum.js +85 -0
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
- package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/esm/models/violation-work-order-add-vo.js +14 -0
- package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/esm/models/violation-work-order-details-dto.js +20 -0
- package/dist/esm/models/violation-work-order-info.d.ts +106 -0
- package/dist/esm/models/violation-work-order-info.js +14 -0
- package/dist/esm/models/work-order-approval-vo.d.ts +24 -0
- package/dist/esm/models/work-order-approval-vo.js +14 -0
- package/dist/esm/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +32 -0
- package/dist/esm/models/work-order-decision-vo.js +14 -0
- package/dist/esm/models/work-order-ext-data.d.ts +32 -0
- package/dist/esm/models/work-order-ext-data.js +14 -0
- package/dist/esm/models/work-order-handler-dto.d.ts +61 -0
- package/dist/esm/models/work-order-handler-dto.js +14 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +6 -0
- package/dist/esm/models/work-order-internal-status-enum.js +7 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/esm/models/work-order-issue-type-enum.js +11 -2
- package/dist/esm/models/work-order-settings-type-enum.d.ts +2 -7
- package/dist/esm/models/work-order-settings-type-enum.js +2 -7
- package/dist/esm/models/work-order-source-enum.d.ts +2 -0
- package/dist/esm/models/work-order-source-enum.js +3 -1
- package/dist/esm/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- package/dist/esm/models/work-order-space-dto.js +14 -0
- package/dist/esm/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/esm/models/work-order-sponsor-dto.js +14 -0
- package/dist/esm/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/esm/models/work-order-surveillance-dto.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +2 -0
- package/dist/esm/models/work-order-type-enum.js +3 -1
- package/dist/models/equipment-detail-dto.d.ts +8 -14
- package/dist/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/models/functional-area-enum.d.ts +26 -0
- package/dist/models/functional-area-enum.js +30 -0
- package/dist/models/index.d.ts +41 -1
- package/dist/models/index.js +41 -1
- package/dist/models/installation-body-enum.d.ts +22 -0
- package/dist/models/installation-body-enum.js +26 -0
- package/dist/models/iot-device-status-enum.d.ts +22 -0
- package/dist/models/iot-device-status-enum.js +26 -0
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +62 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-details-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-live-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-live-dto.js +15 -0
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-settings-details-dto.js +15 -0
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-violation-work-order-details-dto.js +15 -0
- package/dist/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/models/network-monitor-repair-add-vo.js +15 -0
- package/dist/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/models/network-monitor-repair-decision-vo.js +15 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/models/network-monitor-repair-details-dto.js +23 -0
- package/dist/models/network-repair-info.d.ts +36 -0
- package/dist/models/network-repair-info.js +15 -0
- package/dist/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/models/page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/park.d.ts +43 -0
- package/dist/models/park.js +15 -0
- package/dist/models/polling-surveillance-info.d.ts +30 -0
- package/dist/models/polling-surveillance-info.js +15 -0
- package/dist/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/models/process-network-monitor-repair-vo.js +15 -0
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/space-add-vo.d.ts +7 -0
- package/dist/models/space-detail-dto.d.ts +9 -2
- package/dist/models/space-edit-vo.d.ts +7 -0
- package/dist/models/space-industry-attribute.d.ts +25 -0
- package/dist/models/space-industry-attribute.js +29 -0
- package/dist/models/space-point-dto.d.ts +3 -21
- package/dist/models/space-tree-dto.d.ts +26 -19
- package/dist/models/space.d.ts +43 -0
- package/dist/models/space.js +15 -0
- package/dist/models/surveillance-details-dto.d.ts +124 -0
- package/dist/models/surveillance-details-dto.js +15 -0
- package/dist/models/surveillance-live-dto.d.ts +48 -0
- package/dist/models/surveillance-live-dto.js +15 -0
- package/dist/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/models/surveillance-settings-details-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/models/surveillance-settings-polling-vo.js +15 -0
- package/dist/models/surveillance-update-vo.d.ts +62 -0
- package/dist/models/surveillance-update-vo.js +15 -0
- package/dist/models/surveillance.d.ts +49 -0
- package/dist/models/surveillance.js +15 -0
- package/dist/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/models/sync-device-unit-vo.js +15 -0
- package/dist/models/sync-equipment-vo.d.ts +24 -0
- package/dist/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/models/violation-center-attribute-enum.js +25 -0
- package/dist/models/violation-decision-vo.d.ts +68 -0
- package/dist/models/violation-decision-vo.js +15 -0
- package/dist/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/models/violation-issue-type-enum.js +88 -0
- package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/models/violation-responsibility-role-enum.js +25 -0
- package/dist/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/models/violation-work-order-add-vo.js +15 -0
- package/dist/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/models/violation-work-order-details-dto.js +23 -0
- package/dist/models/violation-work-order-info.d.ts +106 -0
- package/dist/models/violation-work-order-info.js +15 -0
- package/dist/models/work-order-approval-vo.d.ts +24 -0
- package/dist/models/work-order-approval-vo.js +15 -0
- package/dist/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/models/work-order-decision-vo.d.ts +32 -0
- package/dist/models/work-order-decision-vo.js +15 -0
- package/dist/models/work-order-ext-data.d.ts +32 -0
- package/dist/models/work-order-ext-data.js +15 -0
- package/dist/models/work-order-handler-dto.d.ts +61 -0
- package/dist/models/work-order-handler-dto.js +15 -0
- package/dist/models/work-order-internal-status-enum.d.ts +6 -0
- package/dist/models/work-order-internal-status-enum.js +7 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/models/work-order-issue-type-enum.js +11 -2
- package/dist/models/work-order-settings-type-enum.d.ts +2 -7
- package/dist/models/work-order-settings-type-enum.js +2 -7
- package/dist/models/work-order-source-enum.d.ts +2 -0
- package/dist/models/work-order-source-enum.js +3 -1
- package/dist/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- package/dist/models/work-order-space-dto.js +15 -0
- package/dist/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/models/work-order-sponsor-dto.js +15 -0
- package/dist/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/models/work-order-surveillance-dto.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +2 -0
- package/dist/models/work-order-type-enum.js +3 -1
- package/models/equipment-detail-dto.ts +8 -14
- package/models/equipment-point-edit-vo.ts +2 -8
- package/models/equipment-search-system-dto.ts +6 -12
- package/models/functional-area-enum.ts +36 -0
- package/models/index.ts +41 -1
- package/models/installation-body-enum.ts +32 -0
- package/models/iot-device-status-enum.ts +32 -0
- package/models/json-result-list-surveillance-settings-details-dto.ts +72 -0
- package/models/json-result-network-monitor-repair-details-dto.ts +72 -0
- package/models/json-result-page-dto-surveillance-details-dto.ts +72 -0
- package/models/json-result-surveillance-details-dto.ts +72 -0
- package/models/json-result-surveillance-live-dto.ts +72 -0
- package/models/json-result-surveillance-settings-details-dto.ts +72 -0
- package/models/json-result-violation-work-order-details-dto.ts +72 -0
- package/models/network-monitor-repair-add-vo.ts +101 -0
- package/models/network-monitor-repair-decision-vo.ts +48 -0
- package/models/network-monitor-repair-details-dto.ts +197 -0
- package/models/network-repair-info.ts +42 -0
- package/models/page-dto-surveillance-details-dto.ts +39 -0
- package/models/park.ts +53 -0
- package/models/polling-surveillance-info.ts +36 -0
- package/models/process-network-monitor-repair-vo.ts +36 -0
- package/models/space-add-excel-dto.ts +6 -0
- package/models/space-add-vo.ts +9 -0
- package/models/space-detail-dto.ts +11 -2
- package/models/space-edit-vo.ts +9 -0
- package/models/space-industry-attribute.ts +35 -0
- package/models/space-point-dto.ts +3 -21
- package/models/space-tree-dto.ts +28 -19
- package/models/space.ts +51 -0
- package/models/surveillance-details-dto.ts +140 -0
- package/models/surveillance-live-dto.ts +54 -0
- package/models/surveillance-settings-details-dto.ts +69 -0
- package/models/surveillance-settings-polling-vo.ts +39 -0
- package/models/surveillance-update-vo.ts +74 -0
- package/models/surveillance.ts +59 -0
- package/models/sync-device-unit-vo.ts +186 -0
- package/models/sync-equipment-vo.ts +24 -0
- package/models/violation-center-attribute-enum.ts +31 -0
- package/models/violation-decision-vo.ts +80 -0
- package/models/violation-issue-type-enum.ts +94 -0
- package/models/violation-responsibility-role-enum.ts +31 -0
- package/models/violation-work-order-add-vo.ts +101 -0
- package/models/violation-work-order-details-dto.ts +182 -0
- package/models/violation-work-order-info.ts +122 -0
- package/models/work-order-approval-vo.ts +30 -0
- package/models/work-order-circulation-vo.ts +12 -0
- package/models/work-order-decision-vo.ts +42 -0
- package/models/work-order-ext-data.ts +42 -0
- package/models/work-order-handler-dto.ts +71 -0
- package/models/work-order-internal-status-enum.ts +7 -1
- package/models/work-order-issue-type-enum.ts +11 -2
- package/models/work-order-settings-type-enum.ts +2 -7
- package/models/work-order-source-enum.ts +3 -1
- package/models/{space-add-point-vo.ts → work-order-space-dto.ts} +14 -11
- package/models/work-order-sponsor-dto.ts +54 -0
- package/models/work-order-surveillance-dto.ts +36 -0
- package/models/work-order-type-enum.ts +3 -1
- package/package.json +1 -1
- /package/dist/esm/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
- /package/dist/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
|
@@ -9,23 +9,28 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SpacePointDTO } from './space-point-dto';
|
|
13
12
|
/**
|
|
14
|
-
*
|
|
13
|
+
* 空间详情
|
|
15
14
|
* @export
|
|
16
|
-
* @interface
|
|
15
|
+
* @interface WorkOrderSpaceDto
|
|
17
16
|
*/
|
|
18
|
-
export interface
|
|
17
|
+
export interface WorkOrderSpaceDto {
|
|
19
18
|
/**
|
|
20
19
|
* 空间id
|
|
21
20
|
* @type {number}
|
|
22
|
-
* @memberof
|
|
21
|
+
* @memberof WorkOrderSpaceDto
|
|
23
22
|
*/
|
|
24
23
|
'spaceId'?: number;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {
|
|
28
|
-
* @memberof
|
|
25
|
+
* 空间名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WorkOrderSpaceDto
|
|
29
28
|
*/
|
|
30
|
-
'
|
|
29
|
+
'spaceName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 父名称
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof WorkOrderSpaceDto
|
|
34
|
+
*/
|
|
35
|
+
'parentName'?: string;
|
|
31
36
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,48 @@
|
|
|
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 WorkOrderSponsorDto
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkOrderSponsorDto {
|
|
18
|
+
/**
|
|
19
|
+
* 发起时间
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof WorkOrderSponsorDto
|
|
22
|
+
*/
|
|
23
|
+
'startTime'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 发起人id
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof WorkOrderSponsorDto
|
|
28
|
+
*/
|
|
29
|
+
'sponsorId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 发起人名称
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof WorkOrderSponsorDto
|
|
34
|
+
*/
|
|
35
|
+
'sponsorName'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 发起人部门id
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof WorkOrderSponsorDto
|
|
40
|
+
*/
|
|
41
|
+
'sponsorUserDeptId'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 发起人部门名称/租户名称
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof WorkOrderSponsorDto
|
|
46
|
+
*/
|
|
47
|
+
'sponsorUserDeptName'?: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
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 WorkOrderSurveillanceDto
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkOrderSurveillanceDto {
|
|
18
|
+
/**
|
|
19
|
+
* 监控设备id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof WorkOrderSurveillanceDto
|
|
22
|
+
*/
|
|
23
|
+
'surveillanceId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 监控设备名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WorkOrderSurveillanceDto
|
|
28
|
+
*/
|
|
29
|
+
'surveillanceName'?: string;
|
|
30
|
+
}
|
|
@@ -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 {};
|
|
@@ -30,5 +30,7 @@ export declare const WorkOrderTypeEnum: {
|
|
|
30
30
|
readonly GasMeterWorkOrder: "GAS_METER_WORK_ORDER";
|
|
31
31
|
readonly VideoRecognitionAlarm: "VIDEO_RECOGNITION_ALARM";
|
|
32
32
|
readonly AiInspection: "AI_INSPECTION";
|
|
33
|
+
readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
|
|
34
|
+
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
33
35
|
};
|
|
34
36
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
|
@@ -31,5 +31,7 @@ export const WorkOrderTypeEnum = {
|
|
|
31
31
|
WaterPurificationMeterWorkOrder: 'WATER_PURIFICATION_METER_WORK_ORDER',
|
|
32
32
|
GasMeterWorkOrder: 'GAS_METER_WORK_ORDER',
|
|
33
33
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
34
|
-
AiInspection: 'AI_INSPECTION'
|
|
34
|
+
AiInspection: 'AI_INSPECTION',
|
|
35
|
+
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
36
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
35
37
|
};
|
|
@@ -153,12 +153,18 @@ export interface EquipmentDetailDTO {
|
|
|
153
153
|
* @memberof EquipmentDetailDTO
|
|
154
154
|
*/
|
|
155
155
|
'planImage'?: string;
|
|
156
|
+
/**
|
|
157
|
+
* 设备点位
|
|
158
|
+
* @type {Array<number>}
|
|
159
|
+
* @memberof EquipmentDetailDTO
|
|
160
|
+
*/
|
|
161
|
+
'equipmentPoint'?: Array<number>;
|
|
156
162
|
/**
|
|
157
163
|
* 空间点位
|
|
158
|
-
* @type {
|
|
164
|
+
* @type {Array<Array<number>>}
|
|
159
165
|
* @memberof EquipmentDetailDTO
|
|
160
166
|
*/
|
|
161
|
-
'spacePoint'?:
|
|
167
|
+
'spacePoint'?: Array<Array<number>>;
|
|
162
168
|
/**
|
|
163
169
|
* 空间id
|
|
164
170
|
* @type {number}
|
|
@@ -213,16 +219,4 @@ export interface EquipmentDetailDTO {
|
|
|
213
219
|
* @memberof EquipmentDetailDTO
|
|
214
220
|
*/
|
|
215
221
|
'relatedEquipmentIds'?: Array<number>;
|
|
216
|
-
/**
|
|
217
|
-
*
|
|
218
|
-
* @type {string}
|
|
219
|
-
* @memberof EquipmentDetailDTO
|
|
220
|
-
*/
|
|
221
|
-
'xaxis'?: string;
|
|
222
|
-
/**
|
|
223
|
-
*
|
|
224
|
-
* @type {string}
|
|
225
|
-
* @memberof EquipmentDetailDTO
|
|
226
|
-
*/
|
|
227
|
-
'yaxis'?: string;
|
|
228
222
|
}
|
|
@@ -23,14 +23,8 @@ export interface EquipmentPointEditVo {
|
|
|
23
23
|
'id': number;
|
|
24
24
|
/**
|
|
25
25
|
* 点位编码
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {Array<number>}
|
|
27
27
|
* @memberof EquipmentPointEditVo
|
|
28
28
|
*/
|
|
29
|
-
'
|
|
30
|
-
/**
|
|
31
|
-
* 点位编码
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof EquipmentPointEditVo
|
|
34
|
-
*/
|
|
35
|
-
'equipmentPointYAxis'?: string;
|
|
29
|
+
'equipmentPoint'?: Array<number>;
|
|
36
30
|
}
|
|
@@ -166,12 +166,6 @@ export interface EquipmentSearchSystemDTO {
|
|
|
166
166
|
* @memberof EquipmentSearchSystemDTO
|
|
167
167
|
*/
|
|
168
168
|
'planImage'?: string;
|
|
169
|
-
/**
|
|
170
|
-
* 空间点位
|
|
171
|
-
* @type {string}
|
|
172
|
-
* @memberof EquipmentSearchSystemDTO
|
|
173
|
-
*/
|
|
174
|
-
'spacePoint'?: string;
|
|
175
169
|
/**
|
|
176
170
|
* 出厂时间
|
|
177
171
|
* @type {string}
|
|
@@ -227,15 +221,15 @@ export interface EquipmentSearchSystemDTO {
|
|
|
227
221
|
*/
|
|
228
222
|
'relatedEquipmentIds'?: Array<number>;
|
|
229
223
|
/**
|
|
230
|
-
*
|
|
231
|
-
* @type {
|
|
224
|
+
* 设备点位
|
|
225
|
+
* @type {Array<number>}
|
|
232
226
|
* @memberof EquipmentSearchSystemDTO
|
|
233
227
|
*/
|
|
234
|
-
'
|
|
228
|
+
'equipmentPoint'?: Array<number>;
|
|
235
229
|
/**
|
|
236
|
-
*
|
|
237
|
-
* @type {
|
|
230
|
+
* 空间点位
|
|
231
|
+
* @type {Array<Array<number>>}
|
|
238
232
|
* @memberof EquipmentSearchSystemDTO
|
|
239
233
|
*/
|
|
240
|
-
'
|
|
234
|
+
'spacePoint'?: Array<Array<number>>;
|
|
241
235
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 FunctionalAreaEnum: {
|
|
18
|
+
readonly Platform: "PLATFORM";
|
|
19
|
+
readonly StockingArea: "STOCKING_AREA";
|
|
20
|
+
readonly Passageway: "PASSAGEWAY";
|
|
21
|
+
readonly OfficeArea: "OFFICE_AREA";
|
|
22
|
+
readonly DefectiveProductIdentificationArea: "DEFECTIVE_PRODUCT_IDENTIFICATION_AREA";
|
|
23
|
+
readonly PackingTable: "PACKING_TABLE";
|
|
24
|
+
readonly Others: "OTHERS";
|
|
25
|
+
};
|
|
26
|
+
export type FunctionalAreaEnum = typeof FunctionalAreaEnum[keyof typeof FunctionalAreaEnum];
|
|
@@ -0,0 +1,30 @@
|
|
|
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.FunctionalAreaEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 功能区域枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.FunctionalAreaEnum = {
|
|
23
|
+
Platform: 'PLATFORM',
|
|
24
|
+
StockingArea: 'STOCKING_AREA',
|
|
25
|
+
Passageway: 'PASSAGEWAY',
|
|
26
|
+
OfficeArea: 'OFFICE_AREA',
|
|
27
|
+
DefectiveProductIdentificationArea: 'DEFECTIVE_PRODUCT_IDENTIFICATION_AREA',
|
|
28
|
+
PackingTable: 'PACKING_TABLE',
|
|
29
|
+
Others: 'OTHERS'
|
|
30
|
+
};
|
package/dist/models/index.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ export * from './fire-control-equipment-batch-setting-location-vo';
|
|
|
241
241
|
export * from './fire-control-equipment-edit-vo';
|
|
242
242
|
export * from './fire-control-equipment-search-vo';
|
|
243
243
|
export * from './followup-work-order-dto';
|
|
244
|
+
export * from './functional-area-enum';
|
|
244
245
|
export * from './fusion-role-request-dto';
|
|
245
246
|
export * from './gate-list-po';
|
|
246
247
|
export * from './get-user-wx200-response';
|
|
@@ -299,6 +300,7 @@ export * from './inspection-standard-dto';
|
|
|
299
300
|
export * from './inspection-standard-entity';
|
|
300
301
|
export * from './inspection-standard-import-dto';
|
|
301
302
|
export * from './inspection-standard-type-enum';
|
|
303
|
+
export * from './installation-body-enum';
|
|
302
304
|
export * from './internet-access-park-vehicle-vo';
|
|
303
305
|
export * from './internet-meter-add-vo';
|
|
304
306
|
export * from './internet-meter-details-add-vo';
|
|
@@ -310,6 +312,7 @@ export * from './internet-pan-perception-search-vo';
|
|
|
310
312
|
export * from './internet-set-vo';
|
|
311
313
|
export * from './internet-water-report-record-search-vo';
|
|
312
314
|
export * from './internet-water-search-vo';
|
|
315
|
+
export * from './iot-device-status-enum';
|
|
313
316
|
export * from './iot-gradient-alarm-add-or-update-vo';
|
|
314
317
|
export * from './iot-gradient-alarm-rule-settings-dto';
|
|
315
318
|
export * from './iot-gradient-alarm-rule-vo';
|
|
@@ -441,6 +444,7 @@ export * from './json-result-list-space-tree-dto';
|
|
|
441
444
|
export * from './json-result-list-space-url-dto';
|
|
442
445
|
export * from './json-result-list-stock-push-settings-entity';
|
|
443
446
|
export * from './json-result-list-supplier-select-dto';
|
|
447
|
+
export * from './json-result-list-surveillance-settings-details-dto';
|
|
444
448
|
export * from './json-result-list-sys-dept';
|
|
445
449
|
export * from './json-result-list-sys-dept-drop-down-box-list-dto';
|
|
446
450
|
export * from './json-result-list-sys-user-drop-down-box-list-dto';
|
|
@@ -459,6 +463,7 @@ export * from './json-result-monitor-detail-dto';
|
|
|
459
463
|
export * from './json-result-monitor-live-dto';
|
|
460
464
|
export * from './json-result-monitor-screen-dto';
|
|
461
465
|
export * from './json-result-monitor-sort-entity';
|
|
466
|
+
export * from './json-result-network-monitor-repair-details-dto';
|
|
462
467
|
export * from './json-result-news-entity';
|
|
463
468
|
export * from './json-result-node-dto';
|
|
464
469
|
export * from './json-result-object';
|
|
@@ -502,6 +507,7 @@ export * from './json-result-page-dto-renovation-plan-list-vo';
|
|
|
502
507
|
export * from './json-result-page-dto-stock-list-page-dto';
|
|
503
508
|
export * from './json-result-page-dto-stock-record-list-page-dto';
|
|
504
509
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
510
|
+
export * from './json-result-page-dto-surveillance-details-dto';
|
|
505
511
|
export * from './json-result-page-dto-surveillance-roi-list-vo';
|
|
506
512
|
export * from './json-result-page-dto-sys-user-msg-dto';
|
|
507
513
|
export * from './json-result-page-dto-work-order-search-dto';
|
|
@@ -520,7 +526,10 @@ export * from './json-result-stock-push-settings-entity';
|
|
|
520
526
|
export * from './json-result-string';
|
|
521
527
|
export * from './json-result-supplier-contract-details-dto';
|
|
522
528
|
export * from './json-result-supplier-entity';
|
|
529
|
+
export * from './json-result-surveillance-details-dto';
|
|
530
|
+
export * from './json-result-surveillance-live-dto';
|
|
523
531
|
export * from './json-result-surveillance-roi-list-vo';
|
|
532
|
+
export * from './json-result-surveillance-settings-details-dto';
|
|
524
533
|
export * from './json-result-switch-park-v2-dto';
|
|
525
534
|
export * from './json-result-sys-dept';
|
|
526
535
|
export * from './json-result-sys-user';
|
|
@@ -528,6 +537,7 @@ export * from './json-result-sys-user-msg-dto';
|
|
|
528
537
|
export * from './json-result-unloading-area-entity';
|
|
529
538
|
export * from './json-result-user-add-redis-list-vo';
|
|
530
539
|
export * from './json-result-user-settings-entity';
|
|
540
|
+
export * from './json-result-violation-work-order-details-dto';
|
|
531
541
|
export * from './json-result-void';
|
|
532
542
|
export * from './json-result-white-add-redis-list-dto';
|
|
533
543
|
export * from './json-result-work-order-dept-settings-entity';
|
|
@@ -573,6 +583,10 @@ export * from './monitor-search-dto';
|
|
|
573
583
|
export * from './monitor-search-vo';
|
|
574
584
|
export * from './monitor-sort-entity';
|
|
575
585
|
export * from './monitor-sort-search-vo';
|
|
586
|
+
export * from './network-monitor-repair-add-vo';
|
|
587
|
+
export * from './network-monitor-repair-decision-vo';
|
|
588
|
+
export * from './network-monitor-repair-details-dto';
|
|
589
|
+
export * from './network-repair-info';
|
|
576
590
|
export * from './news-entity';
|
|
577
591
|
export * from './news-in-button';
|
|
578
592
|
export * from './news-info';
|
|
@@ -642,9 +656,11 @@ export * from './page-dto-renovation-plan-list-vo';
|
|
|
642
656
|
export * from './page-dto-stock-list-page-dto';
|
|
643
657
|
export * from './page-dto-stock-record-list-page-dto';
|
|
644
658
|
export * from './page-dto-supplier-contract-details-dto';
|
|
659
|
+
export * from './page-dto-surveillance-details-dto';
|
|
645
660
|
export * from './page-dto-surveillance-roi-list-vo';
|
|
646
661
|
export * from './page-dto-sys-user-msg-dto';
|
|
647
662
|
export * from './page-dto-work-order-search-dto';
|
|
663
|
+
export * from './park';
|
|
648
664
|
export * from './park-center-attribute-enum';
|
|
649
665
|
export * from './park-drop-down-box-dto';
|
|
650
666
|
export * from './park-info-dto';
|
|
@@ -666,8 +682,10 @@ export * from './plan-item-add-vo';
|
|
|
666
682
|
export * from './plan-item-edit-vo';
|
|
667
683
|
export * from './plan-search-dto';
|
|
668
684
|
export * from './plan-to-state-vo';
|
|
685
|
+
export * from './polling-surveillance-info';
|
|
669
686
|
export * from './privacy-add-vo';
|
|
670
687
|
export * from './privacy-update-state-dto';
|
|
688
|
+
export * from './process-network-monitor-repair-vo';
|
|
671
689
|
export * from './process-work-order-vo';
|
|
672
690
|
export * from './receive-information-visitors-vo';
|
|
673
691
|
export * from './record-statistics-vo';
|
|
@@ -701,14 +719,15 @@ export * from './select-time-cost-tenant-rent-bill-bo';
|
|
|
701
719
|
export * from './source-alert-dto';
|
|
702
720
|
export * from './source-feedback-dto';
|
|
703
721
|
export * from './source-work-order-inspection-dto';
|
|
722
|
+
export * from './space';
|
|
704
723
|
export * from './space-add-excel-dto';
|
|
705
724
|
export * from './space-add-plan-vo';
|
|
706
|
-
export * from './space-add-point-vo';
|
|
707
725
|
export * from './space-add-redis-list-dto';
|
|
708
726
|
export * from './space-add-vo';
|
|
709
727
|
export * from './space-detail-dto';
|
|
710
728
|
export * from './space-edit-vo';
|
|
711
729
|
export * from './space-image-detail-dto';
|
|
730
|
+
export * from './space-industry-attribute';
|
|
712
731
|
export * from './space-point-dto';
|
|
713
732
|
export * from './space-qr-code';
|
|
714
733
|
export * from './space-qr-code-dto';
|
|
@@ -744,11 +763,18 @@ export * from './supplier-edit-vo';
|
|
|
744
763
|
export * from './supplier-entity';
|
|
745
764
|
export * from './supplier-search-vo';
|
|
746
765
|
export * from './supplier-select-dto';
|
|
766
|
+
export * from './surveillance';
|
|
767
|
+
export * from './surveillance-details-dto';
|
|
768
|
+
export * from './surveillance-live-dto';
|
|
747
769
|
export * from './surveillance-roi-entity';
|
|
748
770
|
export * from './surveillance-roi-list-vo';
|
|
771
|
+
export * from './surveillance-settings-details-dto';
|
|
772
|
+
export * from './surveillance-settings-polling-vo';
|
|
773
|
+
export * from './surveillance-update-vo';
|
|
749
774
|
export * from './switch-pak-body';
|
|
750
775
|
export * from './switch-pak-body-v2-vo';
|
|
751
776
|
export * from './switch-park-v2-dto';
|
|
777
|
+
export * from './sync-device-unit-vo';
|
|
752
778
|
export * from './sync-equipment-vo';
|
|
753
779
|
export * from './sys-config';
|
|
754
780
|
export * from './sys-dept';
|
|
@@ -795,6 +821,13 @@ export * from './user-settings-update-bo';
|
|
|
795
821
|
export * from './user-whether-privacy-dto';
|
|
796
822
|
export * from './user-white-del-dto';
|
|
797
823
|
export * from './vehicle-payment-bo';
|
|
824
|
+
export * from './violation-center-attribute-enum';
|
|
825
|
+
export * from './violation-decision-vo';
|
|
826
|
+
export * from './violation-issue-type-enum';
|
|
827
|
+
export * from './violation-responsibility-role-enum';
|
|
828
|
+
export * from './violation-work-order-add-vo';
|
|
829
|
+
export * from './violation-work-order-details-dto';
|
|
830
|
+
export * from './violation-work-order-info';
|
|
798
831
|
export * from './water-meter-add-or-edit-vo';
|
|
799
832
|
export * from './water-meter-details-search-vo';
|
|
800
833
|
export * from './water-meter-search-vo';
|
|
@@ -810,17 +843,21 @@ export * from './white-black-del-vo';
|
|
|
810
843
|
export * from './white-edit-vo';
|
|
811
844
|
export * from './white-search-vo';
|
|
812
845
|
export * from './work-order-add-vo';
|
|
846
|
+
export * from './work-order-approval-vo';
|
|
813
847
|
export * from './work-order-circulation-vo';
|
|
814
848
|
export * from './work-order-comment-dto';
|
|
815
849
|
export * from './work-order-comment-entity';
|
|
816
850
|
export * from './work-order-comment-vo';
|
|
851
|
+
export * from './work-order-decision-vo';
|
|
817
852
|
export * from './work-order-dept-dto';
|
|
818
853
|
export * from './work-order-dept-settings-add-or-update-vo';
|
|
819
854
|
export * from './work-order-dept-settings-entity';
|
|
820
855
|
export * from './work-order-detail-dto';
|
|
821
856
|
export * from './work-order-distribute-leaflets-vo';
|
|
857
|
+
export * from './work-order-ext-data';
|
|
822
858
|
export * from './work-order-handle-meter-reading-details-vo';
|
|
823
859
|
export * from './work-order-handle-meter-reading-vo';
|
|
860
|
+
export * from './work-order-handler-dto';
|
|
824
861
|
export * from './work-order-handler-status-enum';
|
|
825
862
|
export * from './work-order-inspection-detail-dto';
|
|
826
863
|
export * from './work-order-inspection-item-req';
|
|
@@ -836,11 +873,14 @@ export * from './work-order-report-vo';
|
|
|
836
873
|
export * from './work-order-search-dto';
|
|
837
874
|
export * from './work-order-settings-type-enum';
|
|
838
875
|
export * from './work-order-source-enum';
|
|
876
|
+
export * from './work-order-space-dto';
|
|
877
|
+
export * from './work-order-sponsor-dto';
|
|
839
878
|
export * from './work-order-spot-check-vo';
|
|
840
879
|
export * from './work-order-staging-data-vo';
|
|
841
880
|
export * from './work-order-status-vo';
|
|
842
881
|
export * from './work-order-step-by-step-push-dto';
|
|
843
882
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
883
|
+
export * from './work-order-surveillance-dto';
|
|
844
884
|
export * from './work-order-type-dto';
|
|
845
885
|
export * from './work-order-type-enum';
|
|
846
886
|
export * from './wx-ma-user-info';
|