@gizone/rrs-client 3.11.16-alpha.83 → 3.11.17-alpha.84
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 +23 -1
- package/README.md +2 -2
- package/apis/space-api.ts +25 -15
- package/apis/surveillance-api.ts +1343 -102
- package/apis/work-order-api.ts +398 -10
- package/configuration.ts +1 -1
- package/dist/apis/space-api.d.ts +14 -7
- package/dist/apis/space-api.js +16 -11
- package/dist/apis/surveillance-api.d.ts +678 -0
- package/dist/apis/surveillance-api.js +960 -82
- package/dist/apis/work-order-api.d.ts +215 -10
- package/dist/apis/work-order-api.js +293 -4
- package/dist/configuration.js +1 -1
- 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 +678 -0
- package/dist/esm/apis/surveillance-api.js +959 -81
- package/dist/esm/apis/work-order-api.d.ts +215 -10
- package/dist/esm/apis/work-order-api.js +293 -4
- package/dist/esm/configuration.js +1 -1
- 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/get-user-wx200-response.d.ts +8 -8
- package/dist/esm/models/index.d.ts +23 -1
- package/dist/esm/models/index.js +23 -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/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-new-work-monitor-repair-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +56 -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 +56 -0
- package/dist/esm/models/json-result-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +56 -0
- package/dist/esm/models/json-result-surveillance-live-dto.js +14 -0
- package/dist/esm/models/new-work-monitor-repair-add-vo.d.ts +87 -0
- package/dist/esm/models/new-work-monitor-repair-add-vo.js +14 -0
- package/dist/esm/models/new-work-monitor-repair-details-dto.d.ts +184 -0
- package/dist/esm/models/new-work-monitor-repair-details-dto.js +20 -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/process-new-work-monitor-repair-vo.d.ts +30 -0
- package/dist/esm/models/process-new-work-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-add-vo.d.ts +156 -0
- package/dist/esm/models/surveillance-add-vo.js +14 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +222 -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-status-enum.d.ts +21 -0
- package/dist/esm/models/surveillance-status-enum.js +22 -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/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +42 -0
- package/dist/esm/models/work-order-decision-vo.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 +3 -0
- package/dist/esm/models/work-order-internal-status-enum.js +4 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +3 -0
- package/dist/esm/models/work-order-issue-type-enum.js +4 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -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 +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/functional-area-enum.d.ts +26 -0
- package/dist/models/functional-area-enum.js +30 -0
- package/dist/models/get-user-wx200-response.d.ts +8 -8
- package/dist/models/index.d.ts +23 -1
- package/dist/models/index.js +23 -1
- package/dist/models/installation-body-enum.d.ts +22 -0
- package/dist/models/installation-body-enum.js +26 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-new-work-monitor-repair-details-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-details-dto.d.ts +56 -0
- package/dist/models/json-result-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-live-dto.d.ts +56 -0
- package/dist/models/json-result-surveillance-live-dto.js +15 -0
- package/dist/models/new-work-monitor-repair-add-vo.d.ts +87 -0
- package/dist/models/new-work-monitor-repair-add-vo.js +15 -0
- package/dist/models/new-work-monitor-repair-details-dto.d.ts +184 -0
- package/dist/models/new-work-monitor-repair-details-dto.js +23 -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/process-new-work-monitor-repair-vo.d.ts +30 -0
- package/dist/models/process-new-work-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-add-vo.d.ts +156 -0
- package/dist/models/surveillance-add-vo.js +15 -0
- package/dist/models/surveillance-details-dto.d.ts +222 -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-status-enum.d.ts +21 -0
- package/dist/models/surveillance-status-enum.js +25 -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/sys-user.d.ts +4 -4
- package/dist/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/models/work-order-decision-vo.d.ts +42 -0
- package/dist/models/work-order-decision-vo.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 +3 -0
- package/dist/models/work-order-internal-status-enum.js +4 -1
- package/dist/models/work-order-issue-type-enum.d.ts +3 -0
- package/dist/models/work-order-issue-type-enum.js +4 -1
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -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 +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/functional-area-enum.ts +36 -0
- package/models/get-user-wx200-response.ts +8 -8
- package/models/index.ts +23 -1
- package/models/installation-body-enum.ts +32 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-new-work-monitor-repair-details-dto.ts +66 -0
- package/models/json-result-page-dto-surveillance-details-dto.ts +66 -0
- package/models/json-result-surveillance-details-dto.ts +66 -0
- package/models/json-result-surveillance-live-dto.ts +66 -0
- package/models/new-work-monitor-repair-add-vo.ts +101 -0
- package/models/new-work-monitor-repair-details-dto.ts +221 -0
- package/models/page-dto-surveillance-details-dto.ts +39 -0
- package/models/process-new-work-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-add-vo.ts +162 -0
- package/models/surveillance-details-dto.ts +242 -0
- package/models/surveillance-live-dto.ts +54 -0
- package/models/surveillance-status-enum.ts +31 -0
- package/models/surveillance-update-vo.ts +74 -0
- package/models/surveillance.ts +59 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-circulation-vo.ts +12 -0
- package/models/work-order-decision-vo.ts +48 -0
- package/models/work-order-handler-dto.ts +71 -0
- package/models/work-order-internal-status-enum.ts +4 -1
- package/models/work-order-issue-type-enum.ts +4 -1
- package/models/work-order-source-enum.ts +2 -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 +2 -1
- package/package.json +1 -1
- /package/dist/esm/models/{space-add-point-vo.js → json-result-new-work-monitor-repair-details-dto.js} +0 -0
- /package/dist/models/{space-add-point-vo.js → json-result-new-work-monitor-repair-details-dto.js} +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 监控状态枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const SurveillanceStatusEnum = {
|
|
24
|
+
OnLine: 'ON_LINE',
|
|
25
|
+
OffLine: 'OFF_LINE'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type SurveillanceStatusEnum = typeof SurveillanceStatusEnum[keyof typeof SurveillanceStatusEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 监控更新参数
|
|
25
|
+
* @export
|
|
26
|
+
* @interface SurveillanceUpdateVo
|
|
27
|
+
*/
|
|
28
|
+
export interface SurveillanceUpdateVo {
|
|
29
|
+
/**
|
|
30
|
+
* 空间ID
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof SurveillanceUpdateVo
|
|
33
|
+
*/
|
|
34
|
+
'spaceId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {FunctionalAreaEnum}
|
|
38
|
+
* @memberof SurveillanceUpdateVo
|
|
39
|
+
*/
|
|
40
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
41
|
+
/**
|
|
42
|
+
* 监控名称
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SurveillanceUpdateVo
|
|
45
|
+
*/
|
|
46
|
+
'surveillanceName'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {InstallationBodyEnum}
|
|
50
|
+
* @memberof SurveillanceUpdateVo
|
|
51
|
+
*/
|
|
52
|
+
'installationBody'?: InstallationBodyEnum;
|
|
53
|
+
/**
|
|
54
|
+
* 安装单位
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SurveillanceUpdateVo
|
|
57
|
+
*/
|
|
58
|
+
'installationUnit'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 建设时间
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SurveillanceUpdateVo
|
|
63
|
+
*/
|
|
64
|
+
'constructionTime'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 是否空间显示
|
|
67
|
+
* @type {boolean}
|
|
68
|
+
* @memberof SurveillanceUpdateVo
|
|
69
|
+
*/
|
|
70
|
+
'isShowSpace'?: boolean;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { SurveillanceStatusEnum } from './surveillance-status-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 监控详情
|
|
22
|
+
* @export
|
|
23
|
+
* @interface Surveillance
|
|
24
|
+
*/
|
|
25
|
+
export interface Surveillance {
|
|
26
|
+
/**
|
|
27
|
+
* 监控ID
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof Surveillance
|
|
30
|
+
*/
|
|
31
|
+
'surveillanceId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 空间ID
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof Surveillance
|
|
36
|
+
*/
|
|
37
|
+
'spaceId'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 监控名称
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof Surveillance
|
|
42
|
+
*/
|
|
43
|
+
'surveillanceName'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 监控点位
|
|
46
|
+
* @type {Array<number>}
|
|
47
|
+
* @memberof Surveillance
|
|
48
|
+
*/
|
|
49
|
+
'surveillancePoint'?: Array<number>;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {SurveillanceStatusEnum}
|
|
53
|
+
* @memberof Surveillance
|
|
54
|
+
*/
|
|
55
|
+
'surveillanceStatus'?: SurveillanceStatusEnum;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
package/models/sys-user.ts
CHANGED
|
@@ -364,15 +364,15 @@ export interface SysUser {
|
|
|
364
364
|
'supplierId'?: number;
|
|
365
365
|
/**
|
|
366
366
|
*
|
|
367
|
-
* @type {
|
|
367
|
+
* @type {number}
|
|
368
368
|
* @memberof SysUser
|
|
369
369
|
*/
|
|
370
|
-
'
|
|
370
|
+
'cuserId'?: number;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @type {
|
|
373
|
+
* @type {string}
|
|
374
374
|
* @memberof SysUser
|
|
375
375
|
*/
|
|
376
|
-
'
|
|
376
|
+
'cid'?: string;
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -47,6 +47,18 @@ export interface WorkOrderCirculationVo {
|
|
|
47
47
|
* @memberof WorkOrderCirculationVo
|
|
48
48
|
*/
|
|
49
49
|
'handleUserId'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 处理人名称
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof WorkOrderCirculationVo
|
|
54
|
+
*/
|
|
55
|
+
'handlerUserName'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 处理人部门Id
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof WorkOrderCirculationVo
|
|
60
|
+
*/
|
|
61
|
+
'handlerUserDeptId'?: number;
|
|
50
62
|
/**
|
|
51
63
|
* 处理事件 initiate:发起工单 reassignment:转派工单 receivingOrders:接单 accomplish:完成工单 spotCheck:抽检 overdue:逾期 closed:关闭
|
|
52
64
|
* @type {string}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 工单判定参数
|
|
19
|
+
* @export
|
|
20
|
+
* @interface WorkOrderDecisionVo
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkOrderDecisionVo {
|
|
23
|
+
/**
|
|
24
|
+
* 是否需要维修
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof WorkOrderDecisionVo
|
|
27
|
+
*/
|
|
28
|
+
'isNeedRepair'?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* 维修金额
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof WorkOrderDecisionVo
|
|
33
|
+
*/
|
|
34
|
+
'repairAmount'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 原因描述
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof WorkOrderDecisionVo
|
|
39
|
+
*/
|
|
40
|
+
'remarks'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 处理人ID
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof WorkOrderDecisionVo
|
|
45
|
+
*/
|
|
46
|
+
'handlerUserId'?: number;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WorkOrderHandlerStatusEnum } from './work-order-handler-status-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 工单处理人
|
|
22
|
+
* @export
|
|
23
|
+
* @interface WorkOrderHandlerDto
|
|
24
|
+
*/
|
|
25
|
+
export interface WorkOrderHandlerDto {
|
|
26
|
+
/**
|
|
27
|
+
* 处理人id
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof WorkOrderHandlerDto
|
|
30
|
+
*/
|
|
31
|
+
'handlerUserId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 处理人名称
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof WorkOrderHandlerDto
|
|
36
|
+
*/
|
|
37
|
+
'handlerUserName'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 处理人部门id
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof WorkOrderHandlerDto
|
|
42
|
+
*/
|
|
43
|
+
'handlerUserDeptId'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 处理人部门名称/租户名称
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof WorkOrderHandlerDto
|
|
48
|
+
*/
|
|
49
|
+
'handlerUserDeptName'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 处理时间
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof WorkOrderHandlerDto
|
|
54
|
+
*/
|
|
55
|
+
'handlerTime'?: string;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {WorkOrderHandlerStatusEnum}
|
|
59
|
+
* @memberof WorkOrderHandlerDto
|
|
60
|
+
*/
|
|
61
|
+
'handlerResult'?: WorkOrderHandlerStatusEnum;
|
|
62
|
+
/**
|
|
63
|
+
* 处理照片
|
|
64
|
+
* @type {Array<string>}
|
|
65
|
+
* @memberof WorkOrderHandlerDto
|
|
66
|
+
*/
|
|
67
|
+
'handlerImage'?: Array<string>;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
@@ -24,7 +24,10 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
24
24
|
RepairInProgressLevelOne: 'REPAIR_IN_PROGRESS_LEVEL_ONE',
|
|
25
25
|
RepairInProgressLevelTwo: 'REPAIR_IN_PROGRESS_LEVEL_TWO',
|
|
26
26
|
RepairInProgressLevelThree: 'REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
27
|
-
RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR'
|
|
27
|
+
RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR',
|
|
28
|
+
NewWorkMonitorRepairInProgressLevelOne: 'NEW_WORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_ONE',
|
|
29
|
+
NewWorkMonitorRepairInProgressLevelTwo: 'NEW_WORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_TWO',
|
|
30
|
+
NewWorkMonitorRepairInProgressLevelThree: 'NEW_WORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE'
|
|
28
31
|
} as const;
|
|
29
32
|
|
|
30
33
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -27,7 +27,10 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
27
27
|
SurveillanceIssues: 'SURVEILLANCE_ISSUES',
|
|
28
28
|
HygieneAndGreeningIssue: 'HYGIENE_AND_GREENING_ISSUE',
|
|
29
29
|
FacilityDamageIssue: 'FACILITY_DAMAGE_ISSUE',
|
|
30
|
-
SecurityIssue: 'SECURITY_ISSUE'
|
|
30
|
+
SecurityIssue: 'SECURITY_ISSUE',
|
|
31
|
+
Networking: 'NETWORKING',
|
|
32
|
+
Surveillance: 'SURVEILLANCE',
|
|
33
|
+
DesktopTerminal: 'DESKTOP_TERMINAL'
|
|
31
34
|
} as const;
|
|
32
35
|
|
|
33
36
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -26,7 +26,8 @@ export const WorkOrderSourceEnum = {
|
|
|
26
26
|
AlterTransferWorkOrder: 'ALTER_TRANSFER_WORK_ORDER',
|
|
27
27
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
28
28
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
29
|
-
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER'
|
|
29
|
+
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
30
|
+
SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER'
|
|
30
31
|
} as const;
|
|
31
32
|
|
|
32
33
|
export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
|
|
@@ -13,27 +13,30 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { SpacePointDTO } from './space-point-dto';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
|
-
*
|
|
18
|
+
* 空间详情
|
|
22
19
|
* @export
|
|
23
|
-
* @interface
|
|
20
|
+
* @interface WorkOrderSpaceDto
|
|
24
21
|
*/
|
|
25
|
-
export interface
|
|
22
|
+
export interface WorkOrderSpaceDto {
|
|
26
23
|
/**
|
|
27
24
|
* 空间id
|
|
28
25
|
* @type {number}
|
|
29
|
-
* @memberof
|
|
26
|
+
* @memberof WorkOrderSpaceDto
|
|
30
27
|
*/
|
|
31
28
|
'spaceId'?: number;
|
|
32
29
|
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {
|
|
35
|
-
* @memberof
|
|
30
|
+
* 空间名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof WorkOrderSpaceDto
|
|
36
33
|
*/
|
|
37
|
-
'
|
|
34
|
+
'spaceName'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 父名称
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof WorkOrderSpaceDto
|
|
39
|
+
*/
|
|
40
|
+
'parentName'?: string;
|
|
38
41
|
}
|
|
39
42
|
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 工单发起方
|
|
19
|
+
* @export
|
|
20
|
+
* @interface WorkOrderSponsorDto
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkOrderSponsorDto {
|
|
23
|
+
/**
|
|
24
|
+
* 发起时间
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof WorkOrderSponsorDto
|
|
27
|
+
*/
|
|
28
|
+
'startTime'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 发起人id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof WorkOrderSponsorDto
|
|
33
|
+
*/
|
|
34
|
+
'sponsorId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 发起人名称
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof WorkOrderSponsorDto
|
|
39
|
+
*/
|
|
40
|
+
'sponsorName'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 发起人部门id
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof WorkOrderSponsorDto
|
|
45
|
+
*/
|
|
46
|
+
'sponsorUserDeptId'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 发起人部门名称/租户名称
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof WorkOrderSponsorDto
|
|
51
|
+
*/
|
|
52
|
+
'sponsorUserDeptName'?: string;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 工单监控设备详情
|
|
19
|
+
* @export
|
|
20
|
+
* @interface WorkOrderSurveillanceDto
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkOrderSurveillanceDto {
|
|
23
|
+
/**
|
|
24
|
+
* 监控设备id
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof WorkOrderSurveillanceDto
|
|
27
|
+
*/
|
|
28
|
+
'surveillanceId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 监控设备名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof WorkOrderSurveillanceDto
|
|
33
|
+
*/
|
|
34
|
+
'surveillanceName'?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -35,7 +35,8 @@ export const WorkOrderTypeEnum = {
|
|
|
35
35
|
WaterPurificationMeterWorkOrder: 'WATER_PURIFICATION_METER_WORK_ORDER',
|
|
36
36
|
GasMeterWorkOrder: 'GAS_METER_WORK_ORDER',
|
|
37
37
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
38
|
-
AiInspection: 'AI_INSPECTION'
|
|
38
|
+
AiInspection: 'AI_INSPECTION',
|
|
39
|
+
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER'
|
|
39
40
|
} as const;
|
|
40
41
|
|
|
41
42
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
package/package.json
CHANGED
|
File without changes
|
/package/dist/models/{space-add-point-vo.js → json-result-new-work-monitor-repair-details-dto.js}
RENAMED
|
File without changes
|