@gizone/rrs-client 4.2.9-alpha.641 → 4.2.9-alpha.643
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 +35 -0
- package/api.ts +2 -0
- package/apis/dashboard-api.ts +544 -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 +1319 -0
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/apis/dashboard-api.d.ts +281 -0
- package/dist/apis/dashboard-api.js +420 -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 +717 -0
- package/dist/apis/maintenance-order-api.js +946 -0
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/apis/dashboard-api.d.ts +281 -0
- package/dist/esm/apis/dashboard-api.js +420 -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 +717 -0
- package/dist/esm/apis/maintenance-order-api.js +939 -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/dashboard-maintenance-order-by-park-search-dto.d.ts +80 -0
- package/dist/esm/models/dashboard-maintenance-order-by-park-search-dto.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-list-search-dto.d.ts +98 -0
- package/dist/esm/models/dashboard-maintenance-order-list-search-dto.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +96 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-park-vo.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +91 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.js +14 -0
- package/dist/esm/models/index.d.ts +33 -0
- package/dist/esm/models/index.js +33 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.js +14 -0
- 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 +110 -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/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/dashboard-maintenance-order-by-park-search-dto.d.ts +80 -0
- package/dist/models/dashboard-maintenance-order-by-park-search-dto.js +15 -0
- package/dist/models/dashboard-maintenance-order-list-search-dto.d.ts +98 -0
- package/dist/models/dashboard-maintenance-order-list-search-dto.js +15 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +96 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-park-vo.js +15 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +91 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.js +15 -0
- package/dist/models/index.d.ts +33 -0
- package/dist/models/index.js +33 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.js +15 -0
- 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 +110 -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/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/dashboard-maintenance-order-by-park-search-dto.ts +90 -0
- package/models/dashboard-maintenance-order-list-search-dto.ts +108 -0
- package/models/dashboard-maintenance-order-statistics-by-park-vo.ts +102 -0
- package/models/dashboard-maintenance-order-statistics-by-type-vo.ts +101 -0
- package/models/index.ts +33 -0
- package/models/ipage-energy-cost-record-info-vo.ts +8 -8
- package/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.ts +72 -0
- package/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.ts +72 -0
- 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 +122 -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/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 +1179 -1173
- package/package.json +1 -1
|
@@ -0,0 +1,717 @@
|
|
|
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 { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { AcceptanceNodeInfo } from '../models';
|
|
16
|
+
import type { JsonResultBoolean } from '../models';
|
|
17
|
+
import type { JsonResultMaintenanceOrderDetailsVo } from '../models';
|
|
18
|
+
import type { JsonResultPageDtoMaintenanceOrderListVo } from '../models';
|
|
19
|
+
import type { MaintenanceConstructionSchedulesDto } from '../models';
|
|
20
|
+
import type { MaintenanceOrderAcceptanceAddDto } from '../models';
|
|
21
|
+
import type { MaintenanceOrderSettlementAddDto } from '../models';
|
|
22
|
+
import type { MaintenanceOrderStatusEnum } from '../models';
|
|
23
|
+
import type { MaintenanceOrderTypeEnum } from '../models';
|
|
24
|
+
import type { MaintenanceOrderWarrantyUpdateDto } from '../models';
|
|
25
|
+
import type { MaterialConfirmationInfo } from '../models';
|
|
26
|
+
/**
|
|
27
|
+
* MaintenanceOrderApi - axios parameter creator
|
|
28
|
+
* @export
|
|
29
|
+
*/
|
|
30
|
+
export declare const MaintenanceOrderApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
31
|
+
/**
|
|
32
|
+
* 删除修缮订单(逻辑删除)
|
|
33
|
+
* @summary 删除修缮订单
|
|
34
|
+
* @param {number} id
|
|
35
|
+
* @param {*} [options] Override http request option.
|
|
36
|
+
* @throws {RequiredError}
|
|
37
|
+
*/
|
|
38
|
+
_delete: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
|
+
/**
|
|
40
|
+
* 验收
|
|
41
|
+
* @summary 验收
|
|
42
|
+
* @param {number} id
|
|
43
|
+
* @param {MaintenanceOrderAcceptanceAddDto} maintenanceOrderAcceptanceAddDto
|
|
44
|
+
* @param {*} [options] Override http request option.
|
|
45
|
+
* @throws {RequiredError}
|
|
46
|
+
*/
|
|
47
|
+
accept: (id: number, maintenanceOrderAcceptanceAddDto: MaintenanceOrderAcceptanceAddDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
|
+
/**
|
|
49
|
+
* 施工完成
|
|
50
|
+
* @summary 施工完成
|
|
51
|
+
* @param {number} id
|
|
52
|
+
* @param {*} [options] Override http request option.
|
|
53
|
+
* @throws {RequiredError}
|
|
54
|
+
*/
|
|
55
|
+
complete: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
|
+
/**
|
|
57
|
+
* 施工排期
|
|
58
|
+
* @summary 施工排期
|
|
59
|
+
* @param {number} id
|
|
60
|
+
* @param {MaintenanceConstructionSchedulesDto} maintenanceConstructionSchedulesDto
|
|
61
|
+
* @param {*} [options] Override http request option.
|
|
62
|
+
* @throws {RequiredError}
|
|
63
|
+
*/
|
|
64
|
+
constructionSchedules: (id: number, maintenanceConstructionSchedulesDto: MaintenanceConstructionSchedulesDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
65
|
+
/**
|
|
66
|
+
* 编辑节点验收记录
|
|
67
|
+
* @summary 编辑节点验收记录
|
|
68
|
+
* @param {number} id
|
|
69
|
+
* @param {Array<AcceptanceNodeInfo>} acceptanceNodeInfo
|
|
70
|
+
* @param {*} [options] Override http request option.
|
|
71
|
+
* @throws {RequiredError}
|
|
72
|
+
*/
|
|
73
|
+
editAcceptanceNodes: (id: number, acceptanceNodeInfo: Array<AcceptanceNodeInfo>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
74
|
+
/**
|
|
75
|
+
* 编辑原材料确认单
|
|
76
|
+
* @summary 编辑原材料确认单
|
|
77
|
+
* @param {number} id
|
|
78
|
+
* @param {Array<MaterialConfirmationInfo>} materialConfirmationInfo
|
|
79
|
+
* @param {*} [options] Override http request option.
|
|
80
|
+
* @throws {RequiredError}
|
|
81
|
+
*/
|
|
82
|
+
editMaterialConfirmation: (id: number, materialConfirmationInfo: Array<MaterialConfirmationInfo>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
83
|
+
/**
|
|
84
|
+
* 导出
|
|
85
|
+
* @summary 导出
|
|
86
|
+
* @param {number} [parkId] 园区ID
|
|
87
|
+
* @param {Array<MaintenanceOrderTypeEnum>} [maintenanceOrderTypes] 修缮类型
|
|
88
|
+
* @param {Array<MaintenanceOrderStatusEnum>} [maintenanceOrderStatuses] 修缮状态
|
|
89
|
+
* @param {string} [startTimeBegin] 开始时间(生成时间)
|
|
90
|
+
* @param {string} [startTimeEnd] 结束时间(生成时间)
|
|
91
|
+
* @param {string} [searchValue] 关键词
|
|
92
|
+
* @param {*} [options] Override http request option.
|
|
93
|
+
* @throws {RequiredError}
|
|
94
|
+
*/
|
|
95
|
+
export5: (parkId?: number, maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>, maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>, startTimeBegin?: string, startTimeEnd?: string, searchValue?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
96
|
+
/**
|
|
97
|
+
* 根据ID查询修缮订单详情
|
|
98
|
+
* @summary 查询修缮订单详情
|
|
99
|
+
* @param {number} id
|
|
100
|
+
* @param {*} [options] Override http request option.
|
|
101
|
+
* @throws {RequiredError}
|
|
102
|
+
*/
|
|
103
|
+
getDetailsById: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
104
|
+
/**
|
|
105
|
+
* 分页查询修缮订单列表
|
|
106
|
+
* @summary 分页查询修缮订单列表
|
|
107
|
+
* @param {number} page 页码
|
|
108
|
+
* @param {number} pageSize 每页数量
|
|
109
|
+
* @param {number} [parkId] 园区ID
|
|
110
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
111
|
+
* @param {Array<MaintenanceOrderTypeEnum>} [maintenanceOrderTypes] 修缮类型
|
|
112
|
+
* @param {Array<MaintenanceOrderStatusEnum>} [maintenanceOrderStatuses] 修缮状态
|
|
113
|
+
* @param {string} [startTimeBegin] 开始时间(生成时间)
|
|
114
|
+
* @param {string} [startTimeEnd] 结束时间(生成时间)
|
|
115
|
+
* @param {string} [searchValue] 关键词
|
|
116
|
+
* @param {boolean} [isTimeOut] 是否超时
|
|
117
|
+
* @param {*} [options] Override http request option.
|
|
118
|
+
* @throws {RequiredError}
|
|
119
|
+
*/
|
|
120
|
+
pageList1: (page: number, pageSize: number, parkId?: number, parkIds?: Array<number>, maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>, maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>, startTimeBegin?: string, startTimeEnd?: string, searchValue?: string, isTimeOut?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
121
|
+
/**
|
|
122
|
+
* 结算
|
|
123
|
+
* @summary 结算
|
|
124
|
+
* @param {number} id
|
|
125
|
+
* @param {MaintenanceOrderSettlementAddDto} maintenanceOrderSettlementAddDto
|
|
126
|
+
* @param {*} [options] Override http request option.
|
|
127
|
+
* @throws {RequiredError}
|
|
128
|
+
*/
|
|
129
|
+
settlement: (id: number, maintenanceOrderSettlementAddDto: MaintenanceOrderSettlementAddDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
130
|
+
/**
|
|
131
|
+
* 质保
|
|
132
|
+
* @summary 质保
|
|
133
|
+
* @param {number} id
|
|
134
|
+
* @param {MaintenanceOrderWarrantyUpdateDto} maintenanceOrderWarrantyUpdateDto
|
|
135
|
+
* @param {*} [options] Override http request option.
|
|
136
|
+
* @throws {RequiredError}
|
|
137
|
+
*/
|
|
138
|
+
warranty: (id: number, maintenanceOrderWarrantyUpdateDto: MaintenanceOrderWarrantyUpdateDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* MaintenanceOrderApi - functional programming interface
|
|
142
|
+
* @export
|
|
143
|
+
*/
|
|
144
|
+
export declare const MaintenanceOrderApiFp: (configuration?: Configuration) => {
|
|
145
|
+
/**
|
|
146
|
+
* 删除修缮订单(逻辑删除)
|
|
147
|
+
* @summary 删除修缮订单
|
|
148
|
+
* @param {number} id
|
|
149
|
+
* @param {*} [options] Override http request option.
|
|
150
|
+
* @throws {RequiredError}
|
|
151
|
+
*/
|
|
152
|
+
_delete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
153
|
+
/**
|
|
154
|
+
* 验收
|
|
155
|
+
* @summary 验收
|
|
156
|
+
* @param {number} id
|
|
157
|
+
* @param {MaintenanceOrderAcceptanceAddDto} maintenanceOrderAcceptanceAddDto
|
|
158
|
+
* @param {*} [options] Override http request option.
|
|
159
|
+
* @throws {RequiredError}
|
|
160
|
+
*/
|
|
161
|
+
accept(id: number, maintenanceOrderAcceptanceAddDto: MaintenanceOrderAcceptanceAddDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
162
|
+
/**
|
|
163
|
+
* 施工完成
|
|
164
|
+
* @summary 施工完成
|
|
165
|
+
* @param {number} id
|
|
166
|
+
* @param {*} [options] Override http request option.
|
|
167
|
+
* @throws {RequiredError}
|
|
168
|
+
*/
|
|
169
|
+
complete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
170
|
+
/**
|
|
171
|
+
* 施工排期
|
|
172
|
+
* @summary 施工排期
|
|
173
|
+
* @param {number} id
|
|
174
|
+
* @param {MaintenanceConstructionSchedulesDto} maintenanceConstructionSchedulesDto
|
|
175
|
+
* @param {*} [options] Override http request option.
|
|
176
|
+
* @throws {RequiredError}
|
|
177
|
+
*/
|
|
178
|
+
constructionSchedules(id: number, maintenanceConstructionSchedulesDto: MaintenanceConstructionSchedulesDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
179
|
+
/**
|
|
180
|
+
* 编辑节点验收记录
|
|
181
|
+
* @summary 编辑节点验收记录
|
|
182
|
+
* @param {number} id
|
|
183
|
+
* @param {Array<AcceptanceNodeInfo>} acceptanceNodeInfo
|
|
184
|
+
* @param {*} [options] Override http request option.
|
|
185
|
+
* @throws {RequiredError}
|
|
186
|
+
*/
|
|
187
|
+
editAcceptanceNodes(id: number, acceptanceNodeInfo: Array<AcceptanceNodeInfo>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
188
|
+
/**
|
|
189
|
+
* 编辑原材料确认单
|
|
190
|
+
* @summary 编辑原材料确认单
|
|
191
|
+
* @param {number} id
|
|
192
|
+
* @param {Array<MaterialConfirmationInfo>} materialConfirmationInfo
|
|
193
|
+
* @param {*} [options] Override http request option.
|
|
194
|
+
* @throws {RequiredError}
|
|
195
|
+
*/
|
|
196
|
+
editMaterialConfirmation(id: number, materialConfirmationInfo: Array<MaterialConfirmationInfo>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
197
|
+
/**
|
|
198
|
+
* 导出
|
|
199
|
+
* @summary 导出
|
|
200
|
+
* @param {number} [parkId] 园区ID
|
|
201
|
+
* @param {Array<MaintenanceOrderTypeEnum>} [maintenanceOrderTypes] 修缮类型
|
|
202
|
+
* @param {Array<MaintenanceOrderStatusEnum>} [maintenanceOrderStatuses] 修缮状态
|
|
203
|
+
* @param {string} [startTimeBegin] 开始时间(生成时间)
|
|
204
|
+
* @param {string} [startTimeEnd] 结束时间(生成时间)
|
|
205
|
+
* @param {string} [searchValue] 关键词
|
|
206
|
+
* @param {*} [options] Override http request option.
|
|
207
|
+
* @throws {RequiredError}
|
|
208
|
+
*/
|
|
209
|
+
export5(parkId?: number, maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>, maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>, startTimeBegin?: string, startTimeEnd?: string, searchValue?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
210
|
+
/**
|
|
211
|
+
* 根据ID查询修缮订单详情
|
|
212
|
+
* @summary 查询修缮订单详情
|
|
213
|
+
* @param {number} id
|
|
214
|
+
* @param {*} [options] Override http request option.
|
|
215
|
+
* @throws {RequiredError}
|
|
216
|
+
*/
|
|
217
|
+
getDetailsById(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultMaintenanceOrderDetailsVo>>;
|
|
218
|
+
/**
|
|
219
|
+
* 分页查询修缮订单列表
|
|
220
|
+
* @summary 分页查询修缮订单列表
|
|
221
|
+
* @param {number} page 页码
|
|
222
|
+
* @param {number} pageSize 每页数量
|
|
223
|
+
* @param {number} [parkId] 园区ID
|
|
224
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
225
|
+
* @param {Array<MaintenanceOrderTypeEnum>} [maintenanceOrderTypes] 修缮类型
|
|
226
|
+
* @param {Array<MaintenanceOrderStatusEnum>} [maintenanceOrderStatuses] 修缮状态
|
|
227
|
+
* @param {string} [startTimeBegin] 开始时间(生成时间)
|
|
228
|
+
* @param {string} [startTimeEnd] 结束时间(生成时间)
|
|
229
|
+
* @param {string} [searchValue] 关键词
|
|
230
|
+
* @param {boolean} [isTimeOut] 是否超时
|
|
231
|
+
* @param {*} [options] Override http request option.
|
|
232
|
+
* @throws {RequiredError}
|
|
233
|
+
*/
|
|
234
|
+
pageList1(page: number, pageSize: number, parkId?: number, parkIds?: Array<number>, maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>, maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>, startTimeBegin?: string, startTimeEnd?: string, searchValue?: string, isTimeOut?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoMaintenanceOrderListVo>>;
|
|
235
|
+
/**
|
|
236
|
+
* 结算
|
|
237
|
+
* @summary 结算
|
|
238
|
+
* @param {number} id
|
|
239
|
+
* @param {MaintenanceOrderSettlementAddDto} maintenanceOrderSettlementAddDto
|
|
240
|
+
* @param {*} [options] Override http request option.
|
|
241
|
+
* @throws {RequiredError}
|
|
242
|
+
*/
|
|
243
|
+
settlement(id: number, maintenanceOrderSettlementAddDto: MaintenanceOrderSettlementAddDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
244
|
+
/**
|
|
245
|
+
* 质保
|
|
246
|
+
* @summary 质保
|
|
247
|
+
* @param {number} id
|
|
248
|
+
* @param {MaintenanceOrderWarrantyUpdateDto} maintenanceOrderWarrantyUpdateDto
|
|
249
|
+
* @param {*} [options] Override http request option.
|
|
250
|
+
* @throws {RequiredError}
|
|
251
|
+
*/
|
|
252
|
+
warranty(id: number, maintenanceOrderWarrantyUpdateDto: MaintenanceOrderWarrantyUpdateDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
253
|
+
};
|
|
254
|
+
/**
|
|
255
|
+
* MaintenanceOrderApi - factory interface
|
|
256
|
+
* @export
|
|
257
|
+
*/
|
|
258
|
+
export declare const MaintenanceOrderApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
259
|
+
/**
|
|
260
|
+
* 删除修缮订单(逻辑删除)
|
|
261
|
+
* @summary 删除修缮订单
|
|
262
|
+
* @param {MaintenanceOrderApiDeleteRequest} requestParameters Request parameters.
|
|
263
|
+
* @param {*} [options] Override http request option.
|
|
264
|
+
* @throws {RequiredError}
|
|
265
|
+
*/
|
|
266
|
+
_delete(requestParameters: MaintenanceOrderApiDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
267
|
+
/**
|
|
268
|
+
* 验收
|
|
269
|
+
* @summary 验收
|
|
270
|
+
* @param {MaintenanceOrderApiAcceptRequest} requestParameters Request parameters.
|
|
271
|
+
* @param {*} [options] Override http request option.
|
|
272
|
+
* @throws {RequiredError}
|
|
273
|
+
*/
|
|
274
|
+
accept(requestParameters: MaintenanceOrderApiAcceptRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
275
|
+
/**
|
|
276
|
+
* 施工完成
|
|
277
|
+
* @summary 施工完成
|
|
278
|
+
* @param {MaintenanceOrderApiCompleteRequest} requestParameters Request parameters.
|
|
279
|
+
* @param {*} [options] Override http request option.
|
|
280
|
+
* @throws {RequiredError}
|
|
281
|
+
*/
|
|
282
|
+
complete(requestParameters: MaintenanceOrderApiCompleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
283
|
+
/**
|
|
284
|
+
* 施工排期
|
|
285
|
+
* @summary 施工排期
|
|
286
|
+
* @param {MaintenanceOrderApiConstructionSchedulesRequest} requestParameters Request parameters.
|
|
287
|
+
* @param {*} [options] Override http request option.
|
|
288
|
+
* @throws {RequiredError}
|
|
289
|
+
*/
|
|
290
|
+
constructionSchedules(requestParameters: MaintenanceOrderApiConstructionSchedulesRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
291
|
+
/**
|
|
292
|
+
* 编辑节点验收记录
|
|
293
|
+
* @summary 编辑节点验收记录
|
|
294
|
+
* @param {MaintenanceOrderApiEditAcceptanceNodesRequest} requestParameters Request parameters.
|
|
295
|
+
* @param {*} [options] Override http request option.
|
|
296
|
+
* @throws {RequiredError}
|
|
297
|
+
*/
|
|
298
|
+
editAcceptanceNodes(requestParameters: MaintenanceOrderApiEditAcceptanceNodesRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
299
|
+
/**
|
|
300
|
+
* 编辑原材料确认单
|
|
301
|
+
* @summary 编辑原材料确认单
|
|
302
|
+
* @param {MaintenanceOrderApiEditMaterialConfirmationRequest} requestParameters Request parameters.
|
|
303
|
+
* @param {*} [options] Override http request option.
|
|
304
|
+
* @throws {RequiredError}
|
|
305
|
+
*/
|
|
306
|
+
editMaterialConfirmation(requestParameters: MaintenanceOrderApiEditMaterialConfirmationRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
307
|
+
/**
|
|
308
|
+
* 导出
|
|
309
|
+
* @summary 导出
|
|
310
|
+
* @param {MaintenanceOrderApiExport5Request} requestParameters Request parameters.
|
|
311
|
+
* @param {*} [options] Override http request option.
|
|
312
|
+
* @throws {RequiredError}
|
|
313
|
+
*/
|
|
314
|
+
export5(requestParameters?: MaintenanceOrderApiExport5Request, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
315
|
+
/**
|
|
316
|
+
* 根据ID查询修缮订单详情
|
|
317
|
+
* @summary 查询修缮订单详情
|
|
318
|
+
* @param {MaintenanceOrderApiGetDetailsByIdRequest} requestParameters Request parameters.
|
|
319
|
+
* @param {*} [options] Override http request option.
|
|
320
|
+
* @throws {RequiredError}
|
|
321
|
+
*/
|
|
322
|
+
getDetailsById(requestParameters: MaintenanceOrderApiGetDetailsByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultMaintenanceOrderDetailsVo>;
|
|
323
|
+
/**
|
|
324
|
+
* 分页查询修缮订单列表
|
|
325
|
+
* @summary 分页查询修缮订单列表
|
|
326
|
+
* @param {MaintenanceOrderApiPageList1Request} requestParameters Request parameters.
|
|
327
|
+
* @param {*} [options] Override http request option.
|
|
328
|
+
* @throws {RequiredError}
|
|
329
|
+
*/
|
|
330
|
+
pageList1(requestParameters: MaintenanceOrderApiPageList1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoMaintenanceOrderListVo>;
|
|
331
|
+
/**
|
|
332
|
+
* 结算
|
|
333
|
+
* @summary 结算
|
|
334
|
+
* @param {MaintenanceOrderApiSettlementRequest} requestParameters Request parameters.
|
|
335
|
+
* @param {*} [options] Override http request option.
|
|
336
|
+
* @throws {RequiredError}
|
|
337
|
+
*/
|
|
338
|
+
settlement(requestParameters: MaintenanceOrderApiSettlementRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
339
|
+
/**
|
|
340
|
+
* 质保
|
|
341
|
+
* @summary 质保
|
|
342
|
+
* @param {MaintenanceOrderApiWarrantyRequest} requestParameters Request parameters.
|
|
343
|
+
* @param {*} [options] Override http request option.
|
|
344
|
+
* @throws {RequiredError}
|
|
345
|
+
*/
|
|
346
|
+
warranty(requestParameters: MaintenanceOrderApiWarrantyRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
347
|
+
};
|
|
348
|
+
/**
|
|
349
|
+
* Request parameters for _delete operation in MaintenanceOrderApi.
|
|
350
|
+
* @export
|
|
351
|
+
* @interface MaintenanceOrderApiDeleteRequest
|
|
352
|
+
*/
|
|
353
|
+
export interface MaintenanceOrderApiDeleteRequest {
|
|
354
|
+
/**
|
|
355
|
+
*
|
|
356
|
+
* @type {number}
|
|
357
|
+
* @memberof MaintenanceOrderApiDelete
|
|
358
|
+
*/
|
|
359
|
+
readonly id: number;
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* Request parameters for accept operation in MaintenanceOrderApi.
|
|
363
|
+
* @export
|
|
364
|
+
* @interface MaintenanceOrderApiAcceptRequest
|
|
365
|
+
*/
|
|
366
|
+
export interface MaintenanceOrderApiAcceptRequest {
|
|
367
|
+
/**
|
|
368
|
+
*
|
|
369
|
+
* @type {number}
|
|
370
|
+
* @memberof MaintenanceOrderApiAccept
|
|
371
|
+
*/
|
|
372
|
+
readonly id: number;
|
|
373
|
+
/**
|
|
374
|
+
*
|
|
375
|
+
* @type {MaintenanceOrderAcceptanceAddDto}
|
|
376
|
+
* @memberof MaintenanceOrderApiAccept
|
|
377
|
+
*/
|
|
378
|
+
readonly maintenanceOrderAcceptanceAddDto: MaintenanceOrderAcceptanceAddDto;
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* Request parameters for complete operation in MaintenanceOrderApi.
|
|
382
|
+
* @export
|
|
383
|
+
* @interface MaintenanceOrderApiCompleteRequest
|
|
384
|
+
*/
|
|
385
|
+
export interface MaintenanceOrderApiCompleteRequest {
|
|
386
|
+
/**
|
|
387
|
+
*
|
|
388
|
+
* @type {number}
|
|
389
|
+
* @memberof MaintenanceOrderApiComplete
|
|
390
|
+
*/
|
|
391
|
+
readonly id: number;
|
|
392
|
+
}
|
|
393
|
+
/**
|
|
394
|
+
* Request parameters for constructionSchedules operation in MaintenanceOrderApi.
|
|
395
|
+
* @export
|
|
396
|
+
* @interface MaintenanceOrderApiConstructionSchedulesRequest
|
|
397
|
+
*/
|
|
398
|
+
export interface MaintenanceOrderApiConstructionSchedulesRequest {
|
|
399
|
+
/**
|
|
400
|
+
*
|
|
401
|
+
* @type {number}
|
|
402
|
+
* @memberof MaintenanceOrderApiConstructionSchedules
|
|
403
|
+
*/
|
|
404
|
+
readonly id: number;
|
|
405
|
+
/**
|
|
406
|
+
*
|
|
407
|
+
* @type {MaintenanceConstructionSchedulesDto}
|
|
408
|
+
* @memberof MaintenanceOrderApiConstructionSchedules
|
|
409
|
+
*/
|
|
410
|
+
readonly maintenanceConstructionSchedulesDto: MaintenanceConstructionSchedulesDto;
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* Request parameters for editAcceptanceNodes operation in MaintenanceOrderApi.
|
|
414
|
+
* @export
|
|
415
|
+
* @interface MaintenanceOrderApiEditAcceptanceNodesRequest
|
|
416
|
+
*/
|
|
417
|
+
export interface MaintenanceOrderApiEditAcceptanceNodesRequest {
|
|
418
|
+
/**
|
|
419
|
+
*
|
|
420
|
+
* @type {number}
|
|
421
|
+
* @memberof MaintenanceOrderApiEditAcceptanceNodes
|
|
422
|
+
*/
|
|
423
|
+
readonly id: number;
|
|
424
|
+
/**
|
|
425
|
+
*
|
|
426
|
+
* @type {Array<AcceptanceNodeInfo>}
|
|
427
|
+
* @memberof MaintenanceOrderApiEditAcceptanceNodes
|
|
428
|
+
*/
|
|
429
|
+
readonly acceptanceNodeInfo: Array<AcceptanceNodeInfo>;
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* Request parameters for editMaterialConfirmation operation in MaintenanceOrderApi.
|
|
433
|
+
* @export
|
|
434
|
+
* @interface MaintenanceOrderApiEditMaterialConfirmationRequest
|
|
435
|
+
*/
|
|
436
|
+
export interface MaintenanceOrderApiEditMaterialConfirmationRequest {
|
|
437
|
+
/**
|
|
438
|
+
*
|
|
439
|
+
* @type {number}
|
|
440
|
+
* @memberof MaintenanceOrderApiEditMaterialConfirmation
|
|
441
|
+
*/
|
|
442
|
+
readonly id: number;
|
|
443
|
+
/**
|
|
444
|
+
*
|
|
445
|
+
* @type {Array<MaterialConfirmationInfo>}
|
|
446
|
+
* @memberof MaintenanceOrderApiEditMaterialConfirmation
|
|
447
|
+
*/
|
|
448
|
+
readonly materialConfirmationInfo: Array<MaterialConfirmationInfo>;
|
|
449
|
+
}
|
|
450
|
+
/**
|
|
451
|
+
* Request parameters for export5 operation in MaintenanceOrderApi.
|
|
452
|
+
* @export
|
|
453
|
+
* @interface MaintenanceOrderApiExport5Request
|
|
454
|
+
*/
|
|
455
|
+
export interface MaintenanceOrderApiExport5Request {
|
|
456
|
+
/**
|
|
457
|
+
* 园区ID
|
|
458
|
+
* @type {number}
|
|
459
|
+
* @memberof MaintenanceOrderApiExport5
|
|
460
|
+
*/
|
|
461
|
+
readonly parkId?: number;
|
|
462
|
+
/**
|
|
463
|
+
* 修缮类型
|
|
464
|
+
* @type {Array<MaintenanceOrderTypeEnum>}
|
|
465
|
+
* @memberof MaintenanceOrderApiExport5
|
|
466
|
+
*/
|
|
467
|
+
readonly maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>;
|
|
468
|
+
/**
|
|
469
|
+
* 修缮状态
|
|
470
|
+
* @type {Array<MaintenanceOrderStatusEnum>}
|
|
471
|
+
* @memberof MaintenanceOrderApiExport5
|
|
472
|
+
*/
|
|
473
|
+
readonly maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>;
|
|
474
|
+
/**
|
|
475
|
+
* 开始时间(生成时间)
|
|
476
|
+
* @type {string}
|
|
477
|
+
* @memberof MaintenanceOrderApiExport5
|
|
478
|
+
*/
|
|
479
|
+
readonly startTimeBegin?: string;
|
|
480
|
+
/**
|
|
481
|
+
* 结束时间(生成时间)
|
|
482
|
+
* @type {string}
|
|
483
|
+
* @memberof MaintenanceOrderApiExport5
|
|
484
|
+
*/
|
|
485
|
+
readonly startTimeEnd?: string;
|
|
486
|
+
/**
|
|
487
|
+
* 关键词
|
|
488
|
+
* @type {string}
|
|
489
|
+
* @memberof MaintenanceOrderApiExport5
|
|
490
|
+
*/
|
|
491
|
+
readonly searchValue?: string;
|
|
492
|
+
}
|
|
493
|
+
/**
|
|
494
|
+
* Request parameters for getDetailsById operation in MaintenanceOrderApi.
|
|
495
|
+
* @export
|
|
496
|
+
* @interface MaintenanceOrderApiGetDetailsByIdRequest
|
|
497
|
+
*/
|
|
498
|
+
export interface MaintenanceOrderApiGetDetailsByIdRequest {
|
|
499
|
+
/**
|
|
500
|
+
*
|
|
501
|
+
* @type {number}
|
|
502
|
+
* @memberof MaintenanceOrderApiGetDetailsById
|
|
503
|
+
*/
|
|
504
|
+
readonly id: number;
|
|
505
|
+
}
|
|
506
|
+
/**
|
|
507
|
+
* Request parameters for pageList1 operation in MaintenanceOrderApi.
|
|
508
|
+
* @export
|
|
509
|
+
* @interface MaintenanceOrderApiPageList1Request
|
|
510
|
+
*/
|
|
511
|
+
export interface MaintenanceOrderApiPageList1Request {
|
|
512
|
+
/**
|
|
513
|
+
* 页码
|
|
514
|
+
* @type {number}
|
|
515
|
+
* @memberof MaintenanceOrderApiPageList1
|
|
516
|
+
*/
|
|
517
|
+
readonly page: number;
|
|
518
|
+
/**
|
|
519
|
+
* 每页数量
|
|
520
|
+
* @type {number}
|
|
521
|
+
* @memberof MaintenanceOrderApiPageList1
|
|
522
|
+
*/
|
|
523
|
+
readonly pageSize: number;
|
|
524
|
+
/**
|
|
525
|
+
* 园区ID
|
|
526
|
+
* @type {number}
|
|
527
|
+
* @memberof MaintenanceOrderApiPageList1
|
|
528
|
+
*/
|
|
529
|
+
readonly parkId?: number;
|
|
530
|
+
/**
|
|
531
|
+
* 园区ID集合
|
|
532
|
+
* @type {Array<number>}
|
|
533
|
+
* @memberof MaintenanceOrderApiPageList1
|
|
534
|
+
*/
|
|
535
|
+
readonly parkIds?: Array<number>;
|
|
536
|
+
/**
|
|
537
|
+
* 修缮类型
|
|
538
|
+
* @type {Array<MaintenanceOrderTypeEnum>}
|
|
539
|
+
* @memberof MaintenanceOrderApiPageList1
|
|
540
|
+
*/
|
|
541
|
+
readonly maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>;
|
|
542
|
+
/**
|
|
543
|
+
* 修缮状态
|
|
544
|
+
* @type {Array<MaintenanceOrderStatusEnum>}
|
|
545
|
+
* @memberof MaintenanceOrderApiPageList1
|
|
546
|
+
*/
|
|
547
|
+
readonly maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>;
|
|
548
|
+
/**
|
|
549
|
+
* 开始时间(生成时间)
|
|
550
|
+
* @type {string}
|
|
551
|
+
* @memberof MaintenanceOrderApiPageList1
|
|
552
|
+
*/
|
|
553
|
+
readonly startTimeBegin?: string;
|
|
554
|
+
/**
|
|
555
|
+
* 结束时间(生成时间)
|
|
556
|
+
* @type {string}
|
|
557
|
+
* @memberof MaintenanceOrderApiPageList1
|
|
558
|
+
*/
|
|
559
|
+
readonly startTimeEnd?: string;
|
|
560
|
+
/**
|
|
561
|
+
* 关键词
|
|
562
|
+
* @type {string}
|
|
563
|
+
* @memberof MaintenanceOrderApiPageList1
|
|
564
|
+
*/
|
|
565
|
+
readonly searchValue?: string;
|
|
566
|
+
/**
|
|
567
|
+
* 是否超时
|
|
568
|
+
* @type {boolean}
|
|
569
|
+
* @memberof MaintenanceOrderApiPageList1
|
|
570
|
+
*/
|
|
571
|
+
readonly isTimeOut?: boolean;
|
|
572
|
+
}
|
|
573
|
+
/**
|
|
574
|
+
* Request parameters for settlement operation in MaintenanceOrderApi.
|
|
575
|
+
* @export
|
|
576
|
+
* @interface MaintenanceOrderApiSettlementRequest
|
|
577
|
+
*/
|
|
578
|
+
export interface MaintenanceOrderApiSettlementRequest {
|
|
579
|
+
/**
|
|
580
|
+
*
|
|
581
|
+
* @type {number}
|
|
582
|
+
* @memberof MaintenanceOrderApiSettlement
|
|
583
|
+
*/
|
|
584
|
+
readonly id: number;
|
|
585
|
+
/**
|
|
586
|
+
*
|
|
587
|
+
* @type {MaintenanceOrderSettlementAddDto}
|
|
588
|
+
* @memberof MaintenanceOrderApiSettlement
|
|
589
|
+
*/
|
|
590
|
+
readonly maintenanceOrderSettlementAddDto: MaintenanceOrderSettlementAddDto;
|
|
591
|
+
}
|
|
592
|
+
/**
|
|
593
|
+
* Request parameters for warranty operation in MaintenanceOrderApi.
|
|
594
|
+
* @export
|
|
595
|
+
* @interface MaintenanceOrderApiWarrantyRequest
|
|
596
|
+
*/
|
|
597
|
+
export interface MaintenanceOrderApiWarrantyRequest {
|
|
598
|
+
/**
|
|
599
|
+
*
|
|
600
|
+
* @type {number}
|
|
601
|
+
* @memberof MaintenanceOrderApiWarranty
|
|
602
|
+
*/
|
|
603
|
+
readonly id: number;
|
|
604
|
+
/**
|
|
605
|
+
*
|
|
606
|
+
* @type {MaintenanceOrderWarrantyUpdateDto}
|
|
607
|
+
* @memberof MaintenanceOrderApiWarranty
|
|
608
|
+
*/
|
|
609
|
+
readonly maintenanceOrderWarrantyUpdateDto: MaintenanceOrderWarrantyUpdateDto;
|
|
610
|
+
}
|
|
611
|
+
/**
|
|
612
|
+
* MaintenanceOrderApi - object-oriented interface
|
|
613
|
+
* @export
|
|
614
|
+
* @class MaintenanceOrderApi
|
|
615
|
+
* @extends {BaseAPI}
|
|
616
|
+
*/
|
|
617
|
+
export declare class MaintenanceOrderApi extends BaseAPI {
|
|
618
|
+
/**
|
|
619
|
+
* 删除修缮订单(逻辑删除)
|
|
620
|
+
* @summary 删除修缮订单
|
|
621
|
+
* @param {MaintenanceOrderApiDeleteRequest} requestParameters Request parameters.
|
|
622
|
+
* @param {*} [options] Override http request option.
|
|
623
|
+
* @throws {RequiredError}
|
|
624
|
+
* @memberof MaintenanceOrderApi
|
|
625
|
+
*/
|
|
626
|
+
_delete(requestParameters: MaintenanceOrderApiDeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
627
|
+
/**
|
|
628
|
+
* 验收
|
|
629
|
+
* @summary 验收
|
|
630
|
+
* @param {MaintenanceOrderApiAcceptRequest} requestParameters Request parameters.
|
|
631
|
+
* @param {*} [options] Override http request option.
|
|
632
|
+
* @throws {RequiredError}
|
|
633
|
+
* @memberof MaintenanceOrderApi
|
|
634
|
+
*/
|
|
635
|
+
accept(requestParameters: MaintenanceOrderApiAcceptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
636
|
+
/**
|
|
637
|
+
* 施工完成
|
|
638
|
+
* @summary 施工完成
|
|
639
|
+
* @param {MaintenanceOrderApiCompleteRequest} requestParameters Request parameters.
|
|
640
|
+
* @param {*} [options] Override http request option.
|
|
641
|
+
* @throws {RequiredError}
|
|
642
|
+
* @memberof MaintenanceOrderApi
|
|
643
|
+
*/
|
|
644
|
+
complete(requestParameters: MaintenanceOrderApiCompleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
645
|
+
/**
|
|
646
|
+
* 施工排期
|
|
647
|
+
* @summary 施工排期
|
|
648
|
+
* @param {MaintenanceOrderApiConstructionSchedulesRequest} requestParameters Request parameters.
|
|
649
|
+
* @param {*} [options] Override http request option.
|
|
650
|
+
* @throws {RequiredError}
|
|
651
|
+
* @memberof MaintenanceOrderApi
|
|
652
|
+
*/
|
|
653
|
+
constructionSchedules(requestParameters: MaintenanceOrderApiConstructionSchedulesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
654
|
+
/**
|
|
655
|
+
* 编辑节点验收记录
|
|
656
|
+
* @summary 编辑节点验收记录
|
|
657
|
+
* @param {MaintenanceOrderApiEditAcceptanceNodesRequest} requestParameters Request parameters.
|
|
658
|
+
* @param {*} [options] Override http request option.
|
|
659
|
+
* @throws {RequiredError}
|
|
660
|
+
* @memberof MaintenanceOrderApi
|
|
661
|
+
*/
|
|
662
|
+
editAcceptanceNodes(requestParameters: MaintenanceOrderApiEditAcceptanceNodesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
663
|
+
/**
|
|
664
|
+
* 编辑原材料确认单
|
|
665
|
+
* @summary 编辑原材料确认单
|
|
666
|
+
* @param {MaintenanceOrderApiEditMaterialConfirmationRequest} requestParameters Request parameters.
|
|
667
|
+
* @param {*} [options] Override http request option.
|
|
668
|
+
* @throws {RequiredError}
|
|
669
|
+
* @memberof MaintenanceOrderApi
|
|
670
|
+
*/
|
|
671
|
+
editMaterialConfirmation(requestParameters: MaintenanceOrderApiEditMaterialConfirmationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
672
|
+
/**
|
|
673
|
+
* 导出
|
|
674
|
+
* @summary 导出
|
|
675
|
+
* @param {MaintenanceOrderApiExport5Request} requestParameters Request parameters.
|
|
676
|
+
* @param {*} [options] Override http request option.
|
|
677
|
+
* @throws {RequiredError}
|
|
678
|
+
* @memberof MaintenanceOrderApi
|
|
679
|
+
*/
|
|
680
|
+
export5(requestParameters?: MaintenanceOrderApiExport5Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
681
|
+
/**
|
|
682
|
+
* 根据ID查询修缮订单详情
|
|
683
|
+
* @summary 查询修缮订单详情
|
|
684
|
+
* @param {MaintenanceOrderApiGetDetailsByIdRequest} requestParameters Request parameters.
|
|
685
|
+
* @param {*} [options] Override http request option.
|
|
686
|
+
* @throws {RequiredError}
|
|
687
|
+
* @memberof MaintenanceOrderApi
|
|
688
|
+
*/
|
|
689
|
+
getDetailsById(requestParameters: MaintenanceOrderApiGetDetailsByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultMaintenanceOrderDetailsVo, any, {}>>;
|
|
690
|
+
/**
|
|
691
|
+
* 分页查询修缮订单列表
|
|
692
|
+
* @summary 分页查询修缮订单列表
|
|
693
|
+
* @param {MaintenanceOrderApiPageList1Request} requestParameters Request parameters.
|
|
694
|
+
* @param {*} [options] Override http request option.
|
|
695
|
+
* @throws {RequiredError}
|
|
696
|
+
* @memberof MaintenanceOrderApi
|
|
697
|
+
*/
|
|
698
|
+
pageList1(requestParameters: MaintenanceOrderApiPageList1Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoMaintenanceOrderListVo, any, {}>>;
|
|
699
|
+
/**
|
|
700
|
+
* 结算
|
|
701
|
+
* @summary 结算
|
|
702
|
+
* @param {MaintenanceOrderApiSettlementRequest} requestParameters Request parameters.
|
|
703
|
+
* @param {*} [options] Override http request option.
|
|
704
|
+
* @throws {RequiredError}
|
|
705
|
+
* @memberof MaintenanceOrderApi
|
|
706
|
+
*/
|
|
707
|
+
settlement(requestParameters: MaintenanceOrderApiSettlementRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
708
|
+
/**
|
|
709
|
+
* 质保
|
|
710
|
+
* @summary 质保
|
|
711
|
+
* @param {MaintenanceOrderApiWarrantyRequest} requestParameters Request parameters.
|
|
712
|
+
* @param {*} [options] Override http request option.
|
|
713
|
+
* @throws {RequiredError}
|
|
714
|
+
* @memberof MaintenanceOrderApi
|
|
715
|
+
*/
|
|
716
|
+
warranty(requestParameters: MaintenanceOrderApiWarrantyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
717
|
+
}
|