@gizone/rrs-client 3.11.12-alpha.47 → 3.11.12-alpha.49
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 +1 -0
- package/apis/access-api.ts +30 -30
- package/apis/cost-api.ts +15 -15
- package/apis/energy-api.ts +15 -15
- package/apis/privacy-api.ts +78 -76
- package/apis/sys-api.ts +47 -47
- package/apis/user-api.ts +15 -15
- package/dist/apis/access-api.d.ts +20 -20
- package/dist/apis/access-api.js +22 -22
- package/dist/apis/cost-api.d.ts +10 -10
- package/dist/apis/cost-api.js +11 -11
- package/dist/apis/energy-api.d.ts +10 -10
- package/dist/apis/energy-api.js +11 -11
- package/dist/apis/privacy-api.d.ts +49 -48
- package/dist/apis/privacy-api.js +60 -60
- package/dist/apis/sys-api.d.ts +31 -31
- package/dist/apis/sys-api.js +34 -34
- package/dist/apis/user-api.d.ts +10 -10
- package/dist/apis/user-api.js +11 -11
- package/dist/esm/apis/access-api.d.ts +20 -20
- package/dist/esm/apis/access-api.js +22 -22
- package/dist/esm/apis/cost-api.d.ts +10 -10
- package/dist/esm/apis/cost-api.js +11 -11
- package/dist/esm/apis/energy-api.d.ts +10 -10
- package/dist/esm/apis/energy-api.js +11 -11
- package/dist/esm/apis/privacy-api.d.ts +49 -48
- package/dist/esm/apis/privacy-api.js +60 -60
- package/dist/esm/apis/sys-api.d.ts +31 -31
- package/dist/esm/apis/sys-api.js +34 -34
- package/dist/esm/apis/user-api.d.ts +10 -10
- package/dist/esm/apis/user-api.js +11 -11
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +1 -0
- package/dist/esm/models/index.js +1 -0
- package/dist/esm/models/ipage-access-vo.d.ts +8 -8
- package/dist/esm/models/work-order-detail-dto.d.ts +6 -0
- package/dist/esm/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-entity.js +1 -13
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +1 -13
- package/dist/esm/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/esm/models/work-order-settings-type-enum.js +31 -0
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/dist/models/ipage-access-vo.d.ts +8 -8
- package/dist/models/work-order-detail-dto.d.ts +6 -0
- package/dist/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/models/work-order-push-settings-entity.js +0 -14
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/models/work-order-push-settings-save-or-update-vo.js +0 -14
- package/dist/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/models/work-order-settings-type-enum.js +34 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +1 -0
- package/models/ipage-access-vo.ts +8 -8
- package/models/work-order-detail-dto.ts +6 -0
- package/models/work-order-push-settings-entity.ts +6 -18
- package/models/work-order-push-settings-save-or-update-vo.ts +6 -18
- package/models/work-order-settings-type-enum.ts +40 -0
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { WorkOrderSettingsTypeEnum } from './work-order-settings-type-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 添加或修改工单推送
|
|
14
15
|
* @export
|
|
@@ -28,11 +29,11 @@ export interface WorkOrderPushSettingsSaveOrUpdateVO {
|
|
|
28
29
|
*/
|
|
29
30
|
'parkId'?: number;
|
|
30
31
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {
|
|
32
|
+
*
|
|
33
|
+
* @type {WorkOrderSettingsTypeEnum}
|
|
33
34
|
* @memberof WorkOrderPushSettingsSaveOrUpdateVO
|
|
34
35
|
*/
|
|
35
|
-
'type'?:
|
|
36
|
+
'type'?: WorkOrderSettingsTypeEnum;
|
|
36
37
|
/**
|
|
37
38
|
* 查看部门
|
|
38
39
|
* @type {Array<number>}
|
|
@@ -76,17 +77,3 @@ export interface WorkOrderPushSettingsSaveOrUpdateVO {
|
|
|
76
77
|
*/
|
|
77
78
|
'roleIds'?: Array<number>;
|
|
78
79
|
}
|
|
79
|
-
export declare const WorkOrderPushSettingsSaveOrUpdateVOTypeEnum: {
|
|
80
|
-
readonly RepairWorkOrder: "REPAIR_WORK_ORDER";
|
|
81
|
-
readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
|
|
82
|
-
readonly AiWorkOrder: "AI_WORK_ORDER";
|
|
83
|
-
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
84
|
-
readonly TranscriptionWorkOrder: "TRANSCRIPTION_WORK_ORDER";
|
|
85
|
-
readonly FireFightingWorkOrder: "FIRE_FIGHTING_WORK_ORDER";
|
|
86
|
-
readonly InternetOfThingsWorkOrder: "INTERNET_OF_THINGS_WORK_ORDER";
|
|
87
|
-
readonly VideoRecognitionWorkOrder: "VIDEO_RECOGNITION_WORK_ORDER";
|
|
88
|
-
readonly DecorationOrderProperty: "DECORATION_ORDER_PROPERTY";
|
|
89
|
-
readonly DecorationOrderTenant: "DECORATION_ORDER_TENANT";
|
|
90
|
-
readonly DecorationOrderSupplier: "DECORATION_ORDER_SUPPLIER";
|
|
91
|
-
};
|
|
92
|
-
export type WorkOrderPushSettingsSaveOrUpdateVOTypeEnum = typeof WorkOrderPushSettingsSaveOrUpdateVOTypeEnum[keyof typeof WorkOrderPushSettingsSaveOrUpdateVOTypeEnum];
|
|
@@ -11,16 +11,4 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export
|
|
15
|
-
RepairWorkOrder: 'REPAIR_WORK_ORDER',
|
|
16
|
-
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
17
|
-
AiWorkOrder: 'AI_WORK_ORDER',
|
|
18
|
-
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
19
|
-
TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
|
|
20
|
-
FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
|
|
21
|
-
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
22
|
-
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
23
|
-
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
24
|
-
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
25
|
-
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
26
|
-
};
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 类型
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const WorkOrderSettingsTypeEnum: {
|
|
18
|
+
readonly RepairWorkOrder: "REPAIR_WORK_ORDER";
|
|
19
|
+
readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
|
|
20
|
+
readonly AiWorkOrder: "AI_WORK_ORDER";
|
|
21
|
+
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
|
+
readonly TranscriptionWorkOrder: "TRANSCRIPTION_WORK_ORDER";
|
|
23
|
+
readonly FireFightingWorkOrder: "FIRE_FIGHTING_WORK_ORDER";
|
|
24
|
+
readonly InternetOfThingsWorkOrder: "INTERNET_OF_THINGS_WORK_ORDER";
|
|
25
|
+
readonly VideoRecognitionWorkOrder: "VIDEO_RECOGNITION_WORK_ORDER";
|
|
26
|
+
readonly DecorationOrderProperty: "DECORATION_ORDER_PROPERTY";
|
|
27
|
+
readonly DecorationOrderTenant: "DECORATION_ORDER_TENANT";
|
|
28
|
+
readonly DecorationOrderSupplier: "DECORATION_ORDER_SUPPLIER";
|
|
29
|
+
};
|
|
30
|
+
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const WorkOrderSettingsTypeEnum = {
|
|
20
|
+
RepairWorkOrder: 'REPAIR_WORK_ORDER',
|
|
21
|
+
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
22
|
+
AiWorkOrder: 'AI_WORK_ORDER',
|
|
23
|
+
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
24
|
+
TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
|
|
25
|
+
FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
|
|
26
|
+
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
27
|
+
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
28
|
+
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
29
|
+
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
30
|
+
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
31
|
+
};
|
|
@@ -41,6 +41,12 @@ export interface GetUserWx200Response {
|
|
|
41
41
|
* @memberof GetUserWx200Response
|
|
42
42
|
*/
|
|
43
43
|
'locale'?: GetUserWx200ResponseLocale;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof GetUserWx200Response
|
|
48
|
+
*/
|
|
49
|
+
'bufferSize'?: number;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {string}
|
|
@@ -61,16 +67,16 @@ export interface GetUserWx200Response {
|
|
|
61
67
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
62
68
|
/**
|
|
63
69
|
*
|
|
64
|
-
* @type {
|
|
70
|
+
* @type {string}
|
|
65
71
|
* @memberof GetUserWx200Response
|
|
66
72
|
*/
|
|
67
|
-
'
|
|
73
|
+
'characterEncoding'?: string;
|
|
68
74
|
/**
|
|
69
75
|
*
|
|
70
|
-
* @type {
|
|
76
|
+
* @type {object}
|
|
71
77
|
* @memberof GetUserWx200Response
|
|
72
78
|
*/
|
|
73
|
-
'
|
|
79
|
+
'writer'?: object;
|
|
74
80
|
/**
|
|
75
81
|
*
|
|
76
82
|
* @type {number}
|
|
@@ -83,10 +89,4 @@ export interface GetUserWx200Response {
|
|
|
83
89
|
* @memberof GetUserWx200Response
|
|
84
90
|
*/
|
|
85
91
|
'committed'?: boolean;
|
|
86
|
-
/**
|
|
87
|
-
*
|
|
88
|
-
* @type {object}
|
|
89
|
-
* @memberof GetUserWx200Response
|
|
90
|
-
*/
|
|
91
|
-
'writer'?: object;
|
|
92
92
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -830,6 +830,7 @@ export * from './work-order-push-settings-save-or-update-vo';
|
|
|
830
830
|
export * from './work-order-push-settings-vo';
|
|
831
831
|
export * from './work-order-report-vo';
|
|
832
832
|
export * from './work-order-search-dto';
|
|
833
|
+
export * from './work-order-settings-type-enum';
|
|
833
834
|
export * from './work-order-source-enum';
|
|
834
835
|
export * from './work-order-spot-check-vo';
|
|
835
836
|
export * from './work-order-staging-data-vo';
|
package/dist/models/index.js
CHANGED
|
@@ -846,6 +846,7 @@ __exportStar(require("./work-order-push-settings-save-or-update-vo"), exports);
|
|
|
846
846
|
__exportStar(require("./work-order-push-settings-vo"), exports);
|
|
847
847
|
__exportStar(require("./work-order-report-vo"), exports);
|
|
848
848
|
__exportStar(require("./work-order-search-dto"), exports);
|
|
849
|
+
__exportStar(require("./work-order-settings-type-enum"), exports);
|
|
849
850
|
__exportStar(require("./work-order-source-enum"), exports);
|
|
850
851
|
__exportStar(require("./work-order-spot-check-vo"), exports);
|
|
851
852
|
__exportStar(require("./work-order-staging-data-vo"), exports);
|
|
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
|
|
|
22
22
|
* @memberof IPageAccessVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<AccessVO>}
|
|
28
|
+
* @memberof IPageAccessVO
|
|
29
|
+
*/
|
|
30
|
+
'records'?: Array<AccessVO>;
|
|
25
31
|
/**
|
|
26
32
|
*
|
|
27
33
|
* @type {number}
|
|
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
|
|
|
30
36
|
'current'?: number;
|
|
31
37
|
/**
|
|
32
38
|
*
|
|
33
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
34
40
|
* @memberof IPageAccessVO
|
|
35
41
|
*/
|
|
36
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
37
43
|
/**
|
|
38
44
|
*
|
|
39
45
|
* @type {number}
|
|
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
|
|
|
47
53
|
* @deprecated
|
|
48
54
|
*/
|
|
49
55
|
'hitCount'?: boolean;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {boolean}
|
|
53
|
-
* @memberof IPageAccessVO
|
|
54
|
-
*/
|
|
55
|
-
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -249,6 +249,12 @@ export interface WorkOrderDetailDTO {
|
|
|
249
249
|
* @memberof WorkOrderDetailDTO
|
|
250
250
|
*/
|
|
251
251
|
'handlerId'?: number;
|
|
252
|
+
/**
|
|
253
|
+
* 处理人id
|
|
254
|
+
* @type {number}
|
|
255
|
+
* @memberof WorkOrderDetailDTO
|
|
256
|
+
*/
|
|
257
|
+
'handlerUserId'?: number;
|
|
252
258
|
/**
|
|
253
259
|
* 预计执行时间
|
|
254
260
|
* @type {number}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { WorkOrderSettingsTypeEnum } from './work-order-settings-type-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 返回数据,可以是任意类型的值
|
|
14
15
|
* @export
|
|
@@ -28,11 +29,11 @@ export interface WorkOrderPushSettingsEntity {
|
|
|
28
29
|
*/
|
|
29
30
|
'parkId'?: number;
|
|
30
31
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {
|
|
32
|
+
*
|
|
33
|
+
* @type {WorkOrderSettingsTypeEnum}
|
|
33
34
|
* @memberof WorkOrderPushSettingsEntity
|
|
34
35
|
*/
|
|
35
|
-
'type'?:
|
|
36
|
+
'type'?: WorkOrderSettingsTypeEnum;
|
|
36
37
|
/**
|
|
37
38
|
* 查看部门
|
|
38
39
|
* @type {Array<number>}
|
|
@@ -88,17 +89,3 @@ export interface WorkOrderPushSettingsEntity {
|
|
|
88
89
|
*/
|
|
89
90
|
'roleIds'?: Array<number>;
|
|
90
91
|
}
|
|
91
|
-
export declare const WorkOrderPushSettingsEntityTypeEnum: {
|
|
92
|
-
readonly RepairWorkOrder: "REPAIR_WORK_ORDER";
|
|
93
|
-
readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
|
|
94
|
-
readonly AiWorkOrder: "AI_WORK_ORDER";
|
|
95
|
-
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
96
|
-
readonly TranscriptionWorkOrder: "TRANSCRIPTION_WORK_ORDER";
|
|
97
|
-
readonly FireFightingWorkOrder: "FIRE_FIGHTING_WORK_ORDER";
|
|
98
|
-
readonly InternetOfThingsWorkOrder: "INTERNET_OF_THINGS_WORK_ORDER";
|
|
99
|
-
readonly VideoRecognitionWorkOrder: "VIDEO_RECOGNITION_WORK_ORDER";
|
|
100
|
-
readonly DecorationOrderProperty: "DECORATION_ORDER_PROPERTY";
|
|
101
|
-
readonly DecorationOrderTenant: "DECORATION_ORDER_TENANT";
|
|
102
|
-
readonly DecorationOrderSupplier: "DECORATION_ORDER_SUPPLIER";
|
|
103
|
-
};
|
|
104
|
-
export type WorkOrderPushSettingsEntityTypeEnum = typeof WorkOrderPushSettingsEntityTypeEnum[keyof typeof WorkOrderPushSettingsEntityTypeEnum];
|
|
@@ -13,17 +13,3 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.WorkOrderPushSettingsEntityTypeEnum = void 0;
|
|
17
|
-
exports.WorkOrderPushSettingsEntityTypeEnum = {
|
|
18
|
-
RepairWorkOrder: 'REPAIR_WORK_ORDER',
|
|
19
|
-
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
20
|
-
AiWorkOrder: 'AI_WORK_ORDER',
|
|
21
|
-
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
22
|
-
TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
|
|
23
|
-
FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
|
|
24
|
-
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
25
|
-
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
26
|
-
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
27
|
-
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
28
|
-
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
29
|
-
};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { WorkOrderSettingsTypeEnum } from './work-order-settings-type-enum';
|
|
12
13
|
/**
|
|
13
14
|
* 添加或修改工单推送
|
|
14
15
|
* @export
|
|
@@ -28,11 +29,11 @@ export interface WorkOrderPushSettingsSaveOrUpdateVO {
|
|
|
28
29
|
*/
|
|
29
30
|
'parkId'?: number;
|
|
30
31
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {
|
|
32
|
+
*
|
|
33
|
+
* @type {WorkOrderSettingsTypeEnum}
|
|
33
34
|
* @memberof WorkOrderPushSettingsSaveOrUpdateVO
|
|
34
35
|
*/
|
|
35
|
-
'type'?:
|
|
36
|
+
'type'?: WorkOrderSettingsTypeEnum;
|
|
36
37
|
/**
|
|
37
38
|
* 查看部门
|
|
38
39
|
* @type {Array<number>}
|
|
@@ -76,17 +77,3 @@ export interface WorkOrderPushSettingsSaveOrUpdateVO {
|
|
|
76
77
|
*/
|
|
77
78
|
'roleIds'?: Array<number>;
|
|
78
79
|
}
|
|
79
|
-
export declare const WorkOrderPushSettingsSaveOrUpdateVOTypeEnum: {
|
|
80
|
-
readonly RepairWorkOrder: "REPAIR_WORK_ORDER";
|
|
81
|
-
readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
|
|
82
|
-
readonly AiWorkOrder: "AI_WORK_ORDER";
|
|
83
|
-
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
84
|
-
readonly TranscriptionWorkOrder: "TRANSCRIPTION_WORK_ORDER";
|
|
85
|
-
readonly FireFightingWorkOrder: "FIRE_FIGHTING_WORK_ORDER";
|
|
86
|
-
readonly InternetOfThingsWorkOrder: "INTERNET_OF_THINGS_WORK_ORDER";
|
|
87
|
-
readonly VideoRecognitionWorkOrder: "VIDEO_RECOGNITION_WORK_ORDER";
|
|
88
|
-
readonly DecorationOrderProperty: "DECORATION_ORDER_PROPERTY";
|
|
89
|
-
readonly DecorationOrderTenant: "DECORATION_ORDER_TENANT";
|
|
90
|
-
readonly DecorationOrderSupplier: "DECORATION_ORDER_SUPPLIER";
|
|
91
|
-
};
|
|
92
|
-
export type WorkOrderPushSettingsSaveOrUpdateVOTypeEnum = typeof WorkOrderPushSettingsSaveOrUpdateVOTypeEnum[keyof typeof WorkOrderPushSettingsSaveOrUpdateVOTypeEnum];
|
|
@@ -13,17 +13,3 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.WorkOrderPushSettingsSaveOrUpdateVOTypeEnum = void 0;
|
|
17
|
-
exports.WorkOrderPushSettingsSaveOrUpdateVOTypeEnum = {
|
|
18
|
-
RepairWorkOrder: 'REPAIR_WORK_ORDER',
|
|
19
|
-
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
20
|
-
AiWorkOrder: 'AI_WORK_ORDER',
|
|
21
|
-
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
22
|
-
TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
|
|
23
|
-
FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
|
|
24
|
-
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
25
|
-
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
26
|
-
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
27
|
-
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
28
|
-
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
29
|
-
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 类型
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const WorkOrderSettingsTypeEnum: {
|
|
18
|
+
readonly RepairWorkOrder: "REPAIR_WORK_ORDER";
|
|
19
|
+
readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
|
|
20
|
+
readonly AiWorkOrder: "AI_WORK_ORDER";
|
|
21
|
+
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
|
+
readonly TranscriptionWorkOrder: "TRANSCRIPTION_WORK_ORDER";
|
|
23
|
+
readonly FireFightingWorkOrder: "FIRE_FIGHTING_WORK_ORDER";
|
|
24
|
+
readonly InternetOfThingsWorkOrder: "INTERNET_OF_THINGS_WORK_ORDER";
|
|
25
|
+
readonly VideoRecognitionWorkOrder: "VIDEO_RECOGNITION_WORK_ORDER";
|
|
26
|
+
readonly DecorationOrderProperty: "DECORATION_ORDER_PROPERTY";
|
|
27
|
+
readonly DecorationOrderTenant: "DECORATION_ORDER_TENANT";
|
|
28
|
+
readonly DecorationOrderSupplier: "DECORATION_ORDER_SUPPLIER";
|
|
29
|
+
};
|
|
30
|
+
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -0,0 +1,34 @@
|
|
|
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.WorkOrderSettingsTypeEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 类型
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.WorkOrderSettingsTypeEnum = {
|
|
23
|
+
RepairWorkOrder: 'REPAIR_WORK_ORDER',
|
|
24
|
+
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
25
|
+
AiWorkOrder: 'AI_WORK_ORDER',
|
|
26
|
+
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
27
|
+
TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
|
|
28
|
+
FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
|
|
29
|
+
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
30
|
+
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
31
|
+
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
32
|
+
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
33
|
+
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
34
|
+
};
|
|
@@ -50,6 +50,12 @@ export interface GetUserWx200Response {
|
|
|
50
50
|
* @memberof GetUserWx200Response
|
|
51
51
|
*/
|
|
52
52
|
'locale'?: GetUserWx200ResponseLocale;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof GetUserWx200Response
|
|
57
|
+
*/
|
|
58
|
+
'bufferSize'?: number;
|
|
53
59
|
/**
|
|
54
60
|
*
|
|
55
61
|
* @type {string}
|
|
@@ -70,16 +76,16 @@ export interface GetUserWx200Response {
|
|
|
70
76
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
71
77
|
/**
|
|
72
78
|
*
|
|
73
|
-
* @type {
|
|
79
|
+
* @type {string}
|
|
74
80
|
* @memberof GetUserWx200Response
|
|
75
81
|
*/
|
|
76
|
-
'
|
|
82
|
+
'characterEncoding'?: string;
|
|
77
83
|
/**
|
|
78
84
|
*
|
|
79
|
-
* @type {
|
|
85
|
+
* @type {object}
|
|
80
86
|
* @memberof GetUserWx200Response
|
|
81
87
|
*/
|
|
82
|
-
'
|
|
88
|
+
'writer'?: object;
|
|
83
89
|
/**
|
|
84
90
|
*
|
|
85
91
|
* @type {number}
|
|
@@ -92,11 +98,5 @@ export interface GetUserWx200Response {
|
|
|
92
98
|
* @memberof GetUserWx200Response
|
|
93
99
|
*/
|
|
94
100
|
'committed'?: boolean;
|
|
95
|
-
/**
|
|
96
|
-
*
|
|
97
|
-
* @type {object}
|
|
98
|
-
* @memberof GetUserWx200Response
|
|
99
|
-
*/
|
|
100
|
-
'writer'?: object;
|
|
101
101
|
}
|
|
102
102
|
|
package/models/index.ts
CHANGED
|
@@ -830,6 +830,7 @@ export * from './work-order-push-settings-save-or-update-vo';
|
|
|
830
830
|
export * from './work-order-push-settings-vo';
|
|
831
831
|
export * from './work-order-report-vo';
|
|
832
832
|
export * from './work-order-search-dto';
|
|
833
|
+
export * from './work-order-settings-type-enum';
|
|
833
834
|
export * from './work-order-source-enum';
|
|
834
835
|
export * from './work-order-spot-check-vo';
|
|
835
836
|
export * from './work-order-staging-data-vo';
|
|
@@ -29,6 +29,12 @@ export interface IPageAccessVO {
|
|
|
29
29
|
* @memberof IPageAccessVO
|
|
30
30
|
*/
|
|
31
31
|
'total'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<AccessVO>}
|
|
35
|
+
* @memberof IPageAccessVO
|
|
36
|
+
*/
|
|
37
|
+
'records'?: Array<AccessVO>;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
40
|
* @type {number}
|
|
@@ -37,10 +43,10 @@ export interface IPageAccessVO {
|
|
|
37
43
|
'current'?: number;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
|
-
* @type {
|
|
46
|
+
* @type {boolean}
|
|
41
47
|
* @memberof IPageAccessVO
|
|
42
48
|
*/
|
|
43
|
-
'
|
|
49
|
+
'searchCount'?: boolean;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {number}
|
|
@@ -54,12 +60,6 @@ export interface IPageAccessVO {
|
|
|
54
60
|
* @deprecated
|
|
55
61
|
*/
|
|
56
62
|
'hitCount'?: boolean;
|
|
57
|
-
/**
|
|
58
|
-
*
|
|
59
|
-
* @type {boolean}
|
|
60
|
-
* @memberof IPageAccessVO
|
|
61
|
-
*/
|
|
62
|
-
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -278,6 +278,12 @@ export interface WorkOrderDetailDTO {
|
|
|
278
278
|
* @memberof WorkOrderDetailDTO
|
|
279
279
|
*/
|
|
280
280
|
'handlerId'?: number;
|
|
281
|
+
/**
|
|
282
|
+
* 处理人id
|
|
283
|
+
* @type {number}
|
|
284
|
+
* @memberof WorkOrderDetailDTO
|
|
285
|
+
*/
|
|
286
|
+
'handlerUserId'?: number;
|
|
281
287
|
/**
|
|
282
288
|
* 预计执行时间
|
|
283
289
|
* @type {number}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WorkOrderSettingsTypeEnum } from './work-order-settings-type-enum';
|
|
16
19
|
|
|
17
20
|
/**
|
|
18
21
|
* 返回数据,可以是任意类型的值
|
|
@@ -33,11 +36,11 @@ export interface WorkOrderPushSettingsEntity {
|
|
|
33
36
|
*/
|
|
34
37
|
'parkId'?: number;
|
|
35
38
|
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {
|
|
39
|
+
*
|
|
40
|
+
* @type {WorkOrderSettingsTypeEnum}
|
|
38
41
|
* @memberof WorkOrderPushSettingsEntity
|
|
39
42
|
*/
|
|
40
|
-
'type'?:
|
|
43
|
+
'type'?: WorkOrderSettingsTypeEnum;
|
|
41
44
|
/**
|
|
42
45
|
* 查看部门
|
|
43
46
|
* @type {Array<number>}
|
|
@@ -94,20 +97,5 @@ export interface WorkOrderPushSettingsEntity {
|
|
|
94
97
|
'roleIds'?: Array<number>;
|
|
95
98
|
}
|
|
96
99
|
|
|
97
|
-
export const WorkOrderPushSettingsEntityTypeEnum = {
|
|
98
|
-
RepairWorkOrder: 'REPAIR_WORK_ORDER',
|
|
99
|
-
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
100
|
-
AiWorkOrder: 'AI_WORK_ORDER',
|
|
101
|
-
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
102
|
-
TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
|
|
103
|
-
FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
|
|
104
|
-
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
105
|
-
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
106
|
-
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
107
|
-
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
108
|
-
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
109
|
-
} as const;
|
|
110
|
-
|
|
111
|
-
export type WorkOrderPushSettingsEntityTypeEnum = typeof WorkOrderPushSettingsEntityTypeEnum[keyof typeof WorkOrderPushSettingsEntityTypeEnum];
|
|
112
100
|
|
|
113
101
|
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WorkOrderSettingsTypeEnum } from './work-order-settings-type-enum';
|
|
16
19
|
|
|
17
20
|
/**
|
|
18
21
|
* 添加或修改工单推送
|
|
@@ -33,11 +36,11 @@ export interface WorkOrderPushSettingsSaveOrUpdateVO {
|
|
|
33
36
|
*/
|
|
34
37
|
'parkId'?: number;
|
|
35
38
|
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {
|
|
39
|
+
*
|
|
40
|
+
* @type {WorkOrderSettingsTypeEnum}
|
|
38
41
|
* @memberof WorkOrderPushSettingsSaveOrUpdateVO
|
|
39
42
|
*/
|
|
40
|
-
'type'?:
|
|
43
|
+
'type'?: WorkOrderSettingsTypeEnum;
|
|
41
44
|
/**
|
|
42
45
|
* 查看部门
|
|
43
46
|
* @type {Array<number>}
|
|
@@ -82,20 +85,5 @@ export interface WorkOrderPushSettingsSaveOrUpdateVO {
|
|
|
82
85
|
'roleIds'?: Array<number>;
|
|
83
86
|
}
|
|
84
87
|
|
|
85
|
-
export const WorkOrderPushSettingsSaveOrUpdateVOTypeEnum = {
|
|
86
|
-
RepairWorkOrder: 'REPAIR_WORK_ORDER',
|
|
87
|
-
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
88
|
-
AiWorkOrder: 'AI_WORK_ORDER',
|
|
89
|
-
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
90
|
-
TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
|
|
91
|
-
FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
|
|
92
|
-
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
93
|
-
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
94
|
-
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
95
|
-
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
96
|
-
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
97
|
-
} as const;
|
|
98
|
-
|
|
99
|
-
export type WorkOrderPushSettingsSaveOrUpdateVOTypeEnum = typeof WorkOrderPushSettingsSaveOrUpdateVOTypeEnum[keyof typeof WorkOrderPushSettingsSaveOrUpdateVOTypeEnum];
|
|
100
88
|
|
|
101
89
|
|
|
@@ -0,0 +1,40 @@
|
|
|
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 WorkOrderSettingsTypeEnum = {
|
|
24
|
+
RepairWorkOrder: 'REPAIR_WORK_ORDER',
|
|
25
|
+
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
26
|
+
AiWorkOrder: 'AI_WORK_ORDER',
|
|
27
|
+
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
28
|
+
TranscriptionWorkOrder: 'TRANSCRIPTION_WORK_ORDER',
|
|
29
|
+
FireFightingWorkOrder: 'FIRE_FIGHTING_WORK_ORDER',
|
|
30
|
+
InternetOfThingsWorkOrder: 'INTERNET_OF_THINGS_WORK_ORDER',
|
|
31
|
+
VideoRecognitionWorkOrder: 'VIDEO_RECOGNITION_WORK_ORDER',
|
|
32
|
+
DecorationOrderProperty: 'DECORATION_ORDER_PROPERTY',
|
|
33
|
+
DecorationOrderTenant: 'DECORATION_ORDER_TENANT',
|
|
34
|
+
DecorationOrderSupplier: 'DECORATION_ORDER_SUPPLIER'
|
|
35
|
+
} as const;
|
|
36
|
+
|
|
37
|
+
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|