@gizone/rrs-client 4.2.9-alpha.825 → 4.2.9-alpha.827
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/dist/esm/models/exploration-work-order-add-vo.d.ts +2 -2
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
- package/dist/esm/models/sys-user-role.d.ts +0 -44
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-circulation-vo.d.ts +0 -12
- package/dist/esm/models/work-order-issue-type-enum.d.ts +5 -0
- package/dist/esm/models/work-order-issue-type-enum.js +6 -1
- package/dist/esm/models/work-order-search-dto.d.ts +6 -0
- package/dist/esm/models/work-order-type-settings-entity.d.ts +0 -12
- package/dist/models/exploration-work-order-add-vo.d.ts +2 -2
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
- package/dist/models/sys-user-role.d.ts +0 -44
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/work-order-circulation-vo.d.ts +0 -12
- package/dist/models/work-order-issue-type-enum.d.ts +5 -0
- package/dist/models/work-order-issue-type-enum.js +6 -1
- package/dist/models/work-order-search-dto.d.ts +6 -0
- package/dist/models/work-order-type-settings-entity.d.ts +0 -12
- package/models/exploration-work-order-add-vo.ts +2 -2
- package/models/ipage-energy-cost-record-info-vo.ts +3 -3
- package/models/sys-user-role.ts +0 -42
- package/models/sys-user.ts +4 -4
- package/models/work-order-circulation-vo.ts +0 -12
- package/models/work-order-issue-type-enum.ts +6 -1
- package/models/work-order-search-dto.ts +6 -0
- package/models/work-order-type-settings-entity.ts +0 -12
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -65,13 +65,13 @@ export interface ExplorationWorkOrderAddVo {
|
|
|
65
65
|
* @type {number}
|
|
66
66
|
* @memberof ExplorationWorkOrderAddVo
|
|
67
67
|
*/
|
|
68
|
-
'issueEquipmentId'
|
|
68
|
+
'issueEquipmentId'?: number;
|
|
69
69
|
/**
|
|
70
70
|
* 问题空间ID
|
|
71
71
|
* @type {number}
|
|
72
72
|
* @memberof ExplorationWorkOrderAddVo
|
|
73
73
|
*/
|
|
74
|
-
'issueSpaceId'
|
|
74
|
+
'issueSpaceId'?: number;
|
|
75
75
|
/**
|
|
76
76
|
* 风险类别
|
|
77
77
|
* @type {string}
|
|
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
+
* @deprecated
|
|
47
48
|
*/
|
|
48
|
-
'
|
|
49
|
+
'hitCount'?: boolean;
|
|
49
50
|
/**
|
|
50
51
|
*
|
|
51
52
|
* @type {boolean}
|
|
52
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
-
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -15,50 +15,6 @@
|
|
|
15
15
|
* @interface SysUserRole
|
|
16
16
|
*/
|
|
17
17
|
export interface SysUserRole {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SysUserRole
|
|
22
|
-
*/
|
|
23
|
-
'searchValue'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SysUserRole
|
|
28
|
-
*/
|
|
29
|
-
'createBy'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SysUserRole
|
|
34
|
-
*/
|
|
35
|
-
'createTime'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof SysUserRole
|
|
40
|
-
*/
|
|
41
|
-
'updateBy'?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof SysUserRole
|
|
46
|
-
*/
|
|
47
|
-
'updateTime'?: string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof SysUserRole
|
|
52
|
-
*/
|
|
53
|
-
'remark'?: string;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {{ [key: string]: object; }}
|
|
57
|
-
* @memberof SysUserRole
|
|
58
|
-
*/
|
|
59
|
-
'params'?: {
|
|
60
|
-
[key: string]: object;
|
|
61
|
-
};
|
|
62
18
|
/**
|
|
63
19
|
*
|
|
64
20
|
* @type {number}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {number}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cuserId'?: number;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {string}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cid'?: string;
|
|
390
390
|
}
|
|
@@ -100,18 +100,6 @@ export interface WorkOrderCirculationVo {
|
|
|
100
100
|
* @memberof WorkOrderCirculationVo
|
|
101
101
|
*/
|
|
102
102
|
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
103
|
-
/**
|
|
104
|
-
* 创建人id
|
|
105
|
-
* @type {number}
|
|
106
|
-
* @memberof WorkOrderCirculationVo
|
|
107
|
-
*/
|
|
108
|
-
'createUserId'?: number;
|
|
109
|
-
/**
|
|
110
|
-
* 更新人id
|
|
111
|
-
* @type {number}
|
|
112
|
-
* @memberof WorkOrderCirculationVo
|
|
113
|
-
*/
|
|
114
|
-
'updateUserId'?: number;
|
|
115
103
|
/**
|
|
116
104
|
* 部门名称
|
|
117
105
|
* @type {string}
|
|
@@ -43,5 +43,10 @@ export declare const WorkOrderIssueTypeEnum: {
|
|
|
43
43
|
readonly OpticalJumperDamage: "OPTICAL_JUMPER_DAMAGE";
|
|
44
44
|
readonly NeedOnsiteTechSupport: "NEED_ONSITE_TECH_SUPPORT";
|
|
45
45
|
readonly MonitoringCoverageAlert: "MONITORING_COVERAGE_ALERT";
|
|
46
|
+
readonly FireSafety: "FIRE_SAFETY";
|
|
47
|
+
readonly ElectricalSafety: "ELECTRICAL_SAFETY";
|
|
48
|
+
readonly ProductionSafety: "PRODUCTION_SAFETY";
|
|
49
|
+
readonly BuildingStructure: "BUILDING_STRUCTURE";
|
|
50
|
+
readonly OtherSafety: "OTHER_SAFETY";
|
|
46
51
|
};
|
|
47
52
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -44,5 +44,10 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
44
44
|
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
45
45
|
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
46
46
|
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT',
|
|
47
|
-
MonitoringCoverageAlert: 'MONITORING_COVERAGE_ALERT'
|
|
47
|
+
MonitoringCoverageAlert: 'MONITORING_COVERAGE_ALERT',
|
|
48
|
+
FireSafety: 'FIRE_SAFETY',
|
|
49
|
+
ElectricalSafety: 'ELECTRICAL_SAFETY',
|
|
50
|
+
ProductionSafety: 'PRODUCTION_SAFETY',
|
|
51
|
+
BuildingStructure: 'BUILDING_STRUCTURE',
|
|
52
|
+
OtherSafety: 'OTHER_SAFETY'
|
|
48
53
|
};
|
|
@@ -196,6 +196,12 @@ export interface WorkOrderSearchDTO {
|
|
|
196
196
|
* @memberof WorkOrderSearchDTO
|
|
197
197
|
*/
|
|
198
198
|
'executeDeptNames'?: string;
|
|
199
|
+
/**
|
|
200
|
+
* 园区ID
|
|
201
|
+
* @type {number}
|
|
202
|
+
* @memberof WorkOrderSearchDTO
|
|
203
|
+
*/
|
|
204
|
+
'parkId'?: number;
|
|
199
205
|
}
|
|
200
206
|
export declare const WorkOrderSearchDTOSpotCheckStatusEnum: {
|
|
201
207
|
readonly NotCheck: "NOT_CHECK";
|
|
@@ -53,16 +53,4 @@ export interface WorkOrderTypeSettingsEntity {
|
|
|
53
53
|
* @memberof WorkOrderTypeSettingsEntity
|
|
54
54
|
*/
|
|
55
55
|
'isDelete'?: number;
|
|
56
|
-
/**
|
|
57
|
-
* 创建人id
|
|
58
|
-
* @type {number}
|
|
59
|
-
* @memberof WorkOrderTypeSettingsEntity
|
|
60
|
-
*/
|
|
61
|
-
'createUserId'?: number;
|
|
62
|
-
/**
|
|
63
|
-
* 更新人id
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof WorkOrderTypeSettingsEntity
|
|
66
|
-
*/
|
|
67
|
-
'updateUserId'?: number;
|
|
68
56
|
}
|
|
@@ -65,13 +65,13 @@ export interface ExplorationWorkOrderAddVo {
|
|
|
65
65
|
* @type {number}
|
|
66
66
|
* @memberof ExplorationWorkOrderAddVo
|
|
67
67
|
*/
|
|
68
|
-
'issueEquipmentId'
|
|
68
|
+
'issueEquipmentId'?: number;
|
|
69
69
|
/**
|
|
70
70
|
* 问题空间ID
|
|
71
71
|
* @type {number}
|
|
72
72
|
* @memberof ExplorationWorkOrderAddVo
|
|
73
73
|
*/
|
|
74
|
-
'issueSpaceId'
|
|
74
|
+
'issueSpaceId'?: number;
|
|
75
75
|
/**
|
|
76
76
|
* 风险类别
|
|
77
77
|
* @type {string}
|
|
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
+
* @deprecated
|
|
47
48
|
*/
|
|
48
|
-
'
|
|
49
|
+
'hitCount'?: boolean;
|
|
49
50
|
/**
|
|
50
51
|
*
|
|
51
52
|
* @type {boolean}
|
|
52
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
-
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -15,50 +15,6 @@
|
|
|
15
15
|
* @interface SysUserRole
|
|
16
16
|
*/
|
|
17
17
|
export interface SysUserRole {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SysUserRole
|
|
22
|
-
*/
|
|
23
|
-
'searchValue'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SysUserRole
|
|
28
|
-
*/
|
|
29
|
-
'createBy'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SysUserRole
|
|
34
|
-
*/
|
|
35
|
-
'createTime'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof SysUserRole
|
|
40
|
-
*/
|
|
41
|
-
'updateBy'?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof SysUserRole
|
|
46
|
-
*/
|
|
47
|
-
'updateTime'?: string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof SysUserRole
|
|
52
|
-
*/
|
|
53
|
-
'remark'?: string;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {{ [key: string]: object; }}
|
|
57
|
-
* @memberof SysUserRole
|
|
58
|
-
*/
|
|
59
|
-
'params'?: {
|
|
60
|
-
[key: string]: object;
|
|
61
|
-
};
|
|
62
18
|
/**
|
|
63
19
|
*
|
|
64
20
|
* @type {number}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {number}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cuserId'?: number;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {string}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cid'?: string;
|
|
390
390
|
}
|
|
@@ -100,18 +100,6 @@ export interface WorkOrderCirculationVo {
|
|
|
100
100
|
* @memberof WorkOrderCirculationVo
|
|
101
101
|
*/
|
|
102
102
|
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
103
|
-
/**
|
|
104
|
-
* 创建人id
|
|
105
|
-
* @type {number}
|
|
106
|
-
* @memberof WorkOrderCirculationVo
|
|
107
|
-
*/
|
|
108
|
-
'createUserId'?: number;
|
|
109
|
-
/**
|
|
110
|
-
* 更新人id
|
|
111
|
-
* @type {number}
|
|
112
|
-
* @memberof WorkOrderCirculationVo
|
|
113
|
-
*/
|
|
114
|
-
'updateUserId'?: number;
|
|
115
103
|
/**
|
|
116
104
|
* 部门名称
|
|
117
105
|
* @type {string}
|
|
@@ -43,5 +43,10 @@ export declare const WorkOrderIssueTypeEnum: {
|
|
|
43
43
|
readonly OpticalJumperDamage: "OPTICAL_JUMPER_DAMAGE";
|
|
44
44
|
readonly NeedOnsiteTechSupport: "NEED_ONSITE_TECH_SUPPORT";
|
|
45
45
|
readonly MonitoringCoverageAlert: "MONITORING_COVERAGE_ALERT";
|
|
46
|
+
readonly FireSafety: "FIRE_SAFETY";
|
|
47
|
+
readonly ElectricalSafety: "ELECTRICAL_SAFETY";
|
|
48
|
+
readonly ProductionSafety: "PRODUCTION_SAFETY";
|
|
49
|
+
readonly BuildingStructure: "BUILDING_STRUCTURE";
|
|
50
|
+
readonly OtherSafety: "OTHER_SAFETY";
|
|
46
51
|
};
|
|
47
52
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -47,5 +47,10 @@ exports.WorkOrderIssueTypeEnum = {
|
|
|
47
47
|
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
48
48
|
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
49
49
|
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT',
|
|
50
|
-
MonitoringCoverageAlert: 'MONITORING_COVERAGE_ALERT'
|
|
50
|
+
MonitoringCoverageAlert: 'MONITORING_COVERAGE_ALERT',
|
|
51
|
+
FireSafety: 'FIRE_SAFETY',
|
|
52
|
+
ElectricalSafety: 'ELECTRICAL_SAFETY',
|
|
53
|
+
ProductionSafety: 'PRODUCTION_SAFETY',
|
|
54
|
+
BuildingStructure: 'BUILDING_STRUCTURE',
|
|
55
|
+
OtherSafety: 'OTHER_SAFETY'
|
|
51
56
|
};
|
|
@@ -196,6 +196,12 @@ export interface WorkOrderSearchDTO {
|
|
|
196
196
|
* @memberof WorkOrderSearchDTO
|
|
197
197
|
*/
|
|
198
198
|
'executeDeptNames'?: string;
|
|
199
|
+
/**
|
|
200
|
+
* 园区ID
|
|
201
|
+
* @type {number}
|
|
202
|
+
* @memberof WorkOrderSearchDTO
|
|
203
|
+
*/
|
|
204
|
+
'parkId'?: number;
|
|
199
205
|
}
|
|
200
206
|
export declare const WorkOrderSearchDTOSpotCheckStatusEnum: {
|
|
201
207
|
readonly NotCheck: "NOT_CHECK";
|
|
@@ -53,16 +53,4 @@ export interface WorkOrderTypeSettingsEntity {
|
|
|
53
53
|
* @memberof WorkOrderTypeSettingsEntity
|
|
54
54
|
*/
|
|
55
55
|
'isDelete'?: number;
|
|
56
|
-
/**
|
|
57
|
-
* 创建人id
|
|
58
|
-
* @type {number}
|
|
59
|
-
* @memberof WorkOrderTypeSettingsEntity
|
|
60
|
-
*/
|
|
61
|
-
'createUserId'?: number;
|
|
62
|
-
/**
|
|
63
|
-
* 更新人id
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof WorkOrderTypeSettingsEntity
|
|
66
|
-
*/
|
|
67
|
-
'updateUserId'?: number;
|
|
68
56
|
}
|
|
@@ -76,13 +76,13 @@ export interface ExplorationWorkOrderAddVo {
|
|
|
76
76
|
* @type {number}
|
|
77
77
|
* @memberof ExplorationWorkOrderAddVo
|
|
78
78
|
*/
|
|
79
|
-
'issueEquipmentId'
|
|
79
|
+
'issueEquipmentId'?: number;
|
|
80
80
|
/**
|
|
81
81
|
* 问题空间ID
|
|
82
82
|
* @type {number}
|
|
83
83
|
* @memberof ExplorationWorkOrderAddVo
|
|
84
84
|
*/
|
|
85
|
-
'issueSpaceId'
|
|
85
|
+
'issueSpaceId'?: number;
|
|
86
86
|
/**
|
|
87
87
|
* 风险类别
|
|
88
88
|
* @type {string}
|
|
@@ -51,15 +51,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
* @deprecated
|
|
54
55
|
*/
|
|
55
|
-
'
|
|
56
|
+
'hitCount'?: boolean;
|
|
56
57
|
/**
|
|
57
58
|
*
|
|
58
59
|
* @type {boolean}
|
|
59
60
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
-
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
package/models/sys-user-role.ts
CHANGED
|
@@ -20,48 +20,6 @@
|
|
|
20
20
|
* @interface SysUserRole
|
|
21
21
|
*/
|
|
22
22
|
export interface SysUserRole {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof SysUserRole
|
|
27
|
-
*/
|
|
28
|
-
'searchValue'?: string;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof SysUserRole
|
|
33
|
-
*/
|
|
34
|
-
'createBy'?: string;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof SysUserRole
|
|
39
|
-
*/
|
|
40
|
-
'createTime'?: string;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof SysUserRole
|
|
45
|
-
*/
|
|
46
|
-
'updateBy'?: string;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof SysUserRole
|
|
51
|
-
*/
|
|
52
|
-
'updateTime'?: string;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof SysUserRole
|
|
57
|
-
*/
|
|
58
|
-
'remark'?: string;
|
|
59
|
-
/**
|
|
60
|
-
*
|
|
61
|
-
* @type {{ [key: string]: object; }}
|
|
62
|
-
* @memberof SysUserRole
|
|
63
|
-
*/
|
|
64
|
-
'params'?: { [key: string]: object; };
|
|
65
23
|
/**
|
|
66
24
|
*
|
|
67
25
|
* @type {number}
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {number}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cuserId'?: number;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {string}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cid'?: string;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|
|
@@ -107,18 +107,6 @@ export interface WorkOrderCirculationVo {
|
|
|
107
107
|
* @memberof WorkOrderCirculationVo
|
|
108
108
|
*/
|
|
109
109
|
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
110
|
-
/**
|
|
111
|
-
* 创建人id
|
|
112
|
-
* @type {number}
|
|
113
|
-
* @memberof WorkOrderCirculationVo
|
|
114
|
-
*/
|
|
115
|
-
'createUserId'?: number;
|
|
116
|
-
/**
|
|
117
|
-
* 更新人id
|
|
118
|
-
* @type {number}
|
|
119
|
-
* @memberof WorkOrderCirculationVo
|
|
120
|
-
*/
|
|
121
|
-
'updateUserId'?: number;
|
|
122
110
|
/**
|
|
123
111
|
* 部门名称
|
|
124
112
|
* @type {string}
|
|
@@ -48,7 +48,12 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
48
48
|
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
49
49
|
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
50
50
|
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT',
|
|
51
|
-
MonitoringCoverageAlert: 'MONITORING_COVERAGE_ALERT'
|
|
51
|
+
MonitoringCoverageAlert: 'MONITORING_COVERAGE_ALERT',
|
|
52
|
+
FireSafety: 'FIRE_SAFETY',
|
|
53
|
+
ElectricalSafety: 'ELECTRICAL_SAFETY',
|
|
54
|
+
ProductionSafety: 'PRODUCTION_SAFETY',
|
|
55
|
+
BuildingStructure: 'BUILDING_STRUCTURE',
|
|
56
|
+
OtherSafety: 'OTHER_SAFETY'
|
|
52
57
|
} as const;
|
|
53
58
|
|
|
54
59
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -215,6 +215,12 @@ export interface WorkOrderSearchDTO {
|
|
|
215
215
|
* @memberof WorkOrderSearchDTO
|
|
216
216
|
*/
|
|
217
217
|
'executeDeptNames'?: string;
|
|
218
|
+
/**
|
|
219
|
+
* 园区ID
|
|
220
|
+
* @type {number}
|
|
221
|
+
* @memberof WorkOrderSearchDTO
|
|
222
|
+
*/
|
|
223
|
+
'parkId'?: number;
|
|
218
224
|
}
|
|
219
225
|
|
|
220
226
|
export const WorkOrderSearchDTOSpotCheckStatusEnum = {
|
|
@@ -62,18 +62,6 @@ export interface WorkOrderTypeSettingsEntity {
|
|
|
62
62
|
* @memberof WorkOrderTypeSettingsEntity
|
|
63
63
|
*/
|
|
64
64
|
'isDelete'?: number;
|
|
65
|
-
/**
|
|
66
|
-
* 创建人id
|
|
67
|
-
* @type {number}
|
|
68
|
-
* @memberof WorkOrderTypeSettingsEntity
|
|
69
|
-
*/
|
|
70
|
-
'createUserId'?: number;
|
|
71
|
-
/**
|
|
72
|
-
* 更新人id
|
|
73
|
-
* @type {number}
|
|
74
|
-
* @memberof WorkOrderTypeSettingsEntity
|
|
75
|
-
*/
|
|
76
|
-
'updateUserId'?: number;
|
|
77
65
|
}
|
|
78
66
|
|
|
79
67
|
|