@gizone/rrs-client 4.2.9-alpha.640 → 4.2.9-alpha.642
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 +29 -0
- package/api.ts +2 -0
- package/apis/device-api.ts +15 -15
- package/apis/maintenance-daily-work-order-controller-api.ts +254 -0
- package/apis/maintenance-order-api.ts +1293 -0
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/apis/device-api.d.ts +10 -10
- package/dist/apis/device-api.js +11 -11
- package/dist/apis/maintenance-daily-work-order-controller-api.d.ts +143 -0
- package/dist/apis/maintenance-daily-work-order-controller-api.js +213 -0
- package/dist/apis/maintenance-order-api.d.ts +701 -0
- package/dist/apis/maintenance-order-api.js +936 -0
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/apis/device-api.d.ts +10 -10
- package/dist/esm/apis/device-api.js +11 -11
- package/dist/esm/apis/maintenance-daily-work-order-controller-api.d.ts +143 -0
- package/dist/esm/apis/maintenance-daily-work-order-controller-api.js +206 -0
- package/dist/esm/apis/maintenance-order-api.d.ts +701 -0
- package/dist/esm/apis/maintenance-order-api.js +929 -0
- package/dist/esm/models/acceptance-node-info.d.ts +42 -0
- package/dist/esm/models/acceptance-node-info.js +14 -0
- package/dist/esm/models/index.d.ts +27 -0
- package/dist/esm/models/index.js +27 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/esm/models/json-result-maintenance-daily-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-maintenance-daily-work-order-details-dto.js +14 -0
- package/dist/esm/models/json-result-maintenance-order-details-vo.d.ts +62 -0
- package/dist/esm/models/json-result-maintenance-order-details-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-maintenance-order-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-maintenance-order-list-vo.js +14 -0
- package/dist/esm/models/maintenace-daily-abnormal-cause-type-enum.d.ts +22 -0
- package/dist/esm/models/maintenace-daily-abnormal-cause-type-enum.js +23 -0
- package/dist/esm/models/maintenance-construction-schedules-dto.d.ts +49 -0
- package/dist/esm/models/maintenance-construction-schedules-dto.js +14 -0
- package/dist/esm/models/maintenance-daily-work-order-details-dto.d.ts +159 -0
- package/dist/esm/models/maintenance-daily-work-order-details-dto.js +18 -0
- package/dist/esm/models/maintenance-daily-work-order-info.d.ts +31 -0
- package/dist/esm/models/maintenance-daily-work-order-info.js +14 -0
- package/dist/esm/models/maintenance-daily-work-order-list-dto.d.ts +49 -0
- package/dist/esm/models/maintenance-daily-work-order-list-dto.js +14 -0
- package/dist/esm/models/maintenance-daily-work-order-process-vo.d.ts +55 -0
- package/dist/esm/models/maintenance-daily-work-order-process-vo.js +14 -0
- package/dist/esm/models/maintenance-order-acceptance-add-dto.d.ts +55 -0
- package/dist/esm/models/maintenance-order-acceptance-add-dto.js +14 -0
- package/dist/esm/models/maintenance-order-acceptance-details-vo.d.ts +60 -0
- package/dist/esm/models/maintenance-order-acceptance-details-vo.js +14 -0
- package/dist/esm/models/maintenance-order-approval-config-add-dto.d.ts +30 -0
- package/dist/esm/models/maintenance-order-approval-config-add-dto.js +14 -0
- package/dist/esm/models/maintenance-order-construction-details-vo.d.ts +54 -0
- package/dist/esm/models/maintenance-order-construction-details-vo.js +14 -0
- package/dist/esm/models/maintenance-order-details-vo.d.ts +177 -0
- package/dist/esm/models/maintenance-order-details-vo.js +14 -0
- package/dist/esm/models/maintenance-order-list-vo.d.ts +104 -0
- package/dist/esm/models/maintenance-order-list-vo.js +14 -0
- package/dist/esm/models/maintenance-order-settlement-add-dto.d.ts +48 -0
- package/dist/esm/models/maintenance-order-settlement-add-dto.js +14 -0
- package/dist/esm/models/maintenance-order-settlement-details-vo.d.ts +66 -0
- package/dist/esm/models/maintenance-order-settlement-details-vo.js +14 -0
- package/dist/esm/models/maintenance-order-status-enum.d.ts +40 -0
- package/dist/esm/models/maintenance-order-status-enum.js +41 -0
- package/dist/esm/models/maintenance-order-type-enum.d.ts +26 -0
- package/dist/esm/models/maintenance-order-type-enum.js +27 -0
- package/dist/esm/models/maintenance-order-warranty-details-vo.d.ts +69 -0
- package/dist/esm/models/maintenance-order-warranty-details-vo.js +14 -0
- package/dist/esm/models/maintenance-order-warranty-period-enum.d.ts +24 -0
- package/dist/esm/models/maintenance-order-warranty-period-enum.js +25 -0
- package/dist/esm/models/maintenance-order-warranty-update-dto.d.ts +38 -0
- package/dist/esm/models/maintenance-order-warranty-update-dto.js +14 -0
- package/dist/esm/models/material-confirmation-info.d.ts +48 -0
- package/dist/esm/models/material-confirmation-info.js +14 -0
- package/dist/esm/models/page-dto-maintenance-order-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-maintenance-order-list-vo.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/warranty-acceptance-node-info.d.ts +30 -0
- package/dist/esm/models/warranty-acceptance-node-info.js +14 -0
- package/dist/esm/models/warranty-maintenance-record-info.d.ts +48 -0
- package/dist/esm/models/warranty-maintenance-record-info.js +14 -0
- package/dist/esm/models/work-order-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -1
- package/dist/esm/models/work-order-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/acceptance-node-info.d.ts +42 -0
- package/dist/models/acceptance-node-info.js +15 -0
- package/dist/models/index.d.ts +27 -0
- package/dist/models/index.js +27 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/models/json-result-maintenance-daily-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-maintenance-daily-work-order-details-dto.js +15 -0
- package/dist/models/json-result-maintenance-order-details-vo.d.ts +62 -0
- package/dist/models/json-result-maintenance-order-details-vo.js +15 -0
- package/dist/models/json-result-page-dto-maintenance-order-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-maintenance-order-list-vo.js +15 -0
- package/dist/models/maintenace-daily-abnormal-cause-type-enum.d.ts +22 -0
- package/dist/models/maintenace-daily-abnormal-cause-type-enum.js +26 -0
- package/dist/models/maintenance-construction-schedules-dto.d.ts +49 -0
- package/dist/models/maintenance-construction-schedules-dto.js +15 -0
- package/dist/models/maintenance-daily-work-order-details-dto.d.ts +159 -0
- package/dist/models/maintenance-daily-work-order-details-dto.js +21 -0
- package/dist/models/maintenance-daily-work-order-info.d.ts +31 -0
- package/dist/models/maintenance-daily-work-order-info.js +15 -0
- package/dist/models/maintenance-daily-work-order-list-dto.d.ts +49 -0
- package/dist/models/maintenance-daily-work-order-list-dto.js +15 -0
- package/dist/models/maintenance-daily-work-order-process-vo.d.ts +55 -0
- package/dist/models/maintenance-daily-work-order-process-vo.js +15 -0
- package/dist/models/maintenance-order-acceptance-add-dto.d.ts +55 -0
- package/dist/models/maintenance-order-acceptance-add-dto.js +15 -0
- package/dist/models/maintenance-order-acceptance-details-vo.d.ts +60 -0
- package/dist/models/maintenance-order-acceptance-details-vo.js +15 -0
- package/dist/models/maintenance-order-approval-config-add-dto.d.ts +30 -0
- package/dist/models/maintenance-order-approval-config-add-dto.js +15 -0
- package/dist/models/maintenance-order-construction-details-vo.d.ts +54 -0
- package/dist/models/maintenance-order-construction-details-vo.js +15 -0
- package/dist/models/maintenance-order-details-vo.d.ts +177 -0
- package/dist/models/maintenance-order-details-vo.js +15 -0
- package/dist/models/maintenance-order-list-vo.d.ts +104 -0
- package/dist/models/maintenance-order-list-vo.js +15 -0
- package/dist/models/maintenance-order-settlement-add-dto.d.ts +48 -0
- package/dist/models/maintenance-order-settlement-add-dto.js +15 -0
- package/dist/models/maintenance-order-settlement-details-vo.d.ts +66 -0
- package/dist/models/maintenance-order-settlement-details-vo.js +15 -0
- package/dist/models/maintenance-order-status-enum.d.ts +40 -0
- package/dist/models/maintenance-order-status-enum.js +44 -0
- package/dist/models/maintenance-order-type-enum.d.ts +26 -0
- package/dist/models/maintenance-order-type-enum.js +30 -0
- package/dist/models/maintenance-order-warranty-details-vo.d.ts +69 -0
- package/dist/models/maintenance-order-warranty-details-vo.js +15 -0
- package/dist/models/maintenance-order-warranty-period-enum.d.ts +24 -0
- package/dist/models/maintenance-order-warranty-period-enum.js +28 -0
- package/dist/models/maintenance-order-warranty-update-dto.d.ts +38 -0
- package/dist/models/maintenance-order-warranty-update-dto.js +15 -0
- package/dist/models/material-confirmation-info.d.ts +48 -0
- package/dist/models/material-confirmation-info.js +15 -0
- package/dist/models/page-dto-maintenance-order-list-vo.d.ts +31 -0
- package/dist/models/page-dto-maintenance-order-list-vo.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/warranty-acceptance-node-info.d.ts +30 -0
- package/dist/models/warranty-acceptance-node-info.js +15 -0
- package/dist/models/warranty-maintenance-record-info.d.ts +48 -0
- package/dist/models/warranty-maintenance-record-info.js +15 -0
- package/dist/models/work-order-ext-data.d.ts +7 -0
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -1
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/acceptance-node-info.ts +48 -0
- package/models/index.ts +27 -0
- package/models/ipage-energy-cost-record-info-vo.ts +8 -8
- package/models/json-result-maintenance-daily-work-order-details-dto.ts +72 -0
- package/models/json-result-maintenance-order-details-vo.ts +72 -0
- package/models/json-result-page-dto-maintenance-order-list-vo.ts +72 -0
- package/models/maintenace-daily-abnormal-cause-type-enum.ts +32 -0
- package/models/maintenance-construction-schedules-dto.ts +57 -0
- package/models/maintenance-daily-work-order-details-dto.ts +186 -0
- package/models/maintenance-daily-work-order-info.ts +41 -0
- package/models/maintenance-daily-work-order-list-dto.ts +57 -0
- package/models/maintenance-daily-work-order-process-vo.ts +65 -0
- package/models/maintenance-order-acceptance-add-dto.ts +65 -0
- package/models/maintenance-order-acceptance-details-vo.ts +66 -0
- package/models/maintenance-order-approval-config-add-dto.ts +36 -0
- package/models/maintenance-order-construction-details-vo.ts +60 -0
- package/models/maintenance-order-details-vo.ts +203 -0
- package/models/maintenance-order-list-vo.ts +116 -0
- package/models/maintenance-order-settlement-add-dto.ts +54 -0
- package/models/maintenance-order-settlement-details-vo.ts +72 -0
- package/models/maintenance-order-status-enum.ts +50 -0
- package/models/maintenance-order-type-enum.ts +36 -0
- package/models/maintenance-order-warranty-details-vo.ts +83 -0
- package/models/maintenance-order-warranty-period-enum.ts +34 -0
- package/models/maintenance-order-warranty-update-dto.ts +48 -0
- package/models/material-confirmation-info.ts +54 -0
- package/models/page-dto-maintenance-order-list-vo.ts +39 -0
- package/models/sys-user.ts +4 -4
- package/models/warranty-acceptance-node-info.ts +36 -0
- package/models/warranty-maintenance-record-info.ts +54 -0
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-source-enum.ts +2 -1
- package/models/work-order-type-enum.ts +2 -1
- package/ossutil.log +1176 -1173
- package/package.json +1 -1
|
@@ -0,0 +1,203 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { AcceptanceNodeInfo } from './acceptance-node-info';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { MaintenanceDailyWorkOrderListDto } from './maintenance-daily-work-order-list-dto';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { MaintenanceOrderAcceptanceDetailsVo } from './maintenance-order-acceptance-details-vo';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { MaintenanceOrderConstructionDetailsVo } from './maintenance-order-construction-details-vo';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import type { MaintenanceOrderSettlementDetailsVo } from './maintenance-order-settlement-details-vo';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { MaintenanceOrderStatusEnum } from './maintenance-order-status-enum';
|
|
34
|
+
// May contain unused imports in some cases
|
|
35
|
+
// @ts-ignore
|
|
36
|
+
import type { MaintenanceOrderTypeEnum } from './maintenance-order-type-enum';
|
|
37
|
+
// May contain unused imports in some cases
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { MaintenanceOrderWarrantyDetailsVo } from './maintenance-order-warranty-details-vo';
|
|
40
|
+
// May contain unused imports in some cases
|
|
41
|
+
// @ts-ignore
|
|
42
|
+
import type { MaterialConfirmationInfo } from './material-confirmation-info';
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* 修缮订单详情VO
|
|
46
|
+
* @export
|
|
47
|
+
* @interface MaintenanceOrderDetailsVo
|
|
48
|
+
*/
|
|
49
|
+
export interface MaintenanceOrderDetailsVo {
|
|
50
|
+
/**
|
|
51
|
+
* 主键ID
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
54
|
+
*/
|
|
55
|
+
'id'?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 园区id
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
60
|
+
*/
|
|
61
|
+
'parkId'?: number;
|
|
62
|
+
/**
|
|
63
|
+
* 修缮单号
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
66
|
+
*/
|
|
67
|
+
'maintenanceOrderNo'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 生成时间
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
72
|
+
*/
|
|
73
|
+
'startTime'?: string;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {MaintenanceOrderTypeEnum}
|
|
77
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
78
|
+
*/
|
|
79
|
+
'maintenanceOrderType'?: MaintenanceOrderTypeEnum;
|
|
80
|
+
/**
|
|
81
|
+
* 修缮描述
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
84
|
+
*/
|
|
85
|
+
'maintenanceOrderDesc'?: string;
|
|
86
|
+
/**
|
|
87
|
+
* 设备
|
|
88
|
+
* @type {Array<string>}
|
|
89
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
90
|
+
*/
|
|
91
|
+
'equipments'?: Array<string>;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {MaintenanceOrderStatusEnum}
|
|
95
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
96
|
+
*/
|
|
97
|
+
'maintenanceOrderStatus'?: MaintenanceOrderStatusEnum;
|
|
98
|
+
/**
|
|
99
|
+
* 项目立项编号
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
102
|
+
*/
|
|
103
|
+
'projectInitiationNo'?: string;
|
|
104
|
+
/**
|
|
105
|
+
* 合同编号
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
108
|
+
*/
|
|
109
|
+
'contractNo'?: string;
|
|
110
|
+
/**
|
|
111
|
+
* 合同名称
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
114
|
+
*/
|
|
115
|
+
'contractName'?: string;
|
|
116
|
+
/**
|
|
117
|
+
* 合同金额
|
|
118
|
+
* @type {number}
|
|
119
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
120
|
+
*/
|
|
121
|
+
'contractAmount'?: number;
|
|
122
|
+
/**
|
|
123
|
+
* 是否超
|
|
124
|
+
* @type {boolean}
|
|
125
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
126
|
+
*/
|
|
127
|
+
'isTimeOut'?: boolean;
|
|
128
|
+
/**
|
|
129
|
+
* 创建人名称
|
|
130
|
+
* @type {string}
|
|
131
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
132
|
+
*/
|
|
133
|
+
'createUserName'?: string;
|
|
134
|
+
/**
|
|
135
|
+
* 原材料确认单
|
|
136
|
+
* @type {Array<MaterialConfirmationInfo>}
|
|
137
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
138
|
+
*/
|
|
139
|
+
'materialConfirmationInfos'?: Array<MaterialConfirmationInfo>;
|
|
140
|
+
/**
|
|
141
|
+
* 节点验收记录
|
|
142
|
+
* @type {Array<AcceptanceNodeInfo>}
|
|
143
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
144
|
+
*/
|
|
145
|
+
'acceptanceNodeInfos'?: Array<AcceptanceNodeInfo>;
|
|
146
|
+
/**
|
|
147
|
+
* 施工完成时间
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
150
|
+
*/
|
|
151
|
+
'constructionCompletedTime'?: string;
|
|
152
|
+
/**
|
|
153
|
+
* 验收时间
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
156
|
+
*/
|
|
157
|
+
'acceptanceCompletedTime'?: string;
|
|
158
|
+
/**
|
|
159
|
+
* 审计时间
|
|
160
|
+
* @type {string}
|
|
161
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
162
|
+
*/
|
|
163
|
+
'settlementCompletedTime'?: string;
|
|
164
|
+
/**
|
|
165
|
+
* 完成时间
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
168
|
+
*/
|
|
169
|
+
'completeTime'?: string;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @type {MaintenanceOrderConstructionDetailsVo}
|
|
173
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
174
|
+
*/
|
|
175
|
+
'construction'?: MaintenanceOrderConstructionDetailsVo;
|
|
176
|
+
/**
|
|
177
|
+
*
|
|
178
|
+
* @type {MaintenanceOrderAcceptanceDetailsVo}
|
|
179
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
180
|
+
*/
|
|
181
|
+
'acceptance'?: MaintenanceOrderAcceptanceDetailsVo;
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
* @type {MaintenanceOrderSettlementDetailsVo}
|
|
185
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
186
|
+
*/
|
|
187
|
+
'settlement'?: MaintenanceOrderSettlementDetailsVo;
|
|
188
|
+
/**
|
|
189
|
+
*
|
|
190
|
+
* @type {MaintenanceOrderWarrantyDetailsVo}
|
|
191
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
192
|
+
*/
|
|
193
|
+
'warranty'?: MaintenanceOrderWarrantyDetailsVo;
|
|
194
|
+
/**
|
|
195
|
+
* 修缮日清工单列表
|
|
196
|
+
* @type {Array<MaintenanceDailyWorkOrderListDto>}
|
|
197
|
+
* @memberof MaintenanceOrderDetailsVo
|
|
198
|
+
*/
|
|
199
|
+
'maintenanceDailyWorkOrders'?: Array<MaintenanceDailyWorkOrderListDto>;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
@@ -0,0 +1,116 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { MaintenanceOrderStatusEnum } from './maintenance-order-status-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { MaintenanceOrderTypeEnum } from './maintenance-order-type-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 修缮订单列表VO
|
|
25
|
+
* @export
|
|
26
|
+
* @interface MaintenanceOrderListVo
|
|
27
|
+
*/
|
|
28
|
+
export interface MaintenanceOrderListVo {
|
|
29
|
+
/**
|
|
30
|
+
* 主键ID
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof MaintenanceOrderListVo
|
|
33
|
+
*/
|
|
34
|
+
'id'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 园区id
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof MaintenanceOrderListVo
|
|
39
|
+
*/
|
|
40
|
+
'parkId'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 修缮单号
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof MaintenanceOrderListVo
|
|
45
|
+
*/
|
|
46
|
+
'maintenanceOrderNo'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 生成时间
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof MaintenanceOrderListVo
|
|
51
|
+
*/
|
|
52
|
+
'startTime'?: string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {MaintenanceOrderTypeEnum}
|
|
56
|
+
* @memberof MaintenanceOrderListVo
|
|
57
|
+
*/
|
|
58
|
+
'maintenanceOrderType'?: MaintenanceOrderTypeEnum;
|
|
59
|
+
/**
|
|
60
|
+
* 修缮描述
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof MaintenanceOrderListVo
|
|
63
|
+
*/
|
|
64
|
+
'maintenanceOrderDesc'?: string;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {MaintenanceOrderStatusEnum}
|
|
68
|
+
* @memberof MaintenanceOrderListVo
|
|
69
|
+
*/
|
|
70
|
+
'maintenanceOrderStatus'?: MaintenanceOrderStatusEnum;
|
|
71
|
+
/**
|
|
72
|
+
* 项目立项编号
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof MaintenanceOrderListVo
|
|
75
|
+
*/
|
|
76
|
+
'projectInitiationNo'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 合同编号
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof MaintenanceOrderListVo
|
|
81
|
+
*/
|
|
82
|
+
'contractNo'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 合同名称
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof MaintenanceOrderListVo
|
|
87
|
+
*/
|
|
88
|
+
'contractName'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 合同金额
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof MaintenanceOrderListVo
|
|
93
|
+
*/
|
|
94
|
+
'contractAmount'?: number;
|
|
95
|
+
/**
|
|
96
|
+
* 是否超时
|
|
97
|
+
* @type {boolean}
|
|
98
|
+
* @memberof MaintenanceOrderListVo
|
|
99
|
+
*/
|
|
100
|
+
'isTimeOut'?: boolean;
|
|
101
|
+
/**
|
|
102
|
+
* 设备
|
|
103
|
+
* @type {Array<string>}
|
|
104
|
+
* @memberof MaintenanceOrderListVo
|
|
105
|
+
*/
|
|
106
|
+
'equipments'?: Array<string>;
|
|
107
|
+
/**
|
|
108
|
+
* 创建人名称
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof MaintenanceOrderListVo
|
|
111
|
+
*/
|
|
112
|
+
'createUserName'?: string;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
* @interface MaintenanceOrderSettlementAddDto
|
|
21
|
+
*/
|
|
22
|
+
export interface MaintenanceOrderSettlementAddDto {
|
|
23
|
+
/**
|
|
24
|
+
* 审计开始时间
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof MaintenanceOrderSettlementAddDto
|
|
27
|
+
*/
|
|
28
|
+
'settlementStartTime': string;
|
|
29
|
+
/**
|
|
30
|
+
* 审计结束时间
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof MaintenanceOrderSettlementAddDto
|
|
33
|
+
*/
|
|
34
|
+
'settlementEndTime': string;
|
|
35
|
+
/**
|
|
36
|
+
* 结算金额
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof MaintenanceOrderSettlementAddDto
|
|
39
|
+
*/
|
|
40
|
+
'settlementAmount'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 结算单文件
|
|
43
|
+
* @type {Array<string>}
|
|
44
|
+
* @memberof MaintenanceOrderSettlementAddDto
|
|
45
|
+
*/
|
|
46
|
+
'settlementStatementFileUrl'?: Array<string>;
|
|
47
|
+
/**
|
|
48
|
+
* 审计报告文件
|
|
49
|
+
* @type {Array<string>}
|
|
50
|
+
* @memberof MaintenanceOrderSettlementAddDto
|
|
51
|
+
*/
|
|
52
|
+
'auditReportFileUrl'?: Array<string>;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
* @interface MaintenanceOrderSettlementDetailsVo
|
|
21
|
+
*/
|
|
22
|
+
export interface MaintenanceOrderSettlementDetailsVo {
|
|
23
|
+
/**
|
|
24
|
+
* 主键ID
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof MaintenanceOrderSettlementDetailsVo
|
|
27
|
+
*/
|
|
28
|
+
'id'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 修缮订单id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof MaintenanceOrderSettlementDetailsVo
|
|
33
|
+
*/
|
|
34
|
+
'maintenanceOrderId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 审计开始时间
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof MaintenanceOrderSettlementDetailsVo
|
|
39
|
+
*/
|
|
40
|
+
'settlementStartTime'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 审计结束时间
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof MaintenanceOrderSettlementDetailsVo
|
|
45
|
+
*/
|
|
46
|
+
'settlementEndTime'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 结算金额
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof MaintenanceOrderSettlementDetailsVo
|
|
51
|
+
*/
|
|
52
|
+
'settlementAmount'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 结算单文件
|
|
55
|
+
* @type {Array<string>}
|
|
56
|
+
* @memberof MaintenanceOrderSettlementDetailsVo
|
|
57
|
+
*/
|
|
58
|
+
'settlementStatementFileUrl'?: Array<string>;
|
|
59
|
+
/**
|
|
60
|
+
* 审计报告文件
|
|
61
|
+
* @type {Array<string>}
|
|
62
|
+
* @memberof MaintenanceOrderSettlementDetailsVo
|
|
63
|
+
*/
|
|
64
|
+
'auditReportFileUrl'?: Array<string>;
|
|
65
|
+
/**
|
|
66
|
+
* 审计时间
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof MaintenanceOrderSettlementDetailsVo
|
|
69
|
+
*/
|
|
70
|
+
'settlementCompletedTime'?: string;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
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 MaintenanceOrderStatusEnum = {
|
|
24
|
+
MaintenanceInitiated: 'MAINTENANCE_INITIATED',
|
|
25
|
+
MaintenanceApprovalPending: 'MAINTENANCE_APPROVAL_PENDING',
|
|
26
|
+
MaintenanceApprovalApproved: 'MAINTENANCE_APPROVAL_APPROVED',
|
|
27
|
+
MaintenanceApprovalRejected: 'MAINTENANCE_APPROVAL_REJECTED',
|
|
28
|
+
NotTendered: 'NOT_TENDERED',
|
|
29
|
+
TenderSent: 'TENDER_SENT',
|
|
30
|
+
TenderReturned: 'TENDER_RETURNED',
|
|
31
|
+
TenderCompleted: 'TENDER_COMPLETED',
|
|
32
|
+
Maintained: 'MAINTAINED',
|
|
33
|
+
AcceptancePending: 'ACCEPTANCE_PENDING',
|
|
34
|
+
AcceptanceApprovalPending: 'ACCEPTANCE_APPROVAL_PENDING',
|
|
35
|
+
AcceptanceApprovalApproved: 'ACCEPTANCE_APPROVAL_APPROVED',
|
|
36
|
+
AcceptanceApprovalRejected: 'ACCEPTANCE_APPROVAL_REJECTED',
|
|
37
|
+
ContractSigned: 'CONTRACT_SIGNED',
|
|
38
|
+
SchedulePendingSubmit: 'SCHEDULE_PENDING_SUBMIT',
|
|
39
|
+
EntryApprovalPending: 'ENTRY_APPROVAL_PENDING',
|
|
40
|
+
ConstructionInProgress: 'CONSTRUCTION_IN_PROGRESS',
|
|
41
|
+
ConstructionPendingAcceptance: 'CONSTRUCTION_PENDING_ACCEPTANCE',
|
|
42
|
+
AuditPendingSubmission: 'AUDIT_PENDING_SUBMISSION',
|
|
43
|
+
WarrantyInProgress: 'WARRANTY_IN_PROGRESS',
|
|
44
|
+
Completed: 'COMPLETED'
|
|
45
|
+
} as const;
|
|
46
|
+
|
|
47
|
+
export type MaintenanceOrderStatusEnum = typeof MaintenanceOrderStatusEnum[keyof typeof MaintenanceOrderStatusEnum];
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
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 MaintenanceOrderTypeEnum = {
|
|
24
|
+
FireProtection: 'FIRE_PROTECTION',
|
|
25
|
+
CivilEngineering: 'CIVIL_ENGINEERING',
|
|
26
|
+
Waterproofing: 'WATERPROOFING',
|
|
27
|
+
ColdStorage: 'COLD_STORAGE',
|
|
28
|
+
Equipment: 'EQUIPMENT',
|
|
29
|
+
Monitoring: 'MONITORING',
|
|
30
|
+
Inspection: 'INSPECTION'
|
|
31
|
+
} as const;
|
|
32
|
+
|
|
33
|
+
export type MaintenanceOrderTypeEnum = typeof MaintenanceOrderTypeEnum[keyof typeof MaintenanceOrderTypeEnum];
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
@@ -0,0 +1,83 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { MaintenanceOrderWarrantyPeriodEnum } from './maintenance-order-warranty-period-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WarrantyAcceptanceNodeInfo } from './warranty-acceptance-node-info';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WarrantyMaintenanceRecordInfo } from './warranty-maintenance-record-info';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 质保详情
|
|
28
|
+
* @export
|
|
29
|
+
* @interface MaintenanceOrderWarrantyDetailsVo
|
|
30
|
+
*/
|
|
31
|
+
export interface MaintenanceOrderWarrantyDetailsVo {
|
|
32
|
+
/**
|
|
33
|
+
* 主键ID
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof MaintenanceOrderWarrantyDetailsVo
|
|
36
|
+
*/
|
|
37
|
+
'id'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 修缮订单id
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof MaintenanceOrderWarrantyDetailsVo
|
|
42
|
+
*/
|
|
43
|
+
'maintenanceOrderId'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 质保开始时间
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof MaintenanceOrderWarrantyDetailsVo
|
|
48
|
+
*/
|
|
49
|
+
'warrantyStartTime'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 质保结束时间
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof MaintenanceOrderWarrantyDetailsVo
|
|
54
|
+
*/
|
|
55
|
+
'warrantyEndTime'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 质保节点日期
|
|
58
|
+
* @type {Array<string>}
|
|
59
|
+
* @memberof MaintenanceOrderWarrantyDetailsVo
|
|
60
|
+
*/
|
|
61
|
+
'warrantyNodeDates'?: Array<string>;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {MaintenanceOrderWarrantyPeriodEnum}
|
|
65
|
+
* @memberof MaintenanceOrderWarrantyDetailsVo
|
|
66
|
+
*/
|
|
67
|
+
'warrantyPeriod'?: MaintenanceOrderWarrantyPeriodEnum;
|
|
68
|
+
/**
|
|
69
|
+
* 维保记录
|
|
70
|
+
* @type {Array<WarrantyMaintenanceRecordInfo>}
|
|
71
|
+
* @memberof MaintenanceOrderWarrantyDetailsVo
|
|
72
|
+
*/
|
|
73
|
+
'warrantyMaintenanceRecords'?: Array<WarrantyMaintenanceRecordInfo>;
|
|
74
|
+
/**
|
|
75
|
+
* 质保验收节点
|
|
76
|
+
* @type {Array<WarrantyAcceptanceNodeInfo>}
|
|
77
|
+
* @memberof MaintenanceOrderWarrantyDetailsVo
|
|
78
|
+
*/
|
|
79
|
+
'warrantyAcceptanceNodes'?: Array<WarrantyAcceptanceNodeInfo>;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
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 MaintenanceOrderWarrantyPeriodEnum = {
|
|
24
|
+
Year1: 'YEAR_1',
|
|
25
|
+
Year2: 'YEAR_2',
|
|
26
|
+
Year3: 'YEAR_3',
|
|
27
|
+
Year4: 'YEAR_4',
|
|
28
|
+
Year5: 'YEAR_5'
|
|
29
|
+
} as const;
|
|
30
|
+
|
|
31
|
+
export type MaintenanceOrderWarrantyPeriodEnum = typeof MaintenanceOrderWarrantyPeriodEnum[keyof typeof MaintenanceOrderWarrantyPeriodEnum];
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WarrantyAcceptanceNodeInfo } from './warranty-acceptance-node-info';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WarrantyMaintenanceRecordInfo } from './warranty-maintenance-record-info';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 质保编辑
|
|
25
|
+
* @export
|
|
26
|
+
* @interface MaintenanceOrderWarrantyUpdateDto
|
|
27
|
+
*/
|
|
28
|
+
export interface MaintenanceOrderWarrantyUpdateDto {
|
|
29
|
+
/**
|
|
30
|
+
* 质保ID
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof MaintenanceOrderWarrantyUpdateDto
|
|
33
|
+
*/
|
|
34
|
+
'id': number;
|
|
35
|
+
/**
|
|
36
|
+
* 维保记录
|
|
37
|
+
* @type {Array<WarrantyMaintenanceRecordInfo>}
|
|
38
|
+
* @memberof MaintenanceOrderWarrantyUpdateDto
|
|
39
|
+
*/
|
|
40
|
+
'warrantyMaintenanceRecords'?: Array<WarrantyMaintenanceRecordInfo>;
|
|
41
|
+
/**
|
|
42
|
+
* 质保验收节点
|
|
43
|
+
* @type {Array<WarrantyAcceptanceNodeInfo>}
|
|
44
|
+
* @memberof MaintenanceOrderWarrantyUpdateDto
|
|
45
|
+
*/
|
|
46
|
+
'warrantyAcceptanceNodes'?: Array<WarrantyAcceptanceNodeInfo>;
|
|
47
|
+
}
|
|
48
|
+
|