@gizone/rrs-client 3.11.12-alpha.21 → 3.11.12-alpha.5
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 +13 -18
- package/apis/access-api.ts +31 -31
- package/apis/app-auth-api.ts +13 -13
- package/apis/auth-api.ts +13 -13
- package/apis/calendar-api.ts +209 -231
- package/apis/common-api.ts +0 -192
- package/apis/message-api.ts +223 -201
- package/apis/setting-api.ts +243 -596
- package/apis/space-api.ts +329 -0
- package/apis/work-order-api.ts +214 -347
- package/dist/apis/access-api.d.ts +21 -21
- package/dist/apis/access-api.js +22 -22
- package/dist/apis/app-auth-api.d.ts +6 -6
- package/dist/apis/app-auth-api.js +11 -11
- package/dist/apis/auth-api.d.ts +6 -6
- package/dist/apis/auth-api.js +11 -11
- package/dist/apis/calendar-api.d.ts +123 -131
- package/dist/apis/calendar-api.js +164 -177
- package/dist/apis/common-api.d.ts +0 -102
- package/dist/apis/common-api.js +0 -144
- package/dist/apis/message-api.d.ts +125 -117
- package/dist/apis/message-api.js +171 -132
- package/dist/apis/setting-api.d.ts +144 -334
- package/dist/apis/setting-api.js +187 -433
- package/dist/apis/space-api.d.ts +159 -0
- package/dist/apis/space-api.js +272 -0
- package/dist/apis/work-order-api.d.ts +123 -197
- package/dist/apis/work-order-api.js +164 -245
- package/dist/esm/apis/access-api.d.ts +21 -21
- package/dist/esm/apis/access-api.js +22 -22
- package/dist/esm/apis/app-auth-api.d.ts +6 -6
- package/dist/esm/apis/app-auth-api.js +11 -11
- package/dist/esm/apis/auth-api.d.ts +6 -6
- package/dist/esm/apis/auth-api.js +11 -11
- package/dist/esm/apis/calendar-api.d.ts +123 -131
- package/dist/esm/apis/calendar-api.js +164 -177
- package/dist/esm/apis/common-api.d.ts +0 -102
- package/dist/esm/apis/common-api.js +0 -144
- package/dist/esm/apis/message-api.d.ts +125 -117
- package/dist/esm/apis/message-api.js +171 -132
- package/dist/esm/apis/setting-api.d.ts +144 -334
- package/dist/esm/apis/setting-api.js +187 -433
- package/dist/esm/apis/space-api.d.ts +159 -0
- package/dist/esm/apis/space-api.js +272 -0
- package/dist/esm/apis/work-order-api.d.ts +123 -197
- package/dist/esm/apis/work-order-api.js +164 -245
- package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
- package/dist/esm/models/file-dto.d.ts +3 -3
- package/dist/esm/models/get-user-wx200-response.d.ts +15 -15
- package/dist/esm/models/index.d.ts +13 -18
- package/dist/esm/models/index.js +13 -18
- package/dist/esm/models/inspection-item-bo.d.ts +10 -4
- package/dist/esm/models/inspection-point-item.d.ts +6 -18
- package/dist/{models/json-result-page-dto-sys-user-msg-dto.d.ts → esm/models/json-result-calendar-add-redis-list-vo.d.ts} +11 -11
- package/dist/esm/models/{json-result-sys-user-msg-dto.d.ts → json-result-page-dto-sys-user-msg-list-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
- package/dist/{models/json-result-park-info-dto.d.ts → esm/models/json-result-sys-user-msg-do.d.ts} +11 -11
- package/dist/esm/models/maintenance-history-dto.d.ts +6 -0
- package/dist/esm/models/maintenance-history-dto.js +6 -0
- package/dist/{models/page-dto-sys-user-msg-dto.d.ts → esm/models/page-dto-sys-user-msg-list-dto.d.ts} +7 -7
- package/dist/esm/models/period-detail-resp.d.ts +6 -0
- package/dist/esm/models/period-detail-resp.js +6 -0
- package/dist/esm/models/plan-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-edit-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/esm/models/space-edit-before-and-after-dto.d.ts +31 -0
- package/dist/esm/models/space-edit-excel-dto.d.ts +78 -0
- package/dist/esm/models/sys-dept.d.ts +0 -6
- package/dist/esm/models/sys-user-msg-do.d.ts +90 -0
- package/dist/{models/sys-user-msg-dto.d.ts → esm/models/sys-user-msg-list-dto.d.ts} +28 -30
- package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +54 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-add-vo.d.ts +4 -23
- package/dist/esm/models/{system-user-msg-type-enum.d.ts → work-order-check-before-acceptance-adopt-vo.d.ts} +15 -6
- package/dist/{models/work-order-dept-settings-add-or-update-vo.d.ts → esm/models/work-order-check-before-acceptance-no-vo.d.ts} +12 -12
- package/dist/esm/models/work-order-detail-dto.d.ts +6 -6
- package/dist/esm/models/work-order-detail-dto.js +6 -0
- package/dist/esm/models/work-order-inspection-detail-dto.d.ts +13 -1
- package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
- package/dist/esm/models/work-order-search-dto.d.ts +6 -0
- package/dist/esm/models/work-order-search-dto.js +6 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-enum.js +1 -1
- package/dist/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
- package/dist/models/file-dto.d.ts +3 -3
- package/dist/models/get-user-wx200-response.d.ts +15 -15
- package/dist/models/index.d.ts +13 -18
- package/dist/models/index.js +13 -18
- package/dist/models/inspection-item-bo.d.ts +10 -4
- package/dist/models/inspection-point-item.d.ts +6 -18
- package/dist/{esm/models/json-result-page-dto-sys-user-msg-dto.d.ts → models/json-result-calendar-add-redis-list-vo.d.ts} +11 -11
- package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +56 -0
- package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
- package/dist/{esm/models/json-result-park-info-dto.d.ts → models/json-result-sys-user-msg-do.d.ts} +11 -11
- package/dist/models/maintenance-history-dto.d.ts +6 -0
- package/dist/models/maintenance-history-dto.js +6 -0
- package/dist/{esm/models/page-dto-sys-user-msg-dto.d.ts → models/page-dto-sys-user-msg-list-dto.d.ts} +7 -7
- package/dist/models/period-detail-resp.d.ts +6 -0
- package/dist/models/period-detail-resp.js +6 -0
- package/dist/models/plan-add-vo.d.ts +1 -1
- package/dist/models/plan-edit-vo.d.ts +1 -1
- package/dist/models/plan-item-add-vo.d.ts +1 -1
- package/dist/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/models/space-edit-before-and-after-dto.d.ts +31 -0
- package/dist/models/space-edit-excel-dto.d.ts +78 -0
- package/dist/models/sys-dept.d.ts +0 -6
- package/dist/models/sys-user-msg-do.d.ts +90 -0
- package/dist/{esm/models/sys-user-msg-dto.d.ts → models/sys-user-msg-list-dto.d.ts} +28 -30
- package/dist/models/sys-user-msg-search-list-vo.d.ts +54 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/work-order-add-vo.d.ts +4 -23
- package/dist/{esm/models/system-user-msg-type-enum.js → models/work-order-check-before-acceptance-adopt-vo.d.ts} +15 -7
- package/dist/{esm/models/work-order-dept-settings-add-or-update-vo.d.ts → models/work-order-check-before-acceptance-no-vo.d.ts} +12 -12
- package/dist/models/work-order-detail-dto.d.ts +6 -6
- package/dist/models/work-order-detail-dto.js +6 -0
- package/dist/models/work-order-inspection-detail-dto.d.ts +13 -1
- package/dist/models/work-order-inspection-item-req.d.ts +3 -3
- package/dist/models/work-order-search-dto.d.ts +6 -0
- package/dist/models/work-order-search-dto.js +6 -0
- package/dist/models/work-order-type-enum.d.ts +1 -1
- package/dist/models/work-order-type-enum.js +1 -1
- package/models/{excel-import-result-dtocalendar-export-dto.ts → calendar-add-redis-list-vo.ts} +21 -9
- package/models/file-dto.ts +3 -3
- package/models/get-user-wx200-response.ts +15 -15
- package/models/index.ts +13 -18
- package/models/inspection-item-bo.ts +10 -4
- package/models/inspection-point-item.ts +6 -18
- package/models/{json-result-sys-user-msg-dto.ts → json-result-calendar-add-redis-list-vo.ts} +11 -11
- package/models/{json-result-page-dto-sys-user-msg-dto.ts → json-result-page-dto-sys-user-msg-list-dto.ts} +11 -11
- package/models/{json-result-work-order-dept-settings-entity.ts → json-result-space-edit-before-and-after-dto.ts} +11 -11
- package/models/{json-result-park-info-dto.ts → json-result-sys-user-msg-do.ts} +11 -11
- package/models/maintenance-history-dto.ts +6 -0
- package/models/{page-dto-sys-user-msg-dto.ts → page-dto-sys-user-msg-list-dto.ts} +7 -7
- package/models/period-detail-resp.ts +6 -0
- package/models/plan-add-vo.ts +1 -1
- package/models/plan-edit-vo.ts +1 -1
- package/models/plan-item-add-vo.ts +1 -1
- package/models/plan-item-edit-vo.ts +1 -1
- package/models/space-edit-before-and-after-dto.ts +39 -0
- package/models/space-edit-excel-dto.ts +84 -0
- package/models/sys-dept.ts +0 -6
- package/models/sys-user-msg-do.ts +96 -0
- package/models/{sys-user-msg-dto.ts → sys-user-msg-list-dto.ts} +28 -36
- package/models/sys-user-msg-search-list-vo.ts +60 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-add-vo.ts +4 -25
- package/models/{system-user-msg-type-enum.ts → work-order-check-before-acceptance-adopt-vo.ts} +15 -10
- package/models/{work-order-dept-settings-add-or-update-vo.ts → work-order-check-before-acceptance-no-vo.ts} +12 -12
- package/models/work-order-detail-dto.ts +6 -6
- package/models/work-order-inspection-detail-dto.ts +13 -1
- package/models/work-order-inspection-item-req.ts +3 -3
- package/models/work-order-search-dto.ts +6 -0
- package/models/work-order-type-enum.ts +1 -1
- package/package.json +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +0 -120
- package/dist/esm/models/dept-relation.d.ts +0 -84
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
- package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
- package/dist/esm/models/park-info-dto.d.ts +0 -85
- package/dist/esm/models/park-info-edit-vo.d.ts +0 -49
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -23
- package/dist/esm/models/system-user-msg-source-type-enum.js +0 -24
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +0 -14
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +0 -67
- package/dist/esm/models/work-order-dept-settings-entity.js +0 -14
- package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -26
- package/dist/esm/models/work-order-issue-type-enum.js +0 -27
- package/dist/models/dept-relation-dto.d.ts +0 -120
- package/dist/models/dept-relation.d.ts +0 -84
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
- package/dist/models/json-result-sys-user-msg-dto.d.ts +0 -56
- package/dist/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
- package/dist/models/park-info-dto.d.ts +0 -85
- package/dist/models/park-info-edit-vo.d.ts +0 -49
- package/dist/models/system-user-msg-source-type-enum.d.ts +0 -23
- package/dist/models/system-user-msg-source-type-enum.js +0 -27
- package/dist/models/system-user-msg-type-enum.d.ts +0 -21
- package/dist/models/system-user-msg-type-enum.js +0 -25
- package/dist/models/work-order-dept-settings-add-or-update-vo.js +0 -15
- package/dist/models/work-order-dept-settings-entity.d.ts +0 -67
- package/dist/models/work-order-dept-settings-entity.js +0 -15
- package/dist/models/work-order-issue-type-enum.d.ts +0 -26
- package/dist/models/work-order-issue-type-enum.js +0 -30
- package/models/dept-relation-dto.ts +0 -126
- package/models/dept-relation.ts +0 -90
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +0 -66
- package/models/json-result-list-work-order-dept-settings-entity.ts +0 -66
- package/models/park-info-dto.ts +0 -93
- package/models/park-info-edit-vo.ts +0 -57
- package/models/system-user-msg-source-type-enum.ts +0 -33
- package/models/work-order-dept-settings-entity.ts +0 -77
- package/models/work-order-issue-type-enum.ts +0 -36
- /package/dist/esm/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
- /package/dist/esm/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
- /package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
- /package/dist/esm/models/{json-result-excel-import-result-dtocalendar-export-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
- /package/dist/esm/models/{json-result-list-work-order-dept-settings-entity.js → json-result-sys-user-msg-do.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-sys-user-msg-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
- /package/dist/esm/models/{json-result-park-info-dto.js → space-edit-before-and-after-dto.js} +0 -0
- /package/dist/esm/models/{json-result-sys-user-msg-dto.js → space-edit-excel-dto.js} +0 -0
- /package/dist/esm/models/{json-result-work-order-dept-settings-entity.js → sys-user-msg-do.js} +0 -0
- /package/dist/esm/models/{page-dto-sys-user-msg-dto.js → sys-user-msg-list-dto.js} +0 -0
- /package/dist/esm/models/{park-info-dto.js → sys-user-msg-search-list-vo.js} +0 -0
- /package/dist/esm/models/{park-info-edit-vo.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
- /package/dist/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
- /package/dist/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
- /package/dist/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
- /package/dist/models/{json-result-excel-import-result-dtocalendar-export-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
- /package/dist/models/{json-result-list-work-order-dept-settings-entity.js → json-result-sys-user-msg-do.js} +0 -0
- /package/dist/models/{json-result-page-dto-sys-user-msg-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
- /package/dist/models/{json-result-park-info-dto.js → space-edit-before-and-after-dto.js} +0 -0
- /package/dist/models/{json-result-sys-user-msg-dto.js → space-edit-excel-dto.js} +0 -0
- /package/dist/models/{json-result-work-order-dept-settings-entity.js → sys-user-msg-do.js} +0 -0
- /package/dist/models/{page-dto-sys-user-msg-dto.js → sys-user-msg-list-dto.js} +0 -0
- /package/dist/models/{park-info-dto.js → sys-user-msg-search-list-vo.js} +0 -0
- /package/dist/models/{park-info-edit-vo.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
- /package/dist/models/{sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
|
@@ -1,120 +0,0 @@
|
|
|
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
|
-
* @interface DeptRelationDTO
|
|
16
|
-
*/
|
|
17
|
-
export interface DeptRelationDTO {
|
|
18
|
-
/**
|
|
19
|
-
* 经度
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof DeptRelationDTO
|
|
22
|
-
*/
|
|
23
|
-
'longitude'?: string;
|
|
24
|
-
/**
|
|
25
|
-
* 纬度
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof DeptRelationDTO
|
|
28
|
-
*/
|
|
29
|
-
'latitude'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* 园区地图
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof DeptRelationDTO
|
|
34
|
-
*/
|
|
35
|
-
'parkMap'?: string;
|
|
36
|
-
/**
|
|
37
|
-
* logo图标
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof DeptRelationDTO
|
|
40
|
-
*/
|
|
41
|
-
'deptLogo'?: string;
|
|
42
|
-
/**
|
|
43
|
-
* 平台
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof DeptRelationDTO
|
|
46
|
-
*/
|
|
47
|
-
'platform'?: string;
|
|
48
|
-
/**
|
|
49
|
-
* 所属中心
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof DeptRelationDTO
|
|
52
|
-
*/
|
|
53
|
-
'center'?: string;
|
|
54
|
-
/**
|
|
55
|
-
* 中心属性
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof DeptRelationDTO
|
|
58
|
-
*/
|
|
59
|
-
'centerAttribute'?: string;
|
|
60
|
-
/**
|
|
61
|
-
* 省
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof DeptRelationDTO
|
|
64
|
-
*/
|
|
65
|
-
'province'?: string;
|
|
66
|
-
/**
|
|
67
|
-
* 市
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof DeptRelationDTO
|
|
70
|
-
*/
|
|
71
|
-
'city'?: string;
|
|
72
|
-
/**
|
|
73
|
-
* 区
|
|
74
|
-
* @type {string}
|
|
75
|
-
* @memberof DeptRelationDTO
|
|
76
|
-
*/
|
|
77
|
-
'area'?: string;
|
|
78
|
-
/**
|
|
79
|
-
* 园区详细地址
|
|
80
|
-
* @type {string}
|
|
81
|
-
* @memberof DeptRelationDTO
|
|
82
|
-
*/
|
|
83
|
-
'parkAddress'?: string;
|
|
84
|
-
/**
|
|
85
|
-
* 合同开始时间
|
|
86
|
-
* @type {string}
|
|
87
|
-
* @memberof DeptRelationDTO
|
|
88
|
-
*/
|
|
89
|
-
'contractStartTime'?: string;
|
|
90
|
-
/**
|
|
91
|
-
* 合同结束时间
|
|
92
|
-
* @type {string}
|
|
93
|
-
* @memberof DeptRelationDTO
|
|
94
|
-
*/
|
|
95
|
-
'contractEndTime'?: string;
|
|
96
|
-
/**
|
|
97
|
-
* 合同面积
|
|
98
|
-
* @type {number}
|
|
99
|
-
* @memberof DeptRelationDTO
|
|
100
|
-
*/
|
|
101
|
-
'contractArea'?: number;
|
|
102
|
-
/**
|
|
103
|
-
* 空仓面积
|
|
104
|
-
* @type {number}
|
|
105
|
-
* @memberof DeptRelationDTO
|
|
106
|
-
*/
|
|
107
|
-
'emptyWarehouseArea'?: number;
|
|
108
|
-
/**
|
|
109
|
-
* 园区面积
|
|
110
|
-
* @type {string}
|
|
111
|
-
* @memberof DeptRelationDTO
|
|
112
|
-
*/
|
|
113
|
-
'parkArea'?: string;
|
|
114
|
-
/**
|
|
115
|
-
* 租售面积
|
|
116
|
-
* @type {string}
|
|
117
|
-
* @memberof DeptRelationDTO
|
|
118
|
-
*/
|
|
119
|
-
'parkRentalArea'?: string;
|
|
120
|
-
}
|
|
@@ -1,84 +0,0 @@
|
|
|
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
|
-
* @interface DeptRelation
|
|
16
|
-
*/
|
|
17
|
-
export interface DeptRelation {
|
|
18
|
-
/**
|
|
19
|
-
* 平台
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof DeptRelation
|
|
22
|
-
*/
|
|
23
|
-
'platform': string;
|
|
24
|
-
/**
|
|
25
|
-
* 所属中心
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof DeptRelation
|
|
28
|
-
*/
|
|
29
|
-
'center': string;
|
|
30
|
-
/**
|
|
31
|
-
* 中心属性
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof DeptRelation
|
|
34
|
-
*/
|
|
35
|
-
'centerAttribute': string;
|
|
36
|
-
/**
|
|
37
|
-
* 省
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof DeptRelation
|
|
40
|
-
*/
|
|
41
|
-
'province': string;
|
|
42
|
-
/**
|
|
43
|
-
* 市
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof DeptRelation
|
|
46
|
-
*/
|
|
47
|
-
'city': string;
|
|
48
|
-
/**
|
|
49
|
-
* 区
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof DeptRelation
|
|
52
|
-
*/
|
|
53
|
-
'area': string;
|
|
54
|
-
/**
|
|
55
|
-
* 园区详细地址
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof DeptRelation
|
|
58
|
-
*/
|
|
59
|
-
'parkAddress': string;
|
|
60
|
-
/**
|
|
61
|
-
* 合同开始时间
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof DeptRelation
|
|
64
|
-
*/
|
|
65
|
-
'contractStartTime': string;
|
|
66
|
-
/**
|
|
67
|
-
* 合同结束时间
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof DeptRelation
|
|
70
|
-
*/
|
|
71
|
-
'contractEndTime': string;
|
|
72
|
-
/**
|
|
73
|
-
* 合同面积
|
|
74
|
-
* @type {number}
|
|
75
|
-
* @memberof DeptRelation
|
|
76
|
-
*/
|
|
77
|
-
'contractArea': number;
|
|
78
|
-
/**
|
|
79
|
-
* 空仓面积
|
|
80
|
-
* @type {number}
|
|
81
|
-
* @memberof DeptRelation
|
|
82
|
-
*/
|
|
83
|
-
'emptyWarehouseArea': number;
|
|
84
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
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
|
-
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
-
import type { ExcelImportResultDTOCalendarExportDto } from './excel-import-result-dtocalendar-export-dto';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface JsonResultExcelImportResultDTOCalendarExportDto
|
|
18
|
-
*/
|
|
19
|
-
export interface JsonResultExcelImportResultDTOCalendarExportDto {
|
|
20
|
-
/**
|
|
21
|
-
* 错误码,0:成功,其他:失败
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
24
|
-
*/
|
|
25
|
-
'code'?: number;
|
|
26
|
-
/**
|
|
27
|
-
* 错误消息
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
30
|
-
*/
|
|
31
|
-
'msg'?: string;
|
|
32
|
-
/**
|
|
33
|
-
* 错误堆栈
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
36
|
-
*/
|
|
37
|
-
'stacks'?: string;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {ExcelImportResultDTOCalendarExportDto}
|
|
41
|
-
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
42
|
-
*/
|
|
43
|
-
'data'?: ExcelImportResultDTOCalendarExportDto | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {BaseErrorResult}
|
|
47
|
-
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
48
|
-
*/
|
|
49
|
-
'error'?: BaseErrorResult | null;
|
|
50
|
-
/**
|
|
51
|
-
* 日志追踪ID
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof JsonResultExcelImportResultDTOCalendarExportDto
|
|
54
|
-
*/
|
|
55
|
-
'traceId'?: string | null;
|
|
56
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
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
|
-
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
-
import type { WorkOrderDeptSettingsEntity } from './work-order-dept-settings-entity';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface JsonResultListWorkOrderDeptSettingsEntity
|
|
18
|
-
*/
|
|
19
|
-
export interface JsonResultListWorkOrderDeptSettingsEntity {
|
|
20
|
-
/**
|
|
21
|
-
* 错误码,0:成功,其他:失败
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof JsonResultListWorkOrderDeptSettingsEntity
|
|
24
|
-
*/
|
|
25
|
-
'code'?: number;
|
|
26
|
-
/**
|
|
27
|
-
* 错误消息
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof JsonResultListWorkOrderDeptSettingsEntity
|
|
30
|
-
*/
|
|
31
|
-
'msg'?: string;
|
|
32
|
-
/**
|
|
33
|
-
* 错误堆栈
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof JsonResultListWorkOrderDeptSettingsEntity
|
|
36
|
-
*/
|
|
37
|
-
'stacks'?: string;
|
|
38
|
-
/**
|
|
39
|
-
* 返回数据,可以是任意类型的值
|
|
40
|
-
* @type {Array<WorkOrderDeptSettingsEntity>}
|
|
41
|
-
* @memberof JsonResultListWorkOrderDeptSettingsEntity
|
|
42
|
-
*/
|
|
43
|
-
'data'?: Array<WorkOrderDeptSettingsEntity> | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {BaseErrorResult}
|
|
47
|
-
* @memberof JsonResultListWorkOrderDeptSettingsEntity
|
|
48
|
-
*/
|
|
49
|
-
'error'?: BaseErrorResult | null;
|
|
50
|
-
/**
|
|
51
|
-
* 日志追踪ID
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof JsonResultListWorkOrderDeptSettingsEntity
|
|
54
|
-
*/
|
|
55
|
-
'traceId'?: string | null;
|
|
56
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
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
|
-
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
-
import type { WorkOrderDeptSettingsEntity } from './work-order-dept-settings-entity';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface JsonResultWorkOrderDeptSettingsEntity
|
|
18
|
-
*/
|
|
19
|
-
export interface JsonResultWorkOrderDeptSettingsEntity {
|
|
20
|
-
/**
|
|
21
|
-
* 错误码,0:成功,其他:失败
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof JsonResultWorkOrderDeptSettingsEntity
|
|
24
|
-
*/
|
|
25
|
-
'code'?: number;
|
|
26
|
-
/**
|
|
27
|
-
* 错误消息
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof JsonResultWorkOrderDeptSettingsEntity
|
|
30
|
-
*/
|
|
31
|
-
'msg'?: string;
|
|
32
|
-
/**
|
|
33
|
-
* 错误堆栈
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof JsonResultWorkOrderDeptSettingsEntity
|
|
36
|
-
*/
|
|
37
|
-
'stacks'?: string;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {WorkOrderDeptSettingsEntity}
|
|
41
|
-
* @memberof JsonResultWorkOrderDeptSettingsEntity
|
|
42
|
-
*/
|
|
43
|
-
'data'?: WorkOrderDeptSettingsEntity | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {BaseErrorResult}
|
|
47
|
-
* @memberof JsonResultWorkOrderDeptSettingsEntity
|
|
48
|
-
*/
|
|
49
|
-
'error'?: BaseErrorResult | null;
|
|
50
|
-
/**
|
|
51
|
-
* 日志追踪ID
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof JsonResultWorkOrderDeptSettingsEntity
|
|
54
|
-
*/
|
|
55
|
-
'traceId'?: string | null;
|
|
56
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
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
|
-
import type { DeptRelationDTO } from './dept-relation-dto';
|
|
13
|
-
/**
|
|
14
|
-
* 园区信息DTO
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ParkInfoDTO
|
|
17
|
-
*/
|
|
18
|
-
export interface ParkInfoDTO {
|
|
19
|
-
/**
|
|
20
|
-
* 园区名称
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof ParkInfoDTO
|
|
23
|
-
*/
|
|
24
|
-
'parkName'?: string;
|
|
25
|
-
/**
|
|
26
|
-
* 负责人ID
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof ParkInfoDTO
|
|
29
|
-
*/
|
|
30
|
-
'leaderUserId'?: number;
|
|
31
|
-
/**
|
|
32
|
-
* 负责人名称
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof ParkInfoDTO
|
|
35
|
-
*/
|
|
36
|
-
'leaderName'?: string;
|
|
37
|
-
/**
|
|
38
|
-
* 负责人电话
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof ParkInfoDTO
|
|
41
|
-
*/
|
|
42
|
-
'leaderPhone'?: string;
|
|
43
|
-
/**
|
|
44
|
-
* 负责人邮箱
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof ParkInfoDTO
|
|
47
|
-
*/
|
|
48
|
-
'email'?: string;
|
|
49
|
-
/**
|
|
50
|
-
* 父部门ID
|
|
51
|
-
* @type {number}
|
|
52
|
-
* @memberof ParkInfoDTO
|
|
53
|
-
*/
|
|
54
|
-
'parentId'?: number;
|
|
55
|
-
/**
|
|
56
|
-
* 父祖列表
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof ParkInfoDTO
|
|
59
|
-
*/
|
|
60
|
-
'ancestors'?: string;
|
|
61
|
-
/**
|
|
62
|
-
* 园区平面图
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof ParkInfoDTO
|
|
65
|
-
*/
|
|
66
|
-
'parkImageUrl'?: string;
|
|
67
|
-
/**
|
|
68
|
-
* 0:集团 1:大区 2:园区 3:部门
|
|
69
|
-
* @type {number}
|
|
70
|
-
* @memberof ParkInfoDTO
|
|
71
|
-
*/
|
|
72
|
-
'type'?: number;
|
|
73
|
-
/**
|
|
74
|
-
* 是否启用园区平面图
|
|
75
|
-
* @type {boolean}
|
|
76
|
-
* @memberof ParkInfoDTO
|
|
77
|
-
*/
|
|
78
|
-
'isEnableParkPlan'?: boolean;
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* @type {DeptRelationDTO}
|
|
82
|
-
* @memberof ParkInfoDTO
|
|
83
|
-
*/
|
|
84
|
-
'deptRelation'?: DeptRelationDTO;
|
|
85
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
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
|
-
import type { DeptRelation } from './dept-relation';
|
|
13
|
-
/**
|
|
14
|
-
* 园区信息编辑VO
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ParkInfoEditVO
|
|
17
|
-
*/
|
|
18
|
-
export interface ParkInfoEditVO {
|
|
19
|
-
/**
|
|
20
|
-
* 园区名称
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof ParkInfoEditVO
|
|
23
|
-
*/
|
|
24
|
-
'parkName': string;
|
|
25
|
-
/**
|
|
26
|
-
* 负责人ID
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof ParkInfoEditVO
|
|
29
|
-
*/
|
|
30
|
-
'leaderUserId'?: number;
|
|
31
|
-
/**
|
|
32
|
-
* 负责人名称
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof ParkInfoEditVO
|
|
35
|
-
*/
|
|
36
|
-
'leaderName'?: string;
|
|
37
|
-
/**
|
|
38
|
-
* 负责人电话
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof ParkInfoEditVO
|
|
41
|
-
*/
|
|
42
|
-
'leaderPhone'?: string;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {DeptRelation}
|
|
46
|
-
* @memberof ParkInfoEditVO
|
|
47
|
-
*/
|
|
48
|
-
'deptRelation': DeptRelation;
|
|
49
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
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 SystemUserMsgSourceTypeEnum: {
|
|
18
|
-
readonly SystemNotice: "SYSTEM_NOTICE";
|
|
19
|
-
readonly ReportForRepairWorkOrder: "REPORT_FOR_REPAIR_WORK_ORDER";
|
|
20
|
-
readonly InspectionWorkOrder: "INSPECTION_WORK_ORDER";
|
|
21
|
-
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
|
-
};
|
|
23
|
-
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -1,24 +0,0 @@
|
|
|
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 SystemUserMsgSourceTypeEnum = {
|
|
20
|
-
SystemNotice: 'SYSTEM_NOTICE',
|
|
21
|
-
ReportForRepairWorkOrder: 'REPORT_FOR_REPAIR_WORK_ORDER',
|
|
22
|
-
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
23
|
-
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER'
|
|
24
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
export {};
|
|
@@ -1,67 +0,0 @@
|
|
|
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
|
-
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
13
|
-
/**
|
|
14
|
-
* 返回数据,可以是任意类型的值
|
|
15
|
-
* @export
|
|
16
|
-
* @interface WorkOrderDeptSettingsEntity
|
|
17
|
-
*/
|
|
18
|
-
export interface WorkOrderDeptSettingsEntity {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof WorkOrderDeptSettingsEntity
|
|
23
|
-
*/
|
|
24
|
-
'id'?: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {WorkOrderTypeEnum}
|
|
28
|
-
* @memberof WorkOrderDeptSettingsEntity
|
|
29
|
-
*/
|
|
30
|
-
'workOrderType'?: WorkOrderTypeEnum;
|
|
31
|
-
/**
|
|
32
|
-
* keyConfig
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof WorkOrderDeptSettingsEntity
|
|
35
|
-
*/
|
|
36
|
-
'keyConfig'?: string;
|
|
37
|
-
/**
|
|
38
|
-
* 部门id
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof WorkOrderDeptSettingsEntity
|
|
41
|
-
*/
|
|
42
|
-
'deptId'?: number;
|
|
43
|
-
/**
|
|
44
|
-
* 园区id
|
|
45
|
-
* @type {number}
|
|
46
|
-
* @memberof WorkOrderDeptSettingsEntity
|
|
47
|
-
*/
|
|
48
|
-
'parkId'?: number;
|
|
49
|
-
/**
|
|
50
|
-
* 创建时间
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof WorkOrderDeptSettingsEntity
|
|
53
|
-
*/
|
|
54
|
-
'createTime'?: string;
|
|
55
|
-
/**
|
|
56
|
-
* 更新时间
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof WorkOrderDeptSettingsEntity
|
|
59
|
-
*/
|
|
60
|
-
'updateTime'?: string;
|
|
61
|
-
/**
|
|
62
|
-
* 是否删除 1未删除 0删除
|
|
63
|
-
* @type {number}
|
|
64
|
-
* @memberof WorkOrderDeptSettingsEntity
|
|
65
|
-
*/
|
|
66
|
-
'isDelete'?: number;
|
|
67
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
export {};
|
|
@@ -1,26 +0,0 @@
|
|
|
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 WorkOrderIssueTypeEnum: {
|
|
18
|
-
readonly FireIssue: "FIRE_ISSUE";
|
|
19
|
-
readonly EnergyIssues: "ENERGY_ISSUES";
|
|
20
|
-
readonly AccessIssue: "ACCESS_ISSUE";
|
|
21
|
-
readonly SurveillanceIssues: "SURVEILLANCE_ISSUES";
|
|
22
|
-
readonly HygieneAndGreeningIssue: "HYGIENE_AND_GREENING_ISSUE";
|
|
23
|
-
readonly FacilityDamageIssue: "FACILITY_DAMAGE_ISSUE";
|
|
24
|
-
readonly SecurityIssue: "SECURITY_ISSUE";
|
|
25
|
-
};
|
|
26
|
-
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|