@gizone/rrs-client 3.11.17-alpha.98 → 4.0.0-alpha.105
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 +9 -0
- package/README.md +2 -2
- package/apis/work-order-api.ts +283 -0
- package/configuration.ts +1 -1
- package/dist/apis/work-order-api.d.ts +149 -0
- package/dist/apis/work-order-api.js +214 -0
- package/dist/configuration.js +1 -1
- package/dist/esm/apis/work-order-api.d.ts +149 -0
- package/dist/esm/apis/work-order-api.js +214 -0
- package/dist/esm/configuration.js +1 -1
- 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/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/index.d.ts +9 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +14 -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-decision-vo.d.ts +7 -0
- package/dist/esm/models/work-order-ext-data.d.ts +7 -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 +7 -1
- package/dist/esm/models/work-order-issue-type-enum.js +8 -2
- 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-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -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/get-user-wx200-response.d.ts +6 -6
- package/dist/models/index.d.ts +9 -0
- package/dist/models/index.js +9 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +56 -0
- package/dist/models/json-result-violation-work-order-details-dto.js +15 -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-decision-vo.d.ts +7 -0
- package/dist/models/work-order-ext-data.d.ts +7 -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 +7 -1
- package/dist/models/work-order-issue-type-enum.js +8 -2
- 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-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -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/get-user-wx200-response.ts +6 -6
- package/models/index.ts +9 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-violation-work-order-details-dto.ts +66 -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-decision-vo.ts +9 -0
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-internal-status-enum.ts +4 -1
- package/models/work-order-issue-type-enum.ts +8 -2
- package/models/work-order-source-enum.ts +2 -1
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -22,5 +22,6 @@ export declare const WorkOrderSourceEnum: {
|
|
|
22
22
|
readonly AiInspectionTransferWorkOrder: "AI_INSPECTION_TRANSFER_WORK_ORDER";
|
|
23
23
|
readonly MaintenanceTransferWorkOrder: "MAINTENANCE_TRANSFER_WORK_ORDER";
|
|
24
24
|
readonly SurveillanceOffLineTransferWorkOrder: "SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER";
|
|
25
|
+
readonly HkAiAlertTransferWorkOrder: "HK_AI_ALERT_TRANSFER_WORK_ORDER";
|
|
25
26
|
};
|
|
26
27
|
export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
|
|
@@ -26,5 +26,6 @@ exports.WorkOrderSourceEnum = {
|
|
|
26
26
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
27
27
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
28
28
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
29
|
-
SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER'
|
|
29
|
+
SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER',
|
|
30
|
+
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
30
31
|
};
|
|
@@ -31,5 +31,6 @@ export declare const WorkOrderTypeEnum: {
|
|
|
31
31
|
readonly VideoRecognitionAlarm: "VIDEO_RECOGNITION_ALARM";
|
|
32
32
|
readonly AiInspection: "AI_INSPECTION";
|
|
33
33
|
readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
|
|
34
|
+
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
34
35
|
};
|
|
35
36
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
|
@@ -35,5 +35,6 @@ exports.WorkOrderTypeEnum = {
|
|
|
35
35
|
GasMeterWorkOrder: 'GAS_METER_WORK_ORDER',
|
|
36
36
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
37
37
|
AiInspection: 'AI_INSPECTION',
|
|
38
|
-
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER'
|
|
38
|
+
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
39
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
39
40
|
};
|
|
@@ -158,12 +158,18 @@ export interface EquipmentDetailDTO {
|
|
|
158
158
|
* @memberof EquipmentDetailDTO
|
|
159
159
|
*/
|
|
160
160
|
'planImage'?: string;
|
|
161
|
+
/**
|
|
162
|
+
* 设备点位
|
|
163
|
+
* @type {Array<number>}
|
|
164
|
+
* @memberof EquipmentDetailDTO
|
|
165
|
+
*/
|
|
166
|
+
'equipmentPoint'?: Array<number>;
|
|
161
167
|
/**
|
|
162
168
|
* 空间点位
|
|
163
|
-
* @type {
|
|
169
|
+
* @type {Array<Array<number>>}
|
|
164
170
|
* @memberof EquipmentDetailDTO
|
|
165
171
|
*/
|
|
166
|
-
'spacePoint'?:
|
|
172
|
+
'spacePoint'?: Array<Array<number>>;
|
|
167
173
|
/**
|
|
168
174
|
* 空间id
|
|
169
175
|
* @type {number}
|
|
@@ -218,17 +224,5 @@ export interface EquipmentDetailDTO {
|
|
|
218
224
|
* @memberof EquipmentDetailDTO
|
|
219
225
|
*/
|
|
220
226
|
'relatedEquipmentIds'?: Array<number>;
|
|
221
|
-
/**
|
|
222
|
-
*
|
|
223
|
-
* @type {string}
|
|
224
|
-
* @memberof EquipmentDetailDTO
|
|
225
|
-
*/
|
|
226
|
-
'xaxis'?: string;
|
|
227
|
-
/**
|
|
228
|
-
*
|
|
229
|
-
* @type {string}
|
|
230
|
-
* @memberof EquipmentDetailDTO
|
|
231
|
-
*/
|
|
232
|
-
'yaxis'?: string;
|
|
233
227
|
}
|
|
234
228
|
|
|
@@ -28,15 +28,9 @@ export interface EquipmentPointEditVo {
|
|
|
28
28
|
'id': number;
|
|
29
29
|
/**
|
|
30
30
|
* 点位编码
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {Array<number>}
|
|
32
32
|
* @memberof EquipmentPointEditVo
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
35
|
-
/**
|
|
36
|
-
* 点位编码
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof EquipmentPointEditVo
|
|
39
|
-
*/
|
|
40
|
-
'equipmentPointYAxis'?: string;
|
|
34
|
+
'equipmentPoint'?: Array<number>;
|
|
41
35
|
}
|
|
42
36
|
|
|
@@ -173,12 +173,6 @@ export interface EquipmentSearchSystemDTO {
|
|
|
173
173
|
* @memberof EquipmentSearchSystemDTO
|
|
174
174
|
*/
|
|
175
175
|
'planImage'?: string;
|
|
176
|
-
/**
|
|
177
|
-
* 空间点位
|
|
178
|
-
* @type {string}
|
|
179
|
-
* @memberof EquipmentSearchSystemDTO
|
|
180
|
-
*/
|
|
181
|
-
'spacePoint'?: string;
|
|
182
176
|
/**
|
|
183
177
|
* 出厂时间
|
|
184
178
|
* @type {string}
|
|
@@ -234,16 +228,16 @@ export interface EquipmentSearchSystemDTO {
|
|
|
234
228
|
*/
|
|
235
229
|
'relatedEquipmentIds'?: Array<number>;
|
|
236
230
|
/**
|
|
237
|
-
*
|
|
238
|
-
* @type {
|
|
231
|
+
* 设备点位
|
|
232
|
+
* @type {Array<number>}
|
|
239
233
|
* @memberof EquipmentSearchSystemDTO
|
|
240
234
|
*/
|
|
241
|
-
'
|
|
235
|
+
'equipmentPoint'?: Array<number>;
|
|
242
236
|
/**
|
|
243
|
-
*
|
|
244
|
-
* @type {
|
|
237
|
+
* 空间点位
|
|
238
|
+
* @type {Array<Array<number>>}
|
|
245
239
|
* @memberof EquipmentSearchSystemDTO
|
|
246
240
|
*/
|
|
247
|
-
'
|
|
241
|
+
'spacePoint'?: Array<Array<number>>;
|
|
248
242
|
}
|
|
249
243
|
|
|
@@ -26,12 +26,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
26
26
|
* @interface GetUserWx200Response
|
|
27
27
|
*/
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {object}
|
|
32
|
-
* @memberof GetUserWx200Response
|
|
33
|
-
*/
|
|
34
|
-
'trailerFields'?: object;
|
|
35
29
|
/**
|
|
36
30
|
*
|
|
37
31
|
* @type {number}
|
|
@@ -44,6 +38,12 @@ export interface GetUserWx200Response {
|
|
|
44
38
|
* @memberof GetUserWx200Response
|
|
45
39
|
*/
|
|
46
40
|
'headerNames'?: Array<string>;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {object}
|
|
44
|
+
* @memberof GetUserWx200Response
|
|
45
|
+
*/
|
|
46
|
+
'trailerFields'?: object;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {string}
|
package/models/index.ts
CHANGED
|
@@ -536,6 +536,7 @@ export * from './json-result-sys-user-msg-dto';
|
|
|
536
536
|
export * from './json-result-unloading-area-entity';
|
|
537
537
|
export * from './json-result-user-add-redis-list-vo';
|
|
538
538
|
export * from './json-result-user-settings-entity';
|
|
539
|
+
export * from './json-result-violation-work-order-details-dto';
|
|
539
540
|
export * from './json-result-void';
|
|
540
541
|
export * from './json-result-white-add-redis-list-dto';
|
|
541
542
|
export * from './json-result-work-order-dept-settings-entity';
|
|
@@ -820,6 +821,13 @@ export * from './user-settings-update-bo';
|
|
|
820
821
|
export * from './user-whether-privacy-dto';
|
|
821
822
|
export * from './user-white-del-dto';
|
|
822
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';
|
|
823
831
|
export * from './water-meter-add-or-edit-vo';
|
|
824
832
|
export * from './water-meter-details-search-vo';
|
|
825
833
|
export * from './water-meter-search-vo';
|
|
@@ -835,6 +843,7 @@ export * from './white-black-del-vo';
|
|
|
835
843
|
export * from './white-edit-vo';
|
|
836
844
|
export * from './white-search-vo';
|
|
837
845
|
export * from './work-order-add-vo';
|
|
846
|
+
export * from './work-order-approval-vo';
|
|
838
847
|
export * from './work-order-circulation-vo';
|
|
839
848
|
export * from './work-order-comment-dto';
|
|
840
849
|
export * from './work-order-comment-entity';
|
|
@@ -41,12 +41,6 @@ export interface IPageAccessVO {
|
|
|
41
41
|
* @memberof IPageAccessVO
|
|
42
42
|
*/
|
|
43
43
|
'records'?: Array<AccessVO>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {boolean}
|
|
47
|
-
* @memberof IPageAccessVO
|
|
48
|
-
*/
|
|
49
|
-
'searchCount'?: boolean;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {number}
|
|
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
|
|
|
60
54
|
* @deprecated
|
|
61
55
|
*/
|
|
62
56
|
'hitCount'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof IPageAccessVO
|
|
61
|
+
*/
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -0,0 +1,66 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ViolationWorkOrderDetailsDto } from './violation-work-order-details-dto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultViolationWorkOrderDetailsDto
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultViolationWorkOrderDetailsDto {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {ViolationWorkOrderDetailsDto}
|
|
50
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'data'?: ViolationWorkOrderDetailsDto | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -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 ViolationCenterAttributeEnum = {
|
|
24
|
+
OriginWarehouse: 'ORIGIN_WAREHOUSE',
|
|
25
|
+
BelongWarehouse: 'BELONG_WAREHOUSE'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type ViolationCenterAttributeEnum = typeof ViolationCenterAttributeEnum[keyof typeof ViolationCenterAttributeEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
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 { ViolationCenterAttributeEnum } from './violation-center-attribute-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ViolationResponsibilityRoleEnum } from './violation-responsibility-role-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 违规工单判定参数
|
|
25
|
+
* @export
|
|
26
|
+
* @interface ViolationDecisionVo
|
|
27
|
+
*/
|
|
28
|
+
export interface ViolationDecisionVo {
|
|
29
|
+
/**
|
|
30
|
+
* 是否成立
|
|
31
|
+
* @type {boolean}
|
|
32
|
+
* @memberof ViolationDecisionVo
|
|
33
|
+
*/
|
|
34
|
+
'isEstablished'?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* 违规数量
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof ViolationDecisionVo
|
|
39
|
+
*/
|
|
40
|
+
'violationCount'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* OMS订单号
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ViolationDecisionVo
|
|
45
|
+
*/
|
|
46
|
+
'omsNo'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {ViolationResponsibilityRoleEnum}
|
|
50
|
+
* @memberof ViolationDecisionVo
|
|
51
|
+
*/
|
|
52
|
+
'responsibilityRole'?: ViolationResponsibilityRoleEnum;
|
|
53
|
+
/**
|
|
54
|
+
* 责任供应商
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ViolationDecisionVo
|
|
57
|
+
*/
|
|
58
|
+
'responsibilitySupplier'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 责任人
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ViolationDecisionVo
|
|
63
|
+
*/
|
|
64
|
+
'responsibilityUser'?: string;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {ViolationCenterAttributeEnum}
|
|
68
|
+
* @memberof ViolationDecisionVo
|
|
69
|
+
*/
|
|
70
|
+
'centerAttribute'?: ViolationCenterAttributeEnum;
|
|
71
|
+
/**
|
|
72
|
+
* 索赔内容
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ViolationDecisionVo
|
|
75
|
+
*/
|
|
76
|
+
'claimContent'?: string;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
@@ -0,0 +1,94 @@
|
|
|
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 ViolationIssueTypeEnum = {
|
|
24
|
+
HighAltitudeWorkWithoutSafetyHelmetOrSafetyRope: 'HIGH_ALTITUDE_WORK_WITHOUT_SAFETY_HELMET_OR_SAFETY_ROPE',
|
|
25
|
+
WorkersWearingShortsOrSlippersInWarehouseArea: 'WORKERS_WEARING_SHORTS_OR_SLIPPERS_IN_WAREHOUSE_AREA',
|
|
26
|
+
ForkliftViolationLiftingPeopleForHighWork: 'FORKLIFT_VIOLATION_LIFTING_PEOPLE_FOR_HIGH_WORK',
|
|
27
|
+
HighShelfWarehouseWorkWithoutSafetyHelmet: 'HIGH_SHELF_WAREHOUSE_WORK_WITHOUT_SAFETY_HELMET',
|
|
28
|
+
ParkedVehiclesNotFollowingFourCapTwoWedgeRule: 'PARKED_VEHICLES_NOT_FOLLOWING_FOUR_CAP_TWO_WEDGE_RULE',
|
|
29
|
+
ForkliftNotRemovingKeyAfterParking: 'FORKLIFT_NOT_REMOVING_KEY_AFTER_PARKING',
|
|
30
|
+
ForkliftParkedInWarehouseAfterShiftForksNotReset: 'FORKLIFT_PARKED_IN_WAREHOUSE_AFTER_SHIFT_FORKS_NOT_RESET',
|
|
31
|
+
PlatformIllegalCharging: 'PLATFORM_ILLEGAL_CHARGING',
|
|
32
|
+
WarehouseAreaIllegalSmoking: 'WAREHOUSE_AREA_ILLEGAL_SMOKING',
|
|
33
|
+
VehiclesIllegallyEnteringWarehouseArea: 'VEHICLES_ILLEGALLY_ENTERING_WAREHOUSE_AREA',
|
|
34
|
+
OtherSafetyViolations: 'OTHER_SAFETY_VIOLATIONS',
|
|
35
|
+
FireExitBlocked: 'FIRE_EXIT_BLOCKED',
|
|
36
|
+
GoodsBlockingFireFightingEquipment: 'GOODS_BLOCKING_FIRE_FIGHTING_EQUIPMENT',
|
|
37
|
+
DebrisPiledInFrontOfPowerDistributionEquipment: 'DEBRIS_PILED_IN_FRONT_OF_POWER_DISTRIBUTION_EQUIPMENT',
|
|
38
|
+
AntiTheftDoorLyingFlatSidewaysOrUpsideDown: 'ANTI_THEFT_DOOR_LYING_FLAT_SIDEWAYS_OR_UPSIDE_DOWN',
|
|
39
|
+
GoodsStackedTooHigh: 'GOODS_STACKED_TOO_HIGH',
|
|
40
|
+
DampGoods: 'DAMP_GOODS',
|
|
41
|
+
TvIllegalStackingHeavyOnLight: 'TV_ILLEGAL_STACKING_HEAVY_ON_LIGHT',
|
|
42
|
+
GoodsWithPenetratingDamage: 'GOODS_WITH_PENETRATING_DAMAGE',
|
|
43
|
+
SidewaysOrUpsideDown: 'SIDEWAYS_OR_UPSIDE_DOWN',
|
|
44
|
+
GoodsStained: 'GOODS_STAINED',
|
|
45
|
+
GoodsWithScribbledPackaging: 'GOODS_WITH_SCRIBBLED_PACKAGING',
|
|
46
|
+
IrregularGoodsStacking: 'IRREGULAR_GOODS_STACKING',
|
|
47
|
+
DamagedGoodsAreaNotSet: 'DAMAGED_GOODS_AREA_NOT_SET',
|
|
48
|
+
GoodsCrushedOrDeformed: 'GOODS_CRUSHED_OR_DEFORMED',
|
|
49
|
+
IncorrectClampingSurfacePlacement: 'INCORRECT_CLAMPING_SURFACE_PLACEMENT',
|
|
50
|
+
GoodsWithFootprintsOnPackaging: 'GOODS_WITH_FOOTPRINTS_ON_PACKAGING',
|
|
51
|
+
TvDamageOrDirtyPackaging: 'TV_DAMAGE_OR_DIRTY_PACKAGING',
|
|
52
|
+
DustyGoods: 'DUSTY_GOODS',
|
|
53
|
+
AntiTippingMeasuresMissing: 'ANTI_TIPPING_MEASURES_MISSING',
|
|
54
|
+
WarehouseLeakage: 'WAREHOUSE_LEAKAGE',
|
|
55
|
+
UpsideDownOrSidewaysNonTvAppliances: 'UPSIDE_DOWN_OR_SIDEWAYS_NON_TV_APPLIANCES',
|
|
56
|
+
DamagedBoxesOnArrival: 'DAMAGED_BOXES_ON_ARRIVAL',
|
|
57
|
+
ImproperTvLoading: 'IMPROPER_TV_LOADING',
|
|
58
|
+
WorkingInRain: 'WORKING_IN_RAIN',
|
|
59
|
+
HeavyOnLight: 'HEAVY_ON_LIGHT',
|
|
60
|
+
DampOrDirtyContainer: 'DAMP_OR_DIRTY_CONTAINER',
|
|
61
|
+
ImproperTvStorage: 'IMPROPER_TV_STORAGE',
|
|
62
|
+
TvWetOrDamagedBox: 'TV_WET_OR_DAMAGED_BOX',
|
|
63
|
+
WrongClampingSurface: 'WRONG_CLAMPING_SURFACE',
|
|
64
|
+
DraggingGoodsOnGround: 'DRAGGING_GOODS_ON_GROUND',
|
|
65
|
+
ClampingTooHighAndDropping: 'CLAMPING_TOO_HIGH_AND_DROPPING',
|
|
66
|
+
ImproperClampingOfWashingMachines: 'IMPROPER_CLAMPING_OF_WASHING_MACHINES',
|
|
67
|
+
ImproperClampingOfRefrigerators: 'IMPROPER_CLAMPING_OF_REFRIGERATORS',
|
|
68
|
+
CornersOnGround: 'CORNERS_ON_GROUND',
|
|
69
|
+
ClampingDifferentSpecsSimultaneously: 'CLAMPING_DIFFERENT_SPECS_SIMULTANEOUSLY',
|
|
70
|
+
SqueezingOperationOfClampingTruck: 'SQUEEZING_OPERATION_OF_CLAMPING_TRUCK',
|
|
71
|
+
ImproperHandlingByPersonnel: 'IMPROPER_HANDLING_BY_PERSONNEL',
|
|
72
|
+
ThrowingGoods: 'THROWING_GOODS',
|
|
73
|
+
ImproperTvHandling: 'IMPROPER_TV_HANDLING',
|
|
74
|
+
ManualWorkTooHighAndDropping: 'MANUAL_WORK_TOO_HIGH_AND_DROPPING',
|
|
75
|
+
RoughHandlingOfTvs: 'ROUGH_HANDLING_OF_TVS',
|
|
76
|
+
ImproperClampingOfMassageChairs: 'IMPROPER_CLAMPING_OF_MASSAGE_CHAIRS',
|
|
77
|
+
ImproperElectronicWaybillAttachment: 'IMPROPER_ELECTRONIC_WAYBILL_ATTACHMENT',
|
|
78
|
+
ClampingAndDragging: 'CLAMPING_AND_DRAGGING',
|
|
79
|
+
IndustryClaimRecovery: 'INDUSTRY_CLAIM_RECOVERY',
|
|
80
|
+
AssetDamage: 'ASSET_DAMAGE',
|
|
81
|
+
ElectricityWaste: 'ELECTRICITY_WASTE',
|
|
82
|
+
NotSingleBuildingGoodsCollection: 'NOT_SINGLE_BUILDING_GOODS_COLLECTION',
|
|
83
|
+
FalseInventory: 'FALSE_INVENTORY',
|
|
84
|
+
SixSProblem: 'SIX_S_PROBLEM',
|
|
85
|
+
NoTeamMeeting: 'NO_TEAM_MEETING',
|
|
86
|
+
PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
|
|
87
|
+
UtilizationProblem: 'UTILIZATION_PROBLEM',
|
|
88
|
+
NoOneInControlRoom: 'NO_ONE_IN_CONTROL_ROOM'
|
|
89
|
+
} as const;
|
|
90
|
+
|
|
91
|
+
export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
@@ -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 ViolationResponsibilityRoleEnum = {
|
|
24
|
+
SafetyCommissioner: 'SAFETY_COMMISSIONER',
|
|
25
|
+
QualityCommissioner: 'QUALITY_COMMISSIONER'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type ViolationResponsibilityRoleEnum = typeof ViolationResponsibilityRoleEnum[keyof typeof ViolationResponsibilityRoleEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,101 @@
|
|
|
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 { ViolationIssueTypeEnum } from './violation-issue-type-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderSourceEnum } from './work-order-source-enum';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 违规工单新增
|
|
28
|
+
* @export
|
|
29
|
+
* @interface ViolationWorkOrderAddVo
|
|
30
|
+
*/
|
|
31
|
+
export interface ViolationWorkOrderAddVo {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
35
|
+
* @memberof ViolationWorkOrderAddVo
|
|
36
|
+
*/
|
|
37
|
+
'issueType': WorkOrderIssueTypeEnum;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ViolationIssueTypeEnum}
|
|
41
|
+
* @memberof ViolationWorkOrderAddVo
|
|
42
|
+
*/
|
|
43
|
+
'violationIssueType': ViolationIssueTypeEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 执行部门ID
|
|
46
|
+
* @type {Array<number>}
|
|
47
|
+
* @memberof ViolationWorkOrderAddVo
|
|
48
|
+
*/
|
|
49
|
+
'deptIds': Array<number>;
|
|
50
|
+
/**
|
|
51
|
+
* 工单执行人
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof ViolationWorkOrderAddVo
|
|
54
|
+
*/
|
|
55
|
+
'handlerUserId'?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 设备id
|
|
58
|
+
* @type {Array<number>}
|
|
59
|
+
* @memberof ViolationWorkOrderAddVo
|
|
60
|
+
*/
|
|
61
|
+
'equipmentIds': Array<number>;
|
|
62
|
+
/**
|
|
63
|
+
* 位置
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof ViolationWorkOrderAddVo
|
|
66
|
+
*/
|
|
67
|
+
'spaceId': number;
|
|
68
|
+
/**
|
|
69
|
+
* 工单名称
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof ViolationWorkOrderAddVo
|
|
72
|
+
*/
|
|
73
|
+
'workOrderName'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 图片
|
|
76
|
+
* @type {Array<string>}
|
|
77
|
+
* @memberof ViolationWorkOrderAddVo
|
|
78
|
+
*/
|
|
79
|
+
'images'?: Array<string>;
|
|
80
|
+
/**
|
|
81
|
+
* 视频
|
|
82
|
+
* @type {Array<string>}
|
|
83
|
+
* @memberof ViolationWorkOrderAddVo
|
|
84
|
+
*/
|
|
85
|
+
'imagesVideo'?: Array<string>;
|
|
86
|
+
/**
|
|
87
|
+
* 园区id
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof ViolationWorkOrderAddVo
|
|
90
|
+
*/
|
|
91
|
+
'parkId': number;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {WorkOrderSourceEnum}
|
|
95
|
+
* @memberof ViolationWorkOrderAddVo
|
|
96
|
+
*/
|
|
97
|
+
'workOrderSource': WorkOrderSourceEnum;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|