@gizone/rrs-client 4.2.5-alpha.394 → 4.2.5-alpha.396
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 +3 -0
- package/apis/work-order-api.ts +329 -137
- package/dist/apis/work-order-api.d.ts +181 -79
- package/dist/apis/work-order-api.js +254 -110
- package/dist/esm/apis/work-order-api.d.ts +181 -79
- package/dist/esm/apis/work-order-api.js +253 -109
- package/dist/esm/models/exploration-work-order-add-vo.d.ts +123 -0
- package/dist/esm/models/exploration-work-order-add-vo.js +19 -0
- package/dist/esm/models/exploration-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/exploration-work-order-details-dto.js +5 -1
- package/dist/esm/models/exploration-work-order-info.d.ts +6 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +3 -0
- package/dist/esm/models/json-result-work-order-spot-check-dto.d.ts +62 -0
- package/dist/esm/models/json-result-work-order-spot-check-dto.js +14 -0
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.js +5 -1
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +12 -0
- package/dist/esm/models/network-monitor-repair-details-dto.js +5 -1
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.js +5 -1
- package/dist/esm/models/period-detail-resp.d.ts +12 -36
- package/dist/esm/models/period-detail-resp.js +5 -5
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/violation-work-order-details-dto.js +5 -1
- package/dist/esm/models/work-order-add-vo.d.ts +6 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +11 -35
- package/dist/esm/models/work-order-detail-dto.js +4 -4
- package/dist/esm/models/work-order-search-dto.d.ts +11 -11
- package/dist/esm/models/work-order-search-dto.js +4 -4
- 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/work-order-spot-check-dto.d.ts +79 -0
- package/dist/esm/models/work-order-spot-check-dto.js +18 -0
- package/dist/esm/models/work-order-spot-check-vo.d.ts +20 -14
- package/dist/esm/models/work-order-spot-check-vo.js +5 -1
- package/dist/models/exploration-work-order-add-vo.d.ts +123 -0
- package/dist/models/exploration-work-order-add-vo.js +22 -0
- package/dist/models/exploration-work-order-details-dto.d.ts +12 -0
- package/dist/models/exploration-work-order-details-dto.js +6 -0
- package/dist/models/exploration-work-order-info.d.ts +6 -0
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.js +3 -0
- package/dist/models/json-result-work-order-spot-check-dto.d.ts +62 -0
- package/dist/models/json-result-work-order-spot-check-dto.js +15 -0
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -0
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.js +6 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +12 -0
- package/dist/models/network-monitor-repair-details-dto.js +6 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +12 -0
- package/dist/models/offline-alert-work-order-details-dto.js +6 -0
- package/dist/models/period-detail-resp.d.ts +12 -36
- package/dist/models/period-detail-resp.js +6 -6
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/violation-work-order-details-dto.d.ts +12 -0
- package/dist/models/violation-work-order-details-dto.js +6 -0
- package/dist/models/work-order-add-vo.d.ts +6 -0
- package/dist/models/work-order-detail-dto.d.ts +11 -35
- package/dist/models/work-order-detail-dto.js +5 -5
- package/dist/models/work-order-search-dto.d.ts +11 -11
- package/dist/models/work-order-search-dto.js +5 -5
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -1
- package/dist/models/work-order-spot-check-dto.d.ts +79 -0
- package/dist/models/work-order-spot-check-dto.js +21 -0
- package/dist/models/work-order-spot-check-vo.d.ts +20 -14
- package/dist/models/work-order-spot-check-vo.js +6 -0
- package/models/exploration-work-order-add-vo.ts +136 -0
- package/models/exploration-work-order-details-dto.ts +13 -0
- package/models/exploration-work-order-info.ts +6 -0
- package/models/index.ts +3 -0
- package/models/json-result-work-order-spot-check-dto.ts +72 -0
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +13 -0
- package/models/network-monitor-repair-details-dto.ts +13 -0
- package/models/offline-alert-work-order-details-dto.ts +13 -0
- package/models/period-detail-resp.ts +13 -37
- package/models/sys-user.ts +4 -4
- package/models/violation-work-order-details-dto.ts +13 -0
- package/models/work-order-add-vo.ts +6 -0
- package/models/work-order-detail-dto.ts +11 -35
- package/models/work-order-search-dto.ts +11 -11
- package/models/work-order-source-enum.ts +2 -1
- package/models/work-order-spot-check-dto.ts +90 -0
- package/models/work-order-spot-check-vo.ts +23 -14
- package/package.json +1 -1
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
export const WorkOrderSearchDTOSpotCheckStatusEnum = {
|
|
15
|
+
NotCheck: 'NOT_CHECK',
|
|
16
|
+
Pass: 'PASS',
|
|
17
|
+
Fail: 'FAIL'
|
|
18
18
|
};
|
|
@@ -24,5 +24,6 @@ export declare const WorkOrderSourceEnum: {
|
|
|
24
24
|
readonly OfflineTransferWorkOrder: "OFFLINE_TRANSFER_WORK_ORDER";
|
|
25
25
|
readonly HkAiAlertTransferWorkOrder: "HK_AI_ALERT_TRANSFER_WORK_ORDER";
|
|
26
26
|
readonly DisasterWarningTransferWorkOrder: "DISASTER_WARNING_TRANSFER_WORK_ORDER";
|
|
27
|
+
readonly SpotCheckTransferWorkOrder: "SPOT_CHECK_TRANSFER_WORK_ORDER";
|
|
27
28
|
};
|
|
28
29
|
export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
|
|
@@ -25,5 +25,6 @@ export const WorkOrderSourceEnum = {
|
|
|
25
25
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
26
26
|
OfflineTransferWorkOrder: 'OFFLINE_TRANSFER_WORK_ORDER',
|
|
27
27
|
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER',
|
|
28
|
-
DisasterWarningTransferWorkOrder: 'DISASTER_WARNING_TRANSFER_WORK_ORDER'
|
|
28
|
+
DisasterWarningTransferWorkOrder: 'DISASTER_WARNING_TRANSFER_WORK_ORDER',
|
|
29
|
+
SpotCheckTransferWorkOrder: 'SPOT_CHECK_TRANSFER_WORK_ORDER'
|
|
29
30
|
};
|
|
@@ -0,0 +1,79 @@
|
|
|
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 { FollowupWorkOrderDTO } from './followup-work-order-dto';
|
|
13
|
+
/**
|
|
14
|
+
* 工单抽检数据传输对象
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WorkOrderSpotCheckDto
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkOrderSpotCheckDto {
|
|
19
|
+
/**
|
|
20
|
+
* 抽检的工单ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof WorkOrderSpotCheckDto
|
|
23
|
+
*/
|
|
24
|
+
'workOrderId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 抽检结果
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof WorkOrderSpotCheckDto
|
|
29
|
+
*/
|
|
30
|
+
'checkStatus'?: WorkOrderSpotCheckDtoCheckStatusEnum;
|
|
31
|
+
/**
|
|
32
|
+
* 抽检时间
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof WorkOrderSpotCheckDto
|
|
35
|
+
*/
|
|
36
|
+
'checkTime'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 抽检图片
|
|
39
|
+
* @type {Array<string>}
|
|
40
|
+
* @memberof WorkOrderSpotCheckDto
|
|
41
|
+
*/
|
|
42
|
+
'checkImages'?: Array<string>;
|
|
43
|
+
/**
|
|
44
|
+
* 抽检人姓名
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof WorkOrderSpotCheckDto
|
|
47
|
+
*/
|
|
48
|
+
'checkUserName'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* 抽检人ID
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof WorkOrderSpotCheckDto
|
|
53
|
+
*/
|
|
54
|
+
'checkUserId'?: number;
|
|
55
|
+
/**
|
|
56
|
+
* 抽检备注
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof WorkOrderSpotCheckDto
|
|
59
|
+
*/
|
|
60
|
+
'checkRemarks'?: string;
|
|
61
|
+
/**
|
|
62
|
+
* 抽检项ID
|
|
63
|
+
* @type {Array<string>}
|
|
64
|
+
* @memberof WorkOrderSpotCheckDto
|
|
65
|
+
*/
|
|
66
|
+
'inspectionItemIds'?: Array<string>;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {FollowupWorkOrderDTO}
|
|
70
|
+
* @memberof WorkOrderSpotCheckDto
|
|
71
|
+
*/
|
|
72
|
+
'followupWorkOrder'?: FollowupWorkOrderDTO;
|
|
73
|
+
}
|
|
74
|
+
export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
|
|
75
|
+
readonly NotCheck: "NOT_CHECK";
|
|
76
|
+
readonly Pass: "PASS";
|
|
77
|
+
readonly Fail: "FAIL";
|
|
78
|
+
};
|
|
79
|
+
export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
|
|
@@ -0,0 +1,18 @@
|
|
|
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 const WorkOrderSpotCheckDtoCheckStatusEnum = {
|
|
15
|
+
NotCheck: 'NOT_CHECK',
|
|
16
|
+
Pass: 'PASS',
|
|
17
|
+
Fail: 'FAIL'
|
|
18
|
+
};
|
|
@@ -17,32 +17,38 @@
|
|
|
17
17
|
export interface WorkOrderSpotCheckVo {
|
|
18
18
|
/**
|
|
19
19
|
* 抽检状态
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {string}
|
|
21
21
|
* @memberof WorkOrderSpotCheckVo
|
|
22
22
|
*/
|
|
23
|
-
'
|
|
23
|
+
'spotCheckStatus': WorkOrderSpotCheckVoSpotCheckStatusEnum;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {
|
|
25
|
+
* 抽检项ID
|
|
26
|
+
* @type {Array<number>}
|
|
27
27
|
* @memberof WorkOrderSpotCheckVo
|
|
28
28
|
*/
|
|
29
|
-
'
|
|
29
|
+
'inspectionItemIds'?: Array<number>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
31
|
+
* 抽检图片
|
|
32
|
+
* @type {Array<string>}
|
|
33
33
|
* @memberof WorkOrderSpotCheckVo
|
|
34
34
|
*/
|
|
35
|
-
'
|
|
35
|
+
'checkImages'?: Array<string>;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {
|
|
37
|
+
* 抽检备注
|
|
38
|
+
* @type {string}
|
|
39
39
|
* @memberof WorkOrderSpotCheckVo
|
|
40
40
|
*/
|
|
41
|
-
'
|
|
41
|
+
'checkRemarks'?: string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {
|
|
43
|
+
* 是否生成新工单
|
|
44
|
+
* @type {boolean}
|
|
45
45
|
* @memberof WorkOrderSpotCheckVo
|
|
46
46
|
*/
|
|
47
|
-
'
|
|
47
|
+
'isNewWork': boolean;
|
|
48
48
|
}
|
|
49
|
+
export declare const WorkOrderSpotCheckVoSpotCheckStatusEnum: {
|
|
50
|
+
readonly NotCheck: "NOT_CHECK";
|
|
51
|
+
readonly Pass: "PASS";
|
|
52
|
+
readonly Fail: "FAIL";
|
|
53
|
+
};
|
|
54
|
+
export type WorkOrderSpotCheckVoSpotCheckStatusEnum = typeof WorkOrderSpotCheckVoSpotCheckStatusEnum[keyof typeof WorkOrderSpotCheckVoSpotCheckStatusEnum];
|
|
@@ -0,0 +1,123 @@
|
|
|
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 { ExplorationWorkOrderTypeEnum } from './exploration-work-order-type-enum';
|
|
13
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 新增勘探工单
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ExplorationWorkOrderAddVo
|
|
18
|
+
*/
|
|
19
|
+
export interface ExplorationWorkOrderAddVo {
|
|
20
|
+
/**
|
|
21
|
+
* 园区ID
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
24
|
+
*/
|
|
25
|
+
'parkId'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 保险单号
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
30
|
+
*/
|
|
31
|
+
'insuranceNo'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 问题单号
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
36
|
+
*/
|
|
37
|
+
'issueNo'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ExplorationWorkOrderTypeEnum}
|
|
41
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
42
|
+
*/
|
|
43
|
+
'explorationType': ExplorationWorkOrderTypeEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 问题时间
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
48
|
+
*/
|
|
49
|
+
'issueTime'?: string;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
53
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
54
|
+
*/
|
|
55
|
+
'issueType': WorkOrderIssueTypeEnum;
|
|
56
|
+
/**
|
|
57
|
+
* 问题描述
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
60
|
+
*/
|
|
61
|
+
'issueDesc': string;
|
|
62
|
+
/**
|
|
63
|
+
* 问题设备ID
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
66
|
+
*/
|
|
67
|
+
'issueEquipmentId': number;
|
|
68
|
+
/**
|
|
69
|
+
* 问题空间ID
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
72
|
+
*/
|
|
73
|
+
'issueSpaceId': number;
|
|
74
|
+
/**
|
|
75
|
+
* 风险类别
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
78
|
+
*/
|
|
79
|
+
'riskCategory'?: string;
|
|
80
|
+
/**
|
|
81
|
+
* 勘探隐患等级
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
84
|
+
*/
|
|
85
|
+
'hazardLevel': ExplorationWorkOrderAddVoHazardLevelEnum;
|
|
86
|
+
/**
|
|
87
|
+
* 要求整改时间
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
90
|
+
*/
|
|
91
|
+
'rectificationTime'?: string;
|
|
92
|
+
/**
|
|
93
|
+
* 隐患照片
|
|
94
|
+
* @type {Array<string>}
|
|
95
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
96
|
+
*/
|
|
97
|
+
'hazardPhotoUrls': Array<string>;
|
|
98
|
+
/**
|
|
99
|
+
* 预计执行时间(分钟)
|
|
100
|
+
* @type {number}
|
|
101
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
102
|
+
*/
|
|
103
|
+
'estimateExecutionTime'?: number;
|
|
104
|
+
/**
|
|
105
|
+
* 执行部门
|
|
106
|
+
* @type {Array<number>}
|
|
107
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
108
|
+
*/
|
|
109
|
+
'deptIds': Array<number>;
|
|
110
|
+
/**
|
|
111
|
+
* 执行人
|
|
112
|
+
* @type {number}
|
|
113
|
+
* @memberof ExplorationWorkOrderAddVo
|
|
114
|
+
*/
|
|
115
|
+
'handlerUserId'?: number;
|
|
116
|
+
}
|
|
117
|
+
export declare const ExplorationWorkOrderAddVoHazardLevelEnum: {
|
|
118
|
+
readonly A: "A";
|
|
119
|
+
readonly B: "B";
|
|
120
|
+
readonly C: "C";
|
|
121
|
+
readonly D: "D";
|
|
122
|
+
};
|
|
123
|
+
export type ExplorationWorkOrderAddVoHazardLevelEnum = typeof ExplorationWorkOrderAddVoHazardLevelEnum[keyof typeof ExplorationWorkOrderAddVoHazardLevelEnum];
|
|
@@ -0,0 +1,22 @@
|
|
|
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.ExplorationWorkOrderAddVoHazardLevelEnum = void 0;
|
|
17
|
+
exports.ExplorationWorkOrderAddVoHazardLevelEnum = {
|
|
18
|
+
A: 'A',
|
|
19
|
+
B: 'B',
|
|
20
|
+
C: 'C',
|
|
21
|
+
D: 'D'
|
|
22
|
+
};
|
|
@@ -120,4 +120,16 @@ export interface ExplorationWorkOrderDetailsDto {
|
|
|
120
120
|
* @memberof ExplorationWorkOrderDetailsDto
|
|
121
121
|
*/
|
|
122
122
|
'equipments'?: Array<WorkOrderEquipmentDto>;
|
|
123
|
+
/**
|
|
124
|
+
* 抽检结果
|
|
125
|
+
* @type {string}
|
|
126
|
+
* @memberof ExplorationWorkOrderDetailsDto
|
|
127
|
+
*/
|
|
128
|
+
'spotCheckStatus'?: ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum;
|
|
123
129
|
}
|
|
130
|
+
export declare const ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum: {
|
|
131
|
+
readonly NotCheck: "NOT_CHECK";
|
|
132
|
+
readonly Pass: "PASS";
|
|
133
|
+
readonly Fail: "FAIL";
|
|
134
|
+
};
|
|
135
|
+
export type ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum = typeof ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum[keyof typeof ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum];
|
|
@@ -13,3 +13,9 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum = void 0;
|
|
17
|
+
exports.ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum = {
|
|
18
|
+
NotCheck: 'NOT_CHECK',
|
|
19
|
+
Pass: 'PASS',
|
|
20
|
+
Fail: 'FAIL'
|
|
21
|
+
};
|
|
@@ -17,6 +17,12 @@ import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
|
17
17
|
* @interface ExplorationWorkOrderInfo
|
|
18
18
|
*/
|
|
19
19
|
export interface ExplorationWorkOrderInfo {
|
|
20
|
+
/**
|
|
21
|
+
* 保险单号
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof ExplorationWorkOrderInfo
|
|
24
|
+
*/
|
|
25
|
+
'insuranceNo'?: string;
|
|
20
26
|
/**
|
|
21
27
|
* 问题单号
|
|
22
28
|
* @type {string}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -115,6 +115,7 @@ export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
|
115
115
|
export * from './excel-import-result-dtosurveillance-batch-import-template-dto';
|
|
116
116
|
export * from './excel-import-result-dtosurveillance-settings-export-dto';
|
|
117
117
|
export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
118
|
+
export * from './exploration-work-order-add-vo';
|
|
118
119
|
export * from './exploration-work-order-details-dto';
|
|
119
120
|
export * from './exploration-work-order-info';
|
|
120
121
|
export * from './exploration-work-order-submit-vo';
|
|
@@ -255,6 +256,7 @@ export * from './json-result-void';
|
|
|
255
256
|
export * from './json-result-work-order-dept-settings-entity';
|
|
256
257
|
export * from './json-result-work-order-detail-dto';
|
|
257
258
|
export * from './json-result-work-order-issue-type-settings-entity';
|
|
259
|
+
export * from './json-result-work-order-spot-check-dto';
|
|
258
260
|
export * from './login-body';
|
|
259
261
|
export * from './login-type-enum';
|
|
260
262
|
export * from './maintenance-history-dto';
|
|
@@ -466,6 +468,7 @@ export * from './work-order-settings-type-enum';
|
|
|
466
468
|
export * from './work-order-source-enum';
|
|
467
469
|
export * from './work-order-space-dto';
|
|
468
470
|
export * from './work-order-sponsor-dto';
|
|
471
|
+
export * from './work-order-spot-check-dto';
|
|
469
472
|
export * from './work-order-spot-check-vo';
|
|
470
473
|
export * from './work-order-staging-data-vo';
|
|
471
474
|
export * from './work-order-status-enum';
|
package/dist/models/index.js
CHANGED
|
@@ -131,6 +131,7 @@ __exportStar(require("./excel-import-result-dtomaintenance-standard-import-dto")
|
|
|
131
131
|
__exportStar(require("./excel-import-result-dtosurveillance-batch-import-template-dto"), exports);
|
|
132
132
|
__exportStar(require("./excel-import-result-dtosurveillance-settings-export-dto"), exports);
|
|
133
133
|
__exportStar(require("./excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
|
|
134
|
+
__exportStar(require("./exploration-work-order-add-vo"), exports);
|
|
134
135
|
__exportStar(require("./exploration-work-order-details-dto"), exports);
|
|
135
136
|
__exportStar(require("./exploration-work-order-info"), exports);
|
|
136
137
|
__exportStar(require("./exploration-work-order-submit-vo"), exports);
|
|
@@ -271,6 +272,7 @@ __exportStar(require("./json-result-void"), exports);
|
|
|
271
272
|
__exportStar(require("./json-result-work-order-dept-settings-entity"), exports);
|
|
272
273
|
__exportStar(require("./json-result-work-order-detail-dto"), exports);
|
|
273
274
|
__exportStar(require("./json-result-work-order-issue-type-settings-entity"), exports);
|
|
275
|
+
__exportStar(require("./json-result-work-order-spot-check-dto"), exports);
|
|
274
276
|
__exportStar(require("./login-body"), exports);
|
|
275
277
|
__exportStar(require("./login-type-enum"), exports);
|
|
276
278
|
__exportStar(require("./maintenance-history-dto"), exports);
|
|
@@ -482,6 +484,7 @@ __exportStar(require("./work-order-settings-type-enum"), exports);
|
|
|
482
484
|
__exportStar(require("./work-order-source-enum"), exports);
|
|
483
485
|
__exportStar(require("./work-order-space-dto"), exports);
|
|
484
486
|
__exportStar(require("./work-order-sponsor-dto"), exports);
|
|
487
|
+
__exportStar(require("./work-order-spot-check-dto"), exports);
|
|
485
488
|
__exportStar(require("./work-order-spot-check-vo"), exports);
|
|
486
489
|
__exportStar(require("./work-order-staging-data-vo"), exports);
|
|
487
490
|
__exportStar(require("./work-order-status-enum"), exports);
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { WorkOrderSpotCheckDto } from './work-order-spot-check-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultWorkOrderSpotCheckDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultWorkOrderSpotCheckDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultWorkOrderSpotCheckDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultWorkOrderSpotCheckDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultWorkOrderSpotCheckDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {WorkOrderSpotCheckDto}
|
|
41
|
+
* @memberof JsonResultWorkOrderSpotCheckDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: WorkOrderSpotCheckDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultWorkOrderSpotCheckDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultWorkOrderSpotCheckDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultWorkOrderSpotCheckDto
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 });
|
|
@@ -106,4 +106,16 @@ export interface MonitoringCoverageAlertWorkOrderDetailsDto {
|
|
|
106
106
|
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
107
107
|
*/
|
|
108
108
|
'isTimeOut'?: boolean;
|
|
109
|
+
/**
|
|
110
|
+
* 抽检结果
|
|
111
|
+
* @type {string}
|
|
112
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
113
|
+
*/
|
|
114
|
+
'spotCheckStatus'?: MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum;
|
|
109
115
|
}
|
|
116
|
+
export declare const MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum: {
|
|
117
|
+
readonly NotCheck: "NOT_CHECK";
|
|
118
|
+
readonly Pass: "PASS";
|
|
119
|
+
readonly Fail: "FAIL";
|
|
120
|
+
};
|
|
121
|
+
export type MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum = typeof MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum[keyof typeof MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum];
|
|
@@ -13,3 +13,9 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum = void 0;
|
|
17
|
+
exports.MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum = {
|
|
18
|
+
NotCheck: 'NOT_CHECK',
|
|
19
|
+
Pass: 'PASS',
|
|
20
|
+
Fail: 'FAIL'
|
|
21
|
+
};
|
|
@@ -179,4 +179,16 @@ export interface NetworkMonitorRepairDetailsDto {
|
|
|
179
179
|
* @memberof NetworkMonitorRepairDetailsDto
|
|
180
180
|
*/
|
|
181
181
|
'isTimeOut'?: boolean;
|
|
182
|
+
/**
|
|
183
|
+
* 抽检结果
|
|
184
|
+
* @type {string}
|
|
185
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
186
|
+
*/
|
|
187
|
+
'spotCheckStatus'?: NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum;
|
|
182
188
|
}
|
|
189
|
+
export declare const NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum: {
|
|
190
|
+
readonly NotCheck: "NOT_CHECK";
|
|
191
|
+
readonly Pass: "PASS";
|
|
192
|
+
readonly Fail: "FAIL";
|
|
193
|
+
};
|
|
194
|
+
export type NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum = typeof NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum[keyof typeof NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum];
|
|
@@ -13,3 +13,9 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum = void 0;
|
|
17
|
+
exports.NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum = {
|
|
18
|
+
NotCheck: 'NOT_CHECK',
|
|
19
|
+
Pass: 'PASS',
|
|
20
|
+
Fail: 'FAIL'
|
|
21
|
+
};
|
|
@@ -120,4 +120,16 @@ export interface OfflineAlertWorkOrderDetailsDto {
|
|
|
120
120
|
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
121
121
|
*/
|
|
122
122
|
'isTimeOut'?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* 抽检结果
|
|
125
|
+
* @type {string}
|
|
126
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
127
|
+
*/
|
|
128
|
+
'spotCheckStatus'?: OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum;
|
|
123
129
|
}
|
|
130
|
+
export declare const OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum: {
|
|
131
|
+
readonly NotCheck: "NOT_CHECK";
|
|
132
|
+
readonly Pass: "PASS";
|
|
133
|
+
readonly Fail: "FAIL";
|
|
134
|
+
};
|
|
135
|
+
export type OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum = typeof OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum[keyof typeof OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum];
|
|
@@ -13,3 +13,9 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum = void 0;
|
|
17
|
+
exports.OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum = {
|
|
18
|
+
NotCheck: 'NOT_CHECK',
|
|
19
|
+
Pass: 'PASS',
|
|
20
|
+
Fail: 'FAIL'
|
|
21
|
+
};
|
|
@@ -82,30 +82,6 @@ export interface PeriodDetailResp {
|
|
|
82
82
|
* @memberof PeriodDetailResp
|
|
83
83
|
*/
|
|
84
84
|
'overdueTime'?: string;
|
|
85
|
-
/**
|
|
86
|
-
* 抽检结果
|
|
87
|
-
* @type {string}
|
|
88
|
-
* @memberof PeriodDetailResp
|
|
89
|
-
*/
|
|
90
|
-
'samplingResults'?: PeriodDetailRespSamplingResultsEnum;
|
|
91
|
-
/**
|
|
92
|
-
* 抽检时间
|
|
93
|
-
* @type {string}
|
|
94
|
-
* @memberof PeriodDetailResp
|
|
95
|
-
*/
|
|
96
|
-
'samplingTime'?: string;
|
|
97
|
-
/**
|
|
98
|
-
* 抽检图片
|
|
99
|
-
* @type {string}
|
|
100
|
-
* @memberof PeriodDetailResp
|
|
101
|
-
*/
|
|
102
|
-
'samplingImage'?: string;
|
|
103
|
-
/**
|
|
104
|
-
* 抽检人
|
|
105
|
-
* @type {string}
|
|
106
|
-
* @memberof PeriodDetailResp
|
|
107
|
-
*/
|
|
108
|
-
'samplingUserName'?: string;
|
|
109
85
|
/**
|
|
110
86
|
*
|
|
111
87
|
* @type {WorkOrderTypeEnum}
|
|
@@ -166,12 +142,6 @@ export interface PeriodDetailResp {
|
|
|
166
142
|
* @memberof PeriodDetailResp
|
|
167
143
|
*/
|
|
168
144
|
'inspectionPointList'?: Array<InspectionPoint>;
|
|
169
|
-
/**
|
|
170
|
-
* 抽检备注
|
|
171
|
-
* @type {string}
|
|
172
|
-
* @memberof PeriodDetailResp
|
|
173
|
-
*/
|
|
174
|
-
'samplingRemarks'?: string;
|
|
175
145
|
/**
|
|
176
146
|
* 发起人部门名称/租户名称
|
|
177
147
|
* @type {string}
|
|
@@ -214,13 +184,13 @@ export interface PeriodDetailResp {
|
|
|
214
184
|
* @memberof PeriodDetailResp
|
|
215
185
|
*/
|
|
216
186
|
'isTimeOut'?: boolean;
|
|
187
|
+
/**
|
|
188
|
+
* 抽检结果
|
|
189
|
+
* @type {string}
|
|
190
|
+
* @memberof PeriodDetailResp
|
|
191
|
+
*/
|
|
192
|
+
'spotCheckStatus'?: PeriodDetailRespSpotCheckStatusEnum;
|
|
217
193
|
}
|
|
218
|
-
export declare const PeriodDetailRespSamplingResultsEnum: {
|
|
219
|
-
readonly Zero: "ZERO";
|
|
220
|
-
readonly One: "ONE";
|
|
221
|
-
readonly Two: "TWO";
|
|
222
|
-
};
|
|
223
|
-
export type PeriodDetailRespSamplingResultsEnum = typeof PeriodDetailRespSamplingResultsEnum[keyof typeof PeriodDetailRespSamplingResultsEnum];
|
|
224
194
|
export declare const PeriodDetailRespPlanTypeEnum: {
|
|
225
195
|
readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
|
|
226
196
|
readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
|
|
@@ -229,3 +199,9 @@ export declare const PeriodDetailRespPlanTypeEnum: {
|
|
|
229
199
|
readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
|
|
230
200
|
};
|
|
231
201
|
export type PeriodDetailRespPlanTypeEnum = typeof PeriodDetailRespPlanTypeEnum[keyof typeof PeriodDetailRespPlanTypeEnum];
|
|
202
|
+
export declare const PeriodDetailRespSpotCheckStatusEnum: {
|
|
203
|
+
readonly NotCheck: "NOT_CHECK";
|
|
204
|
+
readonly Pass: "PASS";
|
|
205
|
+
readonly Fail: "FAIL";
|
|
206
|
+
};
|
|
207
|
+
export type PeriodDetailRespSpotCheckStatusEnum = typeof PeriodDetailRespSpotCheckStatusEnum[keyof typeof PeriodDetailRespSpotCheckStatusEnum];
|