@gizone/rrs-client 4.2.0-alpha.254 → 4.2.0-alpha.256
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/disaster-warning-standard-api.ts +18 -5
- package/apis/work-order-api.ts +3 -2
- package/dist/apis/disaster-warning-standard-api.d.ts +10 -2
- package/dist/apis/disaster-warning-standard-api.js +10 -5
- package/dist/apis/work-order-api.d.ts +2 -1
- package/dist/apis/work-order-api.js +2 -1
- package/dist/esm/apis/disaster-warning-standard-api.d.ts +10 -2
- package/dist/esm/apis/disaster-warning-standard-api.js +10 -5
- package/dist/esm/apis/work-order-api.d.ts +2 -1
- package/dist/esm/apis/work-order-api.js +2 -1
- package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
- 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 +3 -3
- package/dist/esm/models/period-detail-resp.d.ts +1 -0
- package/dist/esm/models/period-detail-resp.js +2 -1
- package/dist/esm/models/plan-add-vo.d.ts +9 -1
- package/dist/esm/models/plan-add-vo.js +2 -1
- package/dist/esm/models/plan-calendar-list-vo.d.ts +1 -0
- package/dist/esm/models/plan-calendar-list-vo.js +2 -1
- package/dist/esm/models/plan-detail-dto.d.ts +7 -0
- package/dist/esm/models/plan-detail-dto.js +2 -1
- package/dist/esm/models/plan-edit-vo.d.ts +9 -1
- package/dist/esm/models/plan-edit-vo.js +2 -1
- package/dist/esm/models/plan-inspection-items-dto.d.ts +7 -0
- package/dist/esm/models/plan-level-enum.d.ts +22 -0
- package/dist/esm/models/plan-level-enum.js +23 -0
- package/dist/esm/models/plan-search-dto.d.ts +1 -0
- package/dist/esm/models/plan-search-dto.js +2 -1
- package/dist/esm/models/work-order-type-subcategory-enum.d.ts +31 -0
- package/dist/esm/models/work-order-type-subcategory-enum.js +32 -1
- package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/get-user-wx200-response.d.ts +4 -4
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/dist/models/ipage-access-vo.d.ts +3 -3
- package/dist/models/period-detail-resp.d.ts +1 -0
- package/dist/models/period-detail-resp.js +2 -1
- package/dist/models/plan-add-vo.d.ts +9 -1
- package/dist/models/plan-add-vo.js +2 -1
- package/dist/models/plan-calendar-list-vo.d.ts +1 -0
- package/dist/models/plan-calendar-list-vo.js +2 -1
- package/dist/models/plan-detail-dto.d.ts +7 -0
- package/dist/models/plan-detail-dto.js +2 -1
- package/dist/models/plan-edit-vo.d.ts +9 -1
- package/dist/models/plan-edit-vo.js +2 -1
- package/dist/models/plan-inspection-items-dto.d.ts +7 -0
- package/dist/models/plan-level-enum.d.ts +22 -0
- package/dist/models/plan-level-enum.js +26 -0
- package/dist/models/plan-search-dto.d.ts +1 -0
- package/dist/models/plan-search-dto.js +2 -1
- package/dist/models/work-order-type-subcategory-enum.d.ts +31 -0
- package/dist/models/work-order-type-subcategory-enum.js +32 -1
- package/models/disaster-warning-standard-entity.ts +1 -1
- package/models/get-user-wx200-response.ts +4 -4
- package/models/index.ts +1 -0
- package/models/ipage-access-vo.ts +3 -3
- package/models/period-detail-resp.ts +2 -1
- package/models/plan-add-vo.ts +12 -2
- package/models/plan-calendar-list-vo.ts +2 -1
- package/models/plan-detail-dto.ts +8 -1
- package/models/plan-edit-vo.ts +12 -2
- package/models/plan-inspection-items-dto.ts +9 -0
- package/models/plan-level-enum.ts +32 -0
- package/models/plan-search-dto.ts +2 -1
- package/models/work-order-type-subcategory-enum.ts +32 -1
- package/package.json +1 -1
|
@@ -0,0 +1,23 @@
|
|
|
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 PlanLevelEnum = {
|
|
20
|
+
Red: 'RED',
|
|
21
|
+
Orange: 'ORANGE',
|
|
22
|
+
Yellow: 'YELLOW'
|
|
23
|
+
};
|
|
@@ -84,5 +84,6 @@ export declare const PlanSearchDTOPlanTypeEnum: {
|
|
|
84
84
|
readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
|
|
85
85
|
readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
|
|
86
86
|
readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
|
|
87
|
+
readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
|
|
87
88
|
};
|
|
88
89
|
export type PlanSearchDTOPlanTypeEnum = typeof PlanSearchDTOPlanTypeEnum[keyof typeof PlanSearchDTOPlanTypeEnum];
|
|
@@ -15,5 +15,6 @@ export const PlanSearchDTOPlanTypeEnum = {
|
|
|
15
15
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
16
16
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
17
17
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
18
|
-
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
18
|
+
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
19
|
+
PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
19
20
|
};
|
|
@@ -27,5 +27,36 @@ export declare const WorkOrderTypeSubcategoryEnum: {
|
|
|
27
27
|
readonly BuildingEquipmentMaintenance: "BUILDING_EQUIPMENT_MAINTENANCE";
|
|
28
28
|
readonly SmartWarehouseEquipmentMaintenance: "SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE";
|
|
29
29
|
readonly ColdStorageEquipmentMaintenance: "COLD_STORAGE_EQUIPMENT_MAINTENANCE";
|
|
30
|
+
readonly BaoXue: "BAO_XUE";
|
|
31
|
+
readonly BaoYu: "BAO_YU";
|
|
32
|
+
readonly BingBao: "BING_BAO";
|
|
33
|
+
readonly ChiXuDiWen: "CHI_XU_DI_WEN";
|
|
34
|
+
readonly ChiXuGaoWen: "CHI_XU_GAO_WEN";
|
|
35
|
+
readonly DaFeng: "DA_FENG";
|
|
36
|
+
readonly DaWu: "DA_WU";
|
|
37
|
+
readonly DaXue: "DA_XUE";
|
|
38
|
+
readonly DaoLuBingXue: "DAO_LU_BING_XUE";
|
|
39
|
+
readonly DaoLuJieBing: "DAO_LU_JIE_BING";
|
|
40
|
+
readonly DiWen: "DI_WEN";
|
|
41
|
+
readonly GanHan: "GAN_HAN";
|
|
42
|
+
readonly HanChao: "HAN_CHAO";
|
|
43
|
+
readonly HanLeng: "HAN_LENG";
|
|
44
|
+
readonly HuiMai: "HUI_MAI";
|
|
45
|
+
readonly HuoXian: "HUO_XIAN";
|
|
46
|
+
readonly JiangWen: "JIANG_WEN";
|
|
47
|
+
readonly LeiBao: "LEI_BAO";
|
|
48
|
+
readonly LeiBaoDaFeng: "LEI_BAO_DA_FENG";
|
|
49
|
+
readonly LeiDian: "LEI_DIAN";
|
|
50
|
+
readonly LeiYuDaFeng: "LEI_YU_DA_FENG";
|
|
51
|
+
readonly Mai: "MAI";
|
|
52
|
+
readonly QiangDuiLiu: "QIANG_DUI_LIU";
|
|
53
|
+
readonly QiangJiangYu: "QIANG_JIANG_YU";
|
|
54
|
+
readonly SenLinHuoXian: "SEN_LIN_HUO_XIAN";
|
|
55
|
+
readonly ShaChen: "SHA_CHEN";
|
|
56
|
+
readonly ShaChenBao: "SHA_CHEN_BAO";
|
|
57
|
+
readonly ShuangDong: "SHUANG_DONG";
|
|
58
|
+
readonly TaiFeng: "TAI_FENG";
|
|
59
|
+
readonly XueZai: "XUE_ZAI";
|
|
60
|
+
readonly ZhongWuRan: "ZHONG_WU_RAN";
|
|
30
61
|
};
|
|
31
62
|
export type WorkOrderTypeSubcategoryEnum = typeof WorkOrderTypeSubcategoryEnum[keyof typeof WorkOrderTypeSubcategoryEnum];
|
|
@@ -28,5 +28,36 @@ export const WorkOrderTypeSubcategoryEnum = {
|
|
|
28
28
|
CentralControlShiftHandover: 'CENTRAL_CONTROL_SHIFT_HANDOVER',
|
|
29
29
|
BuildingEquipmentMaintenance: 'BUILDING_EQUIPMENT_MAINTENANCE',
|
|
30
30
|
SmartWarehouseEquipmentMaintenance: 'SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE',
|
|
31
|
-
ColdStorageEquipmentMaintenance: 'COLD_STORAGE_EQUIPMENT_MAINTENANCE'
|
|
31
|
+
ColdStorageEquipmentMaintenance: 'COLD_STORAGE_EQUIPMENT_MAINTENANCE',
|
|
32
|
+
BaoXue: 'BAO_XUE',
|
|
33
|
+
BaoYu: 'BAO_YU',
|
|
34
|
+
BingBao: 'BING_BAO',
|
|
35
|
+
ChiXuDiWen: 'CHI_XU_DI_WEN',
|
|
36
|
+
ChiXuGaoWen: 'CHI_XU_GAO_WEN',
|
|
37
|
+
DaFeng: 'DA_FENG',
|
|
38
|
+
DaWu: 'DA_WU',
|
|
39
|
+
DaXue: 'DA_XUE',
|
|
40
|
+
DaoLuBingXue: 'DAO_LU_BING_XUE',
|
|
41
|
+
DaoLuJieBing: 'DAO_LU_JIE_BING',
|
|
42
|
+
DiWen: 'DI_WEN',
|
|
43
|
+
GanHan: 'GAN_HAN',
|
|
44
|
+
HanChao: 'HAN_CHAO',
|
|
45
|
+
HanLeng: 'HAN_LENG',
|
|
46
|
+
HuiMai: 'HUI_MAI',
|
|
47
|
+
HuoXian: 'HUO_XIAN',
|
|
48
|
+
JiangWen: 'JIANG_WEN',
|
|
49
|
+
LeiBao: 'LEI_BAO',
|
|
50
|
+
LeiBaoDaFeng: 'LEI_BAO_DA_FENG',
|
|
51
|
+
LeiDian: 'LEI_DIAN',
|
|
52
|
+
LeiYuDaFeng: 'LEI_YU_DA_FENG',
|
|
53
|
+
Mai: 'MAI',
|
|
54
|
+
QiangDuiLiu: 'QIANG_DUI_LIU',
|
|
55
|
+
QiangJiangYu: 'QIANG_JIANG_YU',
|
|
56
|
+
SenLinHuoXian: 'SEN_LIN_HUO_XIAN',
|
|
57
|
+
ShaChen: 'SHA_CHEN',
|
|
58
|
+
ShaChenBao: 'SHA_CHEN_BAO',
|
|
59
|
+
ShuangDong: 'SHUANG_DONG',
|
|
60
|
+
TaiFeng: 'TAI_FENG',
|
|
61
|
+
XueZai: 'XUE_ZAI',
|
|
62
|
+
ZhongWuRan: 'ZHONG_WU_RAN'
|
|
32
63
|
};
|
|
@@ -25,16 +25,16 @@ export interface GetUserWx200Response {
|
|
|
25
25
|
'status'?: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {Array<string>}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'headerNames'?: Array<string>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {object}
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {GetUserWx200ResponseLocale}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -715,6 +715,7 @@ export * from './plan-image-list';
|
|
|
715
715
|
export * from './plan-inspection-items-dto';
|
|
716
716
|
export * from './plan-item-add-vo';
|
|
717
717
|
export * from './plan-item-edit-vo';
|
|
718
|
+
export * from './plan-level-enum';
|
|
718
719
|
export * from './plan-search-dto';
|
|
719
720
|
export * from './plan-to-state-vo';
|
|
720
721
|
export * from './privacy-add-vo';
|
package/dist/models/index.js
CHANGED
|
@@ -731,6 +731,7 @@ __exportStar(require("./plan-image-list"), exports);
|
|
|
731
731
|
__exportStar(require("./plan-inspection-items-dto"), exports);
|
|
732
732
|
__exportStar(require("./plan-item-add-vo"), exports);
|
|
733
733
|
__exportStar(require("./plan-item-edit-vo"), exports);
|
|
734
|
+
__exportStar(require("./plan-level-enum"), exports);
|
|
734
735
|
__exportStar(require("./plan-search-dto"), exports);
|
|
735
736
|
__exportStar(require("./plan-to-state-vo"), exports);
|
|
736
737
|
__exportStar(require("./privacy-add-vo"), exports);
|
|
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
|
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageAccessVO
|
|
47
|
+
* @deprecated
|
|
47
48
|
*/
|
|
48
|
-
'
|
|
49
|
+
'hitCount'?: boolean;
|
|
49
50
|
/**
|
|
50
51
|
*
|
|
51
52
|
* @type {boolean}
|
|
52
53
|
* @memberof IPageAccessVO
|
|
53
|
-
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -213,5 +213,6 @@ export declare const PeriodDetailRespPlanTypeEnum: {
|
|
|
213
213
|
readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
|
|
214
214
|
readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
|
|
215
215
|
readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
|
|
216
|
+
readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
|
|
216
217
|
};
|
|
217
218
|
export type PeriodDetailRespPlanTypeEnum = typeof PeriodDetailRespPlanTypeEnum[keyof typeof PeriodDetailRespPlanTypeEnum];
|
|
@@ -23,5 +23,6 @@ exports.PeriodDetailRespPlanTypeEnum = {
|
|
|
23
23
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
24
24
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
25
25
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
26
|
-
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
26
|
+
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
27
|
+
PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
27
28
|
};
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { InspectionItemContentVo } from './inspection-item-content-vo';
|
|
13
13
|
import type { PlanItemAddVo } from './plan-item-add-vo';
|
|
14
|
+
import type { PlanLevelEnum } from './plan-level-enum';
|
|
14
15
|
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
15
16
|
/**
|
|
16
17
|
* 计划工单新建请求参数
|
|
@@ -65,7 +66,7 @@ export interface PlanAddVo {
|
|
|
65
66
|
* @type {PlanItemAddVo}
|
|
66
67
|
* @memberof PlanAddVo
|
|
67
68
|
*/
|
|
68
|
-
'planItem'
|
|
69
|
+
'planItem'?: PlanItemAddVo;
|
|
69
70
|
/**
|
|
70
71
|
* 巡检项巡检内容
|
|
71
72
|
* @type {Array<InspectionItemContentVo>}
|
|
@@ -84,11 +85,18 @@ export interface PlanAddVo {
|
|
|
84
85
|
* @memberof PlanAddVo
|
|
85
86
|
*/
|
|
86
87
|
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @type {PlanLevelEnum}
|
|
91
|
+
* @memberof PlanAddVo
|
|
92
|
+
*/
|
|
93
|
+
'planLevel'?: PlanLevelEnum;
|
|
87
94
|
}
|
|
88
95
|
export declare const PlanAddVoPlanTypeEnum: {
|
|
89
96
|
readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
|
|
90
97
|
readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
|
|
91
98
|
readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
|
|
92
99
|
readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
|
|
100
|
+
readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
|
|
93
101
|
};
|
|
94
102
|
export type PlanAddVoPlanTypeEnum = typeof PlanAddVoPlanTypeEnum[keyof typeof PlanAddVoPlanTypeEnum];
|
|
@@ -18,5 +18,6 @@ exports.PlanAddVoPlanTypeEnum = {
|
|
|
18
18
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
19
19
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
20
20
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
21
|
-
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
21
|
+
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
22
|
+
PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
22
23
|
};
|
|
@@ -45,5 +45,6 @@ export declare const PlanCalendarListVoTypeEnum: {
|
|
|
45
45
|
readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
|
|
46
46
|
readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
|
|
47
47
|
readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
|
|
48
|
+
readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
|
|
48
49
|
};
|
|
49
50
|
export type PlanCalendarListVoTypeEnum = typeof PlanCalendarListVoTypeEnum[keyof typeof PlanCalendarListVoTypeEnum];
|
|
@@ -18,5 +18,6 @@ exports.PlanCalendarListVoTypeEnum = {
|
|
|
18
18
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
19
19
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
20
20
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
21
|
-
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
21
|
+
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
22
|
+
PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
22
23
|
};
|
|
@@ -72,6 +72,12 @@ export interface PlanDetailDTO {
|
|
|
72
72
|
* @memberof PlanDetailDTO
|
|
73
73
|
*/
|
|
74
74
|
'maintenanceItems'?: Array<PlanInspectionItemsDTO>;
|
|
75
|
+
/**
|
|
76
|
+
* 灾害预警项集合
|
|
77
|
+
* @type {Array<PlanInspectionItemsDTO>}
|
|
78
|
+
* @memberof PlanDetailDTO
|
|
79
|
+
*/
|
|
80
|
+
'disasterWarningItems'?: Array<PlanInspectionItemsDTO>;
|
|
75
81
|
/**
|
|
76
82
|
*
|
|
77
83
|
* @type {PlanItemEditVo}
|
|
@@ -102,5 +108,6 @@ export declare const PlanDetailDTOPlanTypeEnum: {
|
|
|
102
108
|
readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
|
|
103
109
|
readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
|
|
104
110
|
readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
|
|
111
|
+
readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
|
|
105
112
|
};
|
|
106
113
|
export type PlanDetailDTOPlanTypeEnum = typeof PlanDetailDTOPlanTypeEnum[keyof typeof PlanDetailDTOPlanTypeEnum];
|
|
@@ -18,5 +18,6 @@ exports.PlanDetailDTOPlanTypeEnum = {
|
|
|
18
18
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
19
19
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
20
20
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
21
|
-
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
21
|
+
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
22
|
+
PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
22
23
|
};
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { InspectionItemContentVo } from './inspection-item-content-vo';
|
|
13
13
|
import type { PlanItemEditVo } from './plan-item-edit-vo';
|
|
14
|
+
import type { PlanLevelEnum } from './plan-level-enum';
|
|
14
15
|
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
15
16
|
/**
|
|
16
17
|
* 计划工单编辑请求参数
|
|
@@ -59,7 +60,7 @@ export interface PlanEditVo {
|
|
|
59
60
|
* @type {PlanItemEditVo}
|
|
60
61
|
* @memberof PlanEditVo
|
|
61
62
|
*/
|
|
62
|
-
'planItem'
|
|
63
|
+
'planItem'?: PlanItemEditVo;
|
|
63
64
|
/**
|
|
64
65
|
* 巡检项巡检内容
|
|
65
66
|
* @type {Array<InspectionItemContentVo>}
|
|
@@ -72,11 +73,18 @@ export interface PlanEditVo {
|
|
|
72
73
|
* @memberof PlanEditVo
|
|
73
74
|
*/
|
|
74
75
|
'workOrderTypeSubcategory': WorkOrderTypeSubcategoryEnum;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @type {PlanLevelEnum}
|
|
79
|
+
* @memberof PlanEditVo
|
|
80
|
+
*/
|
|
81
|
+
'planLevel'?: PlanLevelEnum;
|
|
75
82
|
}
|
|
76
83
|
export declare const PlanEditVoPlanTypeEnum: {
|
|
77
84
|
readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
|
|
78
85
|
readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
|
|
79
86
|
readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
|
|
80
87
|
readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
|
|
88
|
+
readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
|
|
81
89
|
};
|
|
82
90
|
export type PlanEditVoPlanTypeEnum = typeof PlanEditVoPlanTypeEnum[keyof typeof PlanEditVoPlanTypeEnum];
|
|
@@ -18,5 +18,6 @@ exports.PlanEditVoPlanTypeEnum = {
|
|
|
18
18
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
19
19
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
20
20
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
21
|
-
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
21
|
+
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
22
|
+
PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
22
23
|
};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { DisasterWarningStandardEntity } from './disaster-warning-standard-entity';
|
|
12
13
|
import type { InspectionStandardEntity } from './inspection-standard-entity';
|
|
13
14
|
import type { MaintenanceStandardEntity } from './maintenance-standard-entity';
|
|
14
15
|
/**
|
|
@@ -47,6 +48,12 @@ export interface PlanInspectionItemsDTO {
|
|
|
47
48
|
* @memberof PlanInspectionItemsDTO
|
|
48
49
|
*/
|
|
49
50
|
'inspectionStandards'?: Array<InspectionStandardEntity>;
|
|
51
|
+
/**
|
|
52
|
+
* 灾害预警标准
|
|
53
|
+
* @type {Array<DisasterWarningStandardEntity>}
|
|
54
|
+
* @memberof PlanInspectionItemsDTO
|
|
55
|
+
*/
|
|
56
|
+
'disasterWarningStandards'?: Array<DisasterWarningStandardEntity>;
|
|
50
57
|
/**
|
|
51
58
|
* 排序
|
|
52
59
|
* @type {number}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 PlanLevelEnum: {
|
|
18
|
+
readonly Red: "RED";
|
|
19
|
+
readonly Orange: "ORANGE";
|
|
20
|
+
readonly Yellow: "YELLOW";
|
|
21
|
+
};
|
|
22
|
+
export type PlanLevelEnum = typeof PlanLevelEnum[keyof typeof PlanLevelEnum];
|
|
@@ -0,0 +1,26 @@
|
|
|
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.PlanLevelEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 计划级别枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.PlanLevelEnum = {
|
|
23
|
+
Red: 'RED',
|
|
24
|
+
Orange: 'ORANGE',
|
|
25
|
+
Yellow: 'YELLOW'
|
|
26
|
+
};
|
|
@@ -84,5 +84,6 @@ export declare const PlanSearchDTOPlanTypeEnum: {
|
|
|
84
84
|
readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
|
|
85
85
|
readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
|
|
86
86
|
readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
|
|
87
|
+
readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
|
|
87
88
|
};
|
|
88
89
|
export type PlanSearchDTOPlanTypeEnum = typeof PlanSearchDTOPlanTypeEnum[keyof typeof PlanSearchDTOPlanTypeEnum];
|
|
@@ -18,5 +18,6 @@ exports.PlanSearchDTOPlanTypeEnum = {
|
|
|
18
18
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
19
19
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
20
20
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
21
|
-
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
21
|
+
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
22
|
+
PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
22
23
|
};
|
|
@@ -27,5 +27,36 @@ export declare const WorkOrderTypeSubcategoryEnum: {
|
|
|
27
27
|
readonly BuildingEquipmentMaintenance: "BUILDING_EQUIPMENT_MAINTENANCE";
|
|
28
28
|
readonly SmartWarehouseEquipmentMaintenance: "SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE";
|
|
29
29
|
readonly ColdStorageEquipmentMaintenance: "COLD_STORAGE_EQUIPMENT_MAINTENANCE";
|
|
30
|
+
readonly BaoXue: "BAO_XUE";
|
|
31
|
+
readonly BaoYu: "BAO_YU";
|
|
32
|
+
readonly BingBao: "BING_BAO";
|
|
33
|
+
readonly ChiXuDiWen: "CHI_XU_DI_WEN";
|
|
34
|
+
readonly ChiXuGaoWen: "CHI_XU_GAO_WEN";
|
|
35
|
+
readonly DaFeng: "DA_FENG";
|
|
36
|
+
readonly DaWu: "DA_WU";
|
|
37
|
+
readonly DaXue: "DA_XUE";
|
|
38
|
+
readonly DaoLuBingXue: "DAO_LU_BING_XUE";
|
|
39
|
+
readonly DaoLuJieBing: "DAO_LU_JIE_BING";
|
|
40
|
+
readonly DiWen: "DI_WEN";
|
|
41
|
+
readonly GanHan: "GAN_HAN";
|
|
42
|
+
readonly HanChao: "HAN_CHAO";
|
|
43
|
+
readonly HanLeng: "HAN_LENG";
|
|
44
|
+
readonly HuiMai: "HUI_MAI";
|
|
45
|
+
readonly HuoXian: "HUO_XIAN";
|
|
46
|
+
readonly JiangWen: "JIANG_WEN";
|
|
47
|
+
readonly LeiBao: "LEI_BAO";
|
|
48
|
+
readonly LeiBaoDaFeng: "LEI_BAO_DA_FENG";
|
|
49
|
+
readonly LeiDian: "LEI_DIAN";
|
|
50
|
+
readonly LeiYuDaFeng: "LEI_YU_DA_FENG";
|
|
51
|
+
readonly Mai: "MAI";
|
|
52
|
+
readonly QiangDuiLiu: "QIANG_DUI_LIU";
|
|
53
|
+
readonly QiangJiangYu: "QIANG_JIANG_YU";
|
|
54
|
+
readonly SenLinHuoXian: "SEN_LIN_HUO_XIAN";
|
|
55
|
+
readonly ShaChen: "SHA_CHEN";
|
|
56
|
+
readonly ShaChenBao: "SHA_CHEN_BAO";
|
|
57
|
+
readonly ShuangDong: "SHUANG_DONG";
|
|
58
|
+
readonly TaiFeng: "TAI_FENG";
|
|
59
|
+
readonly XueZai: "XUE_ZAI";
|
|
60
|
+
readonly ZhongWuRan: "ZHONG_WU_RAN";
|
|
30
61
|
};
|
|
31
62
|
export type WorkOrderTypeSubcategoryEnum = typeof WorkOrderTypeSubcategoryEnum[keyof typeof WorkOrderTypeSubcategoryEnum];
|
|
@@ -31,5 +31,36 @@ exports.WorkOrderTypeSubcategoryEnum = {
|
|
|
31
31
|
CentralControlShiftHandover: 'CENTRAL_CONTROL_SHIFT_HANDOVER',
|
|
32
32
|
BuildingEquipmentMaintenance: 'BUILDING_EQUIPMENT_MAINTENANCE',
|
|
33
33
|
SmartWarehouseEquipmentMaintenance: 'SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE',
|
|
34
|
-
ColdStorageEquipmentMaintenance: 'COLD_STORAGE_EQUIPMENT_MAINTENANCE'
|
|
34
|
+
ColdStorageEquipmentMaintenance: 'COLD_STORAGE_EQUIPMENT_MAINTENANCE',
|
|
35
|
+
BaoXue: 'BAO_XUE',
|
|
36
|
+
BaoYu: 'BAO_YU',
|
|
37
|
+
BingBao: 'BING_BAO',
|
|
38
|
+
ChiXuDiWen: 'CHI_XU_DI_WEN',
|
|
39
|
+
ChiXuGaoWen: 'CHI_XU_GAO_WEN',
|
|
40
|
+
DaFeng: 'DA_FENG',
|
|
41
|
+
DaWu: 'DA_WU',
|
|
42
|
+
DaXue: 'DA_XUE',
|
|
43
|
+
DaoLuBingXue: 'DAO_LU_BING_XUE',
|
|
44
|
+
DaoLuJieBing: 'DAO_LU_JIE_BING',
|
|
45
|
+
DiWen: 'DI_WEN',
|
|
46
|
+
GanHan: 'GAN_HAN',
|
|
47
|
+
HanChao: 'HAN_CHAO',
|
|
48
|
+
HanLeng: 'HAN_LENG',
|
|
49
|
+
HuiMai: 'HUI_MAI',
|
|
50
|
+
HuoXian: 'HUO_XIAN',
|
|
51
|
+
JiangWen: 'JIANG_WEN',
|
|
52
|
+
LeiBao: 'LEI_BAO',
|
|
53
|
+
LeiBaoDaFeng: 'LEI_BAO_DA_FENG',
|
|
54
|
+
LeiDian: 'LEI_DIAN',
|
|
55
|
+
LeiYuDaFeng: 'LEI_YU_DA_FENG',
|
|
56
|
+
Mai: 'MAI',
|
|
57
|
+
QiangDuiLiu: 'QIANG_DUI_LIU',
|
|
58
|
+
QiangJiangYu: 'QIANG_JIANG_YU',
|
|
59
|
+
SenLinHuoXian: 'SEN_LIN_HUO_XIAN',
|
|
60
|
+
ShaChen: 'SHA_CHEN',
|
|
61
|
+
ShaChenBao: 'SHA_CHEN_BAO',
|
|
62
|
+
ShuangDong: 'SHUANG_DONG',
|
|
63
|
+
TaiFeng: 'TAI_FENG',
|
|
64
|
+
XueZai: 'XUE_ZAI',
|
|
65
|
+
ZhongWuRan: 'ZHONG_WU_RAN'
|
|
35
66
|
};
|
|
@@ -34,16 +34,16 @@ export interface GetUserWx200Response {
|
|
|
34
34
|
'status'?: number;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {
|
|
37
|
+
* @type {Array<string>}
|
|
38
38
|
* @memberof GetUserWx200Response
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'headerNames'?: Array<string>;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {
|
|
43
|
+
* @type {object}
|
|
44
44
|
* @memberof GetUserWx200Response
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'trailerFields'?: object;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {GetUserWx200ResponseLocale}
|
package/models/index.ts
CHANGED
|
@@ -715,6 +715,7 @@ export * from './plan-image-list';
|
|
|
715
715
|
export * from './plan-inspection-items-dto';
|
|
716
716
|
export * from './plan-item-add-vo';
|
|
717
717
|
export * from './plan-item-edit-vo';
|
|
718
|
+
export * from './plan-level-enum';
|
|
718
719
|
export * from './plan-search-dto';
|
|
719
720
|
export * from './plan-to-state-vo';
|
|
720
721
|
export * from './privacy-add-vo';
|
|
@@ -51,15 +51,15 @@ export interface IPageAccessVO {
|
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
53
53
|
* @memberof IPageAccessVO
|
|
54
|
+
* @deprecated
|
|
54
55
|
*/
|
|
55
|
-
'
|
|
56
|
+
'hitCount'?: boolean;
|
|
56
57
|
/**
|
|
57
58
|
*
|
|
58
59
|
* @type {boolean}
|
|
59
60
|
* @memberof IPageAccessVO
|
|
60
|
-
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -231,7 +231,8 @@ export const PeriodDetailRespPlanTypeEnum = {
|
|
|
231
231
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
232
232
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
233
233
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
234
|
-
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
234
|
+
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
235
|
+
PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
235
236
|
} as const;
|
|
236
237
|
|
|
237
238
|
export type PeriodDetailRespPlanTypeEnum = typeof PeriodDetailRespPlanTypeEnum[keyof typeof PeriodDetailRespPlanTypeEnum];
|
package/models/plan-add-vo.ts
CHANGED
|
@@ -21,6 +21,9 @@ import type { InspectionItemContentVo } from './inspection-item-content-vo';
|
|
|
21
21
|
import type { PlanItemAddVo } from './plan-item-add-vo';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
+
import type { PlanLevelEnum } from './plan-level-enum';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
24
27
|
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
25
28
|
|
|
26
29
|
/**
|
|
@@ -76,7 +79,7 @@ export interface PlanAddVo {
|
|
|
76
79
|
* @type {PlanItemAddVo}
|
|
77
80
|
* @memberof PlanAddVo
|
|
78
81
|
*/
|
|
79
|
-
'planItem'
|
|
82
|
+
'planItem'?: PlanItemAddVo;
|
|
80
83
|
/**
|
|
81
84
|
* 巡检项巡检内容
|
|
82
85
|
* @type {Array<InspectionItemContentVo>}
|
|
@@ -95,13 +98,20 @@ export interface PlanAddVo {
|
|
|
95
98
|
* @memberof PlanAddVo
|
|
96
99
|
*/
|
|
97
100
|
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {PlanLevelEnum}
|
|
104
|
+
* @memberof PlanAddVo
|
|
105
|
+
*/
|
|
106
|
+
'planLevel'?: PlanLevelEnum;
|
|
98
107
|
}
|
|
99
108
|
|
|
100
109
|
export const PlanAddVoPlanTypeEnum = {
|
|
101
110
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
102
111
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
103
112
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
104
|
-
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
113
|
+
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
114
|
+
PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
105
115
|
} as const;
|
|
106
116
|
|
|
107
117
|
export type PlanAddVoPlanTypeEnum = typeof PlanAddVoPlanTypeEnum[keyof typeof PlanAddVoPlanTypeEnum];
|
|
@@ -50,7 +50,8 @@ export const PlanCalendarListVoTypeEnum = {
|
|
|
50
50
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
51
51
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
52
52
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
53
|
-
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
53
|
+
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
54
|
+
PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
54
55
|
} as const;
|
|
55
56
|
|
|
56
57
|
export type PlanCalendarListVoTypeEnum = typeof PlanCalendarListVoTypeEnum[keyof typeof PlanCalendarListVoTypeEnum];
|