@gizone/rrs-client 4.1.2-alpha.171 → 4.1.2-alpha.174
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 +2 -1
- package/apis/work-order-api.ts +106 -52
- package/dist/apis/work-order-api.d.ts +63 -30
- package/dist/apis/work-order-api.js +55 -35
- package/dist/esm/apis/work-order-api.d.ts +63 -30
- package/dist/esm/apis/work-order-api.js +55 -35
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +2 -1
- package/dist/esm/models/index.js +2 -1
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/period-detail-resp.d.ts +7 -0
- package/dist/esm/models/plan-add-vo.d.ts +7 -0
- package/dist/esm/models/plan-detail-dto.d.ts +7 -0
- package/dist/esm/models/plan-edit-vo.d.ts +7 -0
- package/dist/esm/models/plan-search-dto.d.ts +7 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +1 -1
- package/dist/esm/models/space-add-vo.d.ts +3 -3
- package/dist/esm/models/space-detail-dto.d.ts +3 -3
- package/dist/esm/models/space-edit-vo.d.ts +3 -3
- package/dist/esm/models/{space-type-enum.d.ts → space-level-enum.d.ts} +3 -3
- package/dist/esm/models/{space-type-enum.js → space-level-enum.js} +2 -2
- package/dist/esm/models/space-tree-dto.d.ts +3 -3
- package/dist/esm/models/work-order-search-dto.d.ts +7 -0
- package/dist/esm/models/work-order-type-subcategory-enum.d.ts +31 -0
- package/dist/esm/models/work-order-type-subcategory-enum.js +32 -0
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +2 -1
- package/dist/models/index.js +2 -1
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/period-detail-resp.d.ts +7 -0
- package/dist/models/plan-add-vo.d.ts +7 -0
- package/dist/models/plan-detail-dto.d.ts +7 -0
- package/dist/models/plan-edit-vo.d.ts +7 -0
- package/dist/models/plan-search-dto.d.ts +7 -0
- package/dist/models/space-add-excel-dto.d.ts +1 -1
- package/dist/models/space-add-vo.d.ts +3 -3
- package/dist/models/space-detail-dto.d.ts +3 -3
- package/dist/models/space-edit-vo.d.ts +3 -3
- package/dist/models/{space-type-enum.d.ts → space-level-enum.d.ts} +3 -3
- package/dist/models/{space-type-enum.js → space-level-enum.js} +3 -3
- package/dist/models/space-tree-dto.d.ts +3 -3
- package/dist/models/work-order-search-dto.d.ts +7 -0
- package/dist/models/work-order-type-subcategory-enum.d.ts +31 -0
- package/dist/models/work-order-type-subcategory-enum.js +35 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +2 -1
- package/models/ipage-access-vo.ts +6 -6
- package/models/period-detail-resp.ts +9 -0
- package/models/plan-add-vo.ts +9 -0
- package/models/plan-detail-dto.ts +9 -0
- package/models/plan-edit-vo.ts +9 -0
- package/models/plan-search-dto.ts +9 -0
- package/models/space-add-excel-dto.ts +1 -1
- package/models/space-add-vo.ts +3 -3
- package/models/space-detail-dto.ts +4 -4
- package/models/space-edit-vo.ts +3 -3
- package/models/{space-type-enum.ts → space-level-enum.ts} +3 -3
- package/models/space-tree-dto.ts +3 -3
- package/models/work-order-search-dto.ts +9 -0
- package/models/work-order-type-subcategory-enum.ts +41 -0
- package/package.json +1 -1
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { PlanImageList } from './plan-image-list';
|
|
13
13
|
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
14
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
14
15
|
import type { SpacePointDTO } from './space-point-dto';
|
|
15
|
-
import type { SpaceTypeEnum } from './space-type-enum';
|
|
16
16
|
/**
|
|
17
17
|
* 空间详情出参
|
|
18
18
|
* @export
|
|
@@ -177,10 +177,10 @@ export interface SpaceDetailDTO {
|
|
|
177
177
|
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
178
178
|
/**
|
|
179
179
|
*
|
|
180
|
-
* @type {
|
|
180
|
+
* @type {SpaceLevelEnum}
|
|
181
181
|
* @memberof SpaceDetailDTO
|
|
182
182
|
*/
|
|
183
|
-
'
|
|
183
|
+
'spaceLevel'?: SpaceLevelEnum;
|
|
184
184
|
/**
|
|
185
185
|
* 空间编码
|
|
186
186
|
* @type {string}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
13
|
-
import type {
|
|
13
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
14
14
|
/**
|
|
15
15
|
* 修改空间名称
|
|
16
16
|
* @export
|
|
@@ -133,10 +133,10 @@ export interface SpaceEditVO {
|
|
|
133
133
|
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
134
134
|
/**
|
|
135
135
|
*
|
|
136
|
-
* @type {
|
|
136
|
+
* @type {SpaceLevelEnum}
|
|
137
137
|
* @memberof SpaceEditVO
|
|
138
138
|
*/
|
|
139
|
-
'
|
|
139
|
+
'spaceLevel': SpaceLevelEnum;
|
|
140
140
|
/**
|
|
141
141
|
* 空间编码
|
|
142
142
|
* @type {string}
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* 空间级别
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare const
|
|
17
|
+
export declare const SpaceLevelEnum: {
|
|
18
18
|
readonly Park: "PARK";
|
|
19
19
|
readonly Building: "BUILDING";
|
|
20
20
|
readonly Warehouse: "WAREHOUSE";
|
|
21
21
|
readonly Other: "OTHER";
|
|
22
22
|
};
|
|
23
|
-
export type
|
|
23
|
+
export type SpaceLevelEnum = typeof SpaceLevelEnum[keyof typeof SpaceLevelEnum];
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.SpaceLevelEnum = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* 空间级别
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
exports.
|
|
22
|
+
exports.SpaceLevelEnum = {
|
|
23
23
|
Park: 'PARK',
|
|
24
24
|
Building: 'BUILDING',
|
|
25
25
|
Warehouse: 'WAREHOUSE',
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
13
|
-
import type {
|
|
13
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
14
14
|
import type { Surveillance } from './surveillance';
|
|
15
15
|
/**
|
|
16
16
|
* 返回数据,可以是任意类型的值
|
|
@@ -134,10 +134,10 @@ export interface SpaceTreeDTO {
|
|
|
134
134
|
'surveillances'?: Array<Surveillance>;
|
|
135
135
|
/**
|
|
136
136
|
*
|
|
137
|
-
* @type {
|
|
137
|
+
* @type {SpaceLevelEnum}
|
|
138
138
|
* @memberof SpaceTreeDTO
|
|
139
139
|
*/
|
|
140
|
-
'
|
|
140
|
+
'spaceLevel'?: SpaceLevelEnum;
|
|
141
141
|
/**
|
|
142
142
|
* 空间编码
|
|
143
143
|
* @type {string}
|
|
@@ -15,6 +15,7 @@ import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
|
15
15
|
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
16
16
|
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
17
17
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
18
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
18
19
|
/**
|
|
19
20
|
* 工单查询DTO
|
|
20
21
|
* @export
|
|
@@ -135,6 +136,12 @@ export interface WorkOrderSearchDTO {
|
|
|
135
136
|
* @memberof WorkOrderSearchDTO
|
|
136
137
|
*/
|
|
137
138
|
'finishTime'?: string;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
142
|
+
* @memberof WorkOrderSearchDTO
|
|
143
|
+
*/
|
|
144
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
138
145
|
}
|
|
139
146
|
export declare const WorkOrderSearchDTOSamplingResultsEnum: {
|
|
140
147
|
readonly Zero: "ZERO";
|
|
@@ -0,0 +1,31 @@
|
|
|
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 WorkOrderTypeSubcategoryEnum: {
|
|
18
|
+
readonly MoInspection: "MO_INSPECTION";
|
|
19
|
+
readonly KeyAreaInspection: "KEY_AREA_INSPECTION";
|
|
20
|
+
readonly SmartWarehouseEquipmentInspection: "SMART_WAREHOUSE_EQUIPMENT_INSPECTION";
|
|
21
|
+
readonly ColdStorageEquipmentInspection: "COLD_STORAGE_EQUIPMENT_INSPECTION";
|
|
22
|
+
readonly BuildingEquipmentInspection: "BUILDING_EQUIPMENT_INSPECTION";
|
|
23
|
+
readonly SixSInspection: "SIX_S_INSPECTION";
|
|
24
|
+
readonly PestControlInspection: "PEST_CONTROL_INSPECTION";
|
|
25
|
+
readonly ElectricalInspection: "ELECTRICAL_INSPECTION";
|
|
26
|
+
readonly CentralControlShiftHandover: "CENTRAL_CONTROL_SHIFT_HANDOVER";
|
|
27
|
+
readonly BuildingEquipmentMaintenance: "BUILDING_EQUIPMENT_MAINTENANCE";
|
|
28
|
+
readonly SmartWarehouseEquipmentMaintenance: "SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE";
|
|
29
|
+
readonly ColdStorageEquipmentMaintenance: "COLD_STORAGE_EQUIPMENT_MAINTENANCE";
|
|
30
|
+
};
|
|
31
|
+
export type WorkOrderTypeSubcategoryEnum = typeof WorkOrderTypeSubcategoryEnum[keyof typeof WorkOrderTypeSubcategoryEnum];
|
|
@@ -0,0 +1,35 @@
|
|
|
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.WorkOrderTypeSubcategoryEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 工单类型小类
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.WorkOrderTypeSubcategoryEnum = {
|
|
23
|
+
MoInspection: 'MO_INSPECTION',
|
|
24
|
+
KeyAreaInspection: 'KEY_AREA_INSPECTION',
|
|
25
|
+
SmartWarehouseEquipmentInspection: 'SMART_WAREHOUSE_EQUIPMENT_INSPECTION',
|
|
26
|
+
ColdStorageEquipmentInspection: 'COLD_STORAGE_EQUIPMENT_INSPECTION',
|
|
27
|
+
BuildingEquipmentInspection: 'BUILDING_EQUIPMENT_INSPECTION',
|
|
28
|
+
SixSInspection: 'SIX_S_INSPECTION',
|
|
29
|
+
PestControlInspection: 'PEST_CONTROL_INSPECTION',
|
|
30
|
+
ElectricalInspection: 'ELECTRICAL_INSPECTION',
|
|
31
|
+
CentralControlShiftHandover: 'CENTRAL_CONTROL_SHIFT_HANDOVER',
|
|
32
|
+
BuildingEquipmentMaintenance: 'BUILDING_EQUIPMENT_MAINTENANCE',
|
|
33
|
+
SmartWarehouseEquipmentMaintenance: 'SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE',
|
|
34
|
+
ColdStorageEquipmentMaintenance: 'COLD_STORAGE_EQUIPMENT_MAINTENANCE'
|
|
35
|
+
};
|
|
@@ -28,16 +28,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {Array<string>}
|
|
32
32
|
* @memberof GetUserWx200Response
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'headerNames'?: Array<string>;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {
|
|
37
|
+
* @type {number}
|
|
38
38
|
* @memberof GetUserWx200Response
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'status'?: number;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @type {object}
|
|
@@ -74,12 +74,6 @@ export interface GetUserWx200Response {
|
|
|
74
74
|
* @memberof GetUserWx200Response
|
|
75
75
|
*/
|
|
76
76
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
77
|
-
/**
|
|
78
|
-
*
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof GetUserWx200Response
|
|
81
|
-
*/
|
|
82
|
-
'characterEncoding'?: string;
|
|
83
77
|
/**
|
|
84
78
|
*
|
|
85
79
|
* @type {number}
|
|
@@ -98,5 +92,11 @@ export interface GetUserWx200Response {
|
|
|
98
92
|
* @memberof GetUserWx200Response
|
|
99
93
|
*/
|
|
100
94
|
'writer'?: object;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof GetUserWx200Response
|
|
99
|
+
*/
|
|
100
|
+
'characterEncoding'?: string;
|
|
101
101
|
}
|
|
102
102
|
|
package/models/index.ts
CHANGED
|
@@ -741,12 +741,12 @@ export * from './space-detail-dto';
|
|
|
741
741
|
export * from './space-edit-vo';
|
|
742
742
|
export * from './space-image-detail-dto';
|
|
743
743
|
export * from './space-industry-attribute-enum';
|
|
744
|
+
export * from './space-level-enum';
|
|
744
745
|
export * from './space-point-dto';
|
|
745
746
|
export * from './space-point-vo';
|
|
746
747
|
export * from './space-qr-code';
|
|
747
748
|
export * from './space-qr-code-dto';
|
|
748
749
|
export * from './space-tree-dto';
|
|
749
|
-
export * from './space-type-enum';
|
|
750
750
|
export * from './space-url-add-vo';
|
|
751
751
|
export * from './space-url-dto';
|
|
752
752
|
export * from './space-url-edit-vo';
|
|
@@ -903,6 +903,7 @@ export * from './work-order-submit-vo';
|
|
|
903
903
|
export * from './work-order-surveillance-dto';
|
|
904
904
|
export * from './work-order-type-dto';
|
|
905
905
|
export * from './work-order-type-enum';
|
|
906
|
+
export * from './work-order-type-subcategory-enum';
|
|
906
907
|
export * from './wx-ma-user-info';
|
|
907
908
|
export * from './wx-menu';
|
|
908
909
|
export * from './wx-menu-button';
|
|
@@ -43,23 +43,23 @@ export interface IPageAccessVO {
|
|
|
43
43
|
'records'?: Array<AccessVO>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
|
-
* @type {
|
|
46
|
+
* @type {boolean}
|
|
47
47
|
* @memberof IPageAccessVO
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'searchCount'?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {number}
|
|
53
53
|
* @memberof IPageAccessVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'pages'?: number;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
58
|
* @type {boolean}
|
|
60
59
|
* @memberof IPageAccessVO
|
|
60
|
+
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'hitCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -28,6 +28,9 @@ import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
|
28
28
|
// May contain unused imports in some cases
|
|
29
29
|
// @ts-ignore
|
|
30
30
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
31
34
|
|
|
32
35
|
/**
|
|
33
36
|
* 周期工单响应参数
|
|
@@ -209,6 +212,12 @@ export interface PeriodDetailResp {
|
|
|
209
212
|
* @memberof PeriodDetailResp
|
|
210
213
|
*/
|
|
211
214
|
'workOrderDeptIds'?: Array<number>;
|
|
215
|
+
/**
|
|
216
|
+
*
|
|
217
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
218
|
+
* @memberof PeriodDetailResp
|
|
219
|
+
*/
|
|
220
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
212
221
|
}
|
|
213
222
|
|
|
214
223
|
export const PeriodDetailRespSamplingResultsEnum = {
|
package/models/plan-add-vo.ts
CHANGED
|
@@ -19,6 +19,9 @@ import type { InspectionItemContentVo } from './inspection-item-content-vo';
|
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import type { PlanItemAddVo } from './plan-item-add-vo';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
22
25
|
|
|
23
26
|
/**
|
|
24
27
|
* 计划工单新建请求参数
|
|
@@ -86,6 +89,12 @@ export interface PlanAddVo {
|
|
|
86
89
|
* @memberof PlanAddVo
|
|
87
90
|
*/
|
|
88
91
|
'renovationId'?: number;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
95
|
+
* @memberof PlanAddVo
|
|
96
|
+
*/
|
|
97
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
89
98
|
}
|
|
90
99
|
|
|
91
100
|
export const PlanAddVoPlanTypeEnum = {
|
|
@@ -19,6 +19,9 @@ import type { PlanInspectionItemsDTO } from './plan-inspection-items-dto';
|
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import type { PlanItemEditVo } from './plan-item-edit-vo';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
22
25
|
|
|
23
26
|
/**
|
|
24
27
|
* 返回数据,可以是任意类型的值
|
|
@@ -98,6 +101,12 @@ export interface PlanDetailDTO {
|
|
|
98
101
|
* @memberof PlanDetailDTO
|
|
99
102
|
*/
|
|
100
103
|
'assigneeName'?: string;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
107
|
+
* @memberof PlanDetailDTO
|
|
108
|
+
*/
|
|
109
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
101
110
|
}
|
|
102
111
|
|
|
103
112
|
export const PlanDetailDTOPlanTypeEnum = {
|
package/models/plan-edit-vo.ts
CHANGED
|
@@ -19,6 +19,9 @@ import type { InspectionItemContentVo } from './inspection-item-content-vo';
|
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import type { PlanItemEditVo } from './plan-item-edit-vo';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
22
25
|
|
|
23
26
|
/**
|
|
24
27
|
* 计划工单编辑请求参数
|
|
@@ -74,6 +77,12 @@ export interface PlanEditVo {
|
|
|
74
77
|
* @memberof PlanEditVo
|
|
75
78
|
*/
|
|
76
79
|
'inspectionItemContents': Array<InspectionItemContentVo>;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
83
|
+
* @memberof PlanEditVo
|
|
84
|
+
*/
|
|
85
|
+
'workOrderTypeSubcategory': WorkOrderTypeSubcategoryEnum;
|
|
77
86
|
}
|
|
78
87
|
|
|
79
88
|
export const PlanEditVoPlanTypeEnum = {
|
|
@@ -19,6 +19,9 @@ import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
22
25
|
|
|
23
26
|
/**
|
|
24
27
|
* 计划管理列表参数
|
|
@@ -80,6 +83,12 @@ export interface PlanSearchDTO {
|
|
|
80
83
|
* @memberof PlanSearchDTO
|
|
81
84
|
*/
|
|
82
85
|
'deptIds'?: Array<number>;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
89
|
+
* @memberof PlanSearchDTO
|
|
90
|
+
*/
|
|
91
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
83
92
|
}
|
|
84
93
|
|
|
85
94
|
export const PlanSearchDTOPlanTypeEnum = {
|
package/models/space-add-vo.ts
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import type {
|
|
21
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* 新增空间参数
|
|
@@ -124,10 +124,10 @@ export interface SpaceAddVO {
|
|
|
124
124
|
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
125
125
|
/**
|
|
126
126
|
*
|
|
127
|
-
* @type {
|
|
127
|
+
* @type {SpaceLevelEnum}
|
|
128
128
|
* @memberof SpaceAddVO
|
|
129
129
|
*/
|
|
130
|
-
'
|
|
130
|
+
'spaceLevel': SpaceLevelEnum;
|
|
131
131
|
/**
|
|
132
132
|
* 空间编码
|
|
133
133
|
* @type {string}
|
|
@@ -21,10 +21,10 @@ import type { PlanImageList } from './plan-image-list';
|
|
|
21
21
|
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import type {
|
|
24
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
|
-
import type {
|
|
27
|
+
import type { SpacePointDTO } from './space-point-dto';
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
30
|
* 空间详情出参
|
|
@@ -190,10 +190,10 @@ export interface SpaceDetailDTO {
|
|
|
190
190
|
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
191
191
|
/**
|
|
192
192
|
*
|
|
193
|
-
* @type {
|
|
193
|
+
* @type {SpaceLevelEnum}
|
|
194
194
|
* @memberof SpaceDetailDTO
|
|
195
195
|
*/
|
|
196
|
-
'
|
|
196
|
+
'spaceLevel'?: SpaceLevelEnum;
|
|
197
197
|
/**
|
|
198
198
|
* 空间编码
|
|
199
199
|
* @type {string}
|
package/models/space-edit-vo.ts
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import type {
|
|
21
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* 修改空间名称
|
|
@@ -142,10 +142,10 @@ export interface SpaceEditVO {
|
|
|
142
142
|
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
143
143
|
/**
|
|
144
144
|
*
|
|
145
|
-
* @type {
|
|
145
|
+
* @type {SpaceLevelEnum}
|
|
146
146
|
* @memberof SpaceEditVO
|
|
147
147
|
*/
|
|
148
|
-
'
|
|
148
|
+
'spaceLevel': SpaceLevelEnum;
|
|
149
149
|
/**
|
|
150
150
|
* 空间编码
|
|
151
151
|
* @type {string}
|
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* 空间级别
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
export const
|
|
23
|
+
export const SpaceLevelEnum = {
|
|
24
24
|
Park: 'PARK',
|
|
25
25
|
Building: 'BUILDING',
|
|
26
26
|
Warehouse: 'WAREHOUSE',
|
|
27
27
|
Other: 'OTHER'
|
|
28
28
|
} as const;
|
|
29
29
|
|
|
30
|
-
export type
|
|
30
|
+
export type SpaceLevelEnum = typeof SpaceLevelEnum[keyof typeof SpaceLevelEnum];
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
package/models/space-tree-dto.ts
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import type {
|
|
21
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
24
|
import type { Surveillance } from './surveillance';
|
|
@@ -145,10 +145,10 @@ export interface SpaceTreeDTO {
|
|
|
145
145
|
'surveillances'?: Array<Surveillance>;
|
|
146
146
|
/**
|
|
147
147
|
*
|
|
148
|
-
* @type {
|
|
148
|
+
* @type {SpaceLevelEnum}
|
|
149
149
|
* @memberof SpaceTreeDTO
|
|
150
150
|
*/
|
|
151
|
-
'
|
|
151
|
+
'spaceLevel'?: SpaceLevelEnum;
|
|
152
152
|
/**
|
|
153
153
|
* 空间编码
|
|
154
154
|
* @type {string}
|
|
@@ -31,6 +31,9 @@ import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
|
31
31
|
// May contain unused imports in some cases
|
|
32
32
|
// @ts-ignore
|
|
33
33
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
34
|
+
// May contain unused imports in some cases
|
|
35
|
+
// @ts-ignore
|
|
36
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
34
37
|
|
|
35
38
|
/**
|
|
36
39
|
* 工单查询DTO
|
|
@@ -152,6 +155,12 @@ export interface WorkOrderSearchDTO {
|
|
|
152
155
|
* @memberof WorkOrderSearchDTO
|
|
153
156
|
*/
|
|
154
157
|
'finishTime'?: string;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
161
|
+
* @memberof WorkOrderSearchDTO
|
|
162
|
+
*/
|
|
163
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
155
164
|
}
|
|
156
165
|
|
|
157
166
|
export const WorkOrderSearchDTOSamplingResultsEnum = {
|
|
@@ -0,0 +1,41 @@
|
|
|
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 WorkOrderTypeSubcategoryEnum = {
|
|
24
|
+
MoInspection: 'MO_INSPECTION',
|
|
25
|
+
KeyAreaInspection: 'KEY_AREA_INSPECTION',
|
|
26
|
+
SmartWarehouseEquipmentInspection: 'SMART_WAREHOUSE_EQUIPMENT_INSPECTION',
|
|
27
|
+
ColdStorageEquipmentInspection: 'COLD_STORAGE_EQUIPMENT_INSPECTION',
|
|
28
|
+
BuildingEquipmentInspection: 'BUILDING_EQUIPMENT_INSPECTION',
|
|
29
|
+
SixSInspection: 'SIX_S_INSPECTION',
|
|
30
|
+
PestControlInspection: 'PEST_CONTROL_INSPECTION',
|
|
31
|
+
ElectricalInspection: 'ELECTRICAL_INSPECTION',
|
|
32
|
+
CentralControlShiftHandover: 'CENTRAL_CONTROL_SHIFT_HANDOVER',
|
|
33
|
+
BuildingEquipmentMaintenance: 'BUILDING_EQUIPMENT_MAINTENANCE',
|
|
34
|
+
SmartWarehouseEquipmentMaintenance: 'SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE',
|
|
35
|
+
ColdStorageEquipmentMaintenance: 'COLD_STORAGE_EQUIPMENT_MAINTENANCE'
|
|
36
|
+
} as const;
|
|
37
|
+
|
|
38
|
+
export type WorkOrderTypeSubcategoryEnum = typeof WorkOrderTypeSubcategoryEnum[keyof typeof WorkOrderTypeSubcategoryEnum];
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|