@gizone/rrs-client 3.11.12-alpha.5 → 3.11.12-alpha.7
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 +0 -2
- package/apis/app-auth-api.ts +13 -13
- package/apis/auth-api.ts +13 -13
- package/apis/work-order-api.ts +10 -206
- 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/work-order-api.d.ts +8 -115
- package/dist/apis/work-order-api.js +4 -156
- 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/work-order-api.d.ts +8 -115
- package/dist/esm/apis/work-order-api.js +4 -156
- package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/index.d.ts +0 -2
- package/dist/esm/models/index.js +0 -2
- package/dist/esm/models/inspection-item-bo.d.ts +4 -10
- package/dist/esm/models/inspection-point-item.d.ts +6 -6
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/maintenance-history-dto.d.ts +0 -6
- package/dist/esm/models/maintenance-history-dto.js +0 -6
- package/dist/esm/models/period-detail-resp.d.ts +0 -6
- package/dist/esm/models/period-detail-resp.js +0 -6
- package/dist/esm/models/work-order-detail-dto.d.ts +0 -6
- package/dist/esm/models/work-order-detail-dto.js +0 -6
- package/dist/esm/models/work-order-inspection-detail-dto.d.ts +1 -13
- package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
- package/dist/esm/models/work-order-search-dto.d.ts +0 -6
- package/dist/esm/models/work-order-search-dto.js +0 -6
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- package/dist/models/index.d.ts +0 -2
- package/dist/models/index.js +0 -2
- package/dist/models/inspection-item-bo.d.ts +4 -10
- package/dist/models/inspection-point-item.d.ts +6 -6
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/maintenance-history-dto.d.ts +0 -6
- package/dist/models/maintenance-history-dto.js +0 -6
- package/dist/models/period-detail-resp.d.ts +0 -6
- package/dist/models/period-detail-resp.js +0 -6
- package/dist/models/work-order-detail-dto.d.ts +0 -6
- package/dist/models/work-order-detail-dto.js +0 -6
- package/dist/models/work-order-inspection-detail-dto.d.ts +1 -13
- package/dist/models/work-order-inspection-item-req.d.ts +3 -3
- package/dist/models/work-order-search-dto.d.ts +0 -6
- package/dist/models/work-order-search-dto.js +0 -6
- package/models/get-user-wx200-response.ts +6 -6
- package/models/index.ts +0 -2
- package/models/inspection-item-bo.ts +4 -10
- package/models/inspection-point-item.ts +6 -6
- package/models/ipage-access-vo.ts +6 -6
- package/models/maintenance-history-dto.ts +0 -6
- package/models/period-detail-resp.ts +0 -6
- package/models/work-order-detail-dto.ts +0 -6
- package/models/work-order-inspection-detail-dto.ts +1 -13
- package/models/work-order-inspection-item-req.ts +3 -3
- package/models/work-order-search-dto.ts +0 -6
- package/package.json +1 -1
- package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
- package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.js +0 -14
- package/dist/esm/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
- package/dist/esm/models/work-order-check-before-acceptance-no-vo.js +0 -14
- package/dist/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
- package/dist/models/work-order-check-before-acceptance-adopt-vo.js +0 -15
- package/dist/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
- package/dist/models/work-order-check-before-acceptance-no-vo.js +0 -15
- package/models/work-order-check-before-acceptance-adopt-vo.ts +0 -36
- package/models/work-order-check-before-acceptance-no-vo.ts +0 -42
|
@@ -174,72 +174,6 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
174
174
|
options: localVarRequestOptions,
|
|
175
175
|
};
|
|
176
176
|
}),
|
|
177
|
-
/**
|
|
178
|
-
*
|
|
179
|
-
* @summary 验收通过
|
|
180
|
-
* @param {WorkOrderCheckBeforeAcceptanceAdoptVo} workOrderCheckBeforeAcceptanceAdoptVo
|
|
181
|
-
* @param {*} [options] Override http request option.
|
|
182
|
-
* @throws {RequiredError}
|
|
183
|
-
*/
|
|
184
|
-
checkBeforeAcceptanceAdopt: (workOrderCheckBeforeAcceptanceAdoptVo_1, ...args_1) => __awaiter(this, [workOrderCheckBeforeAcceptanceAdoptVo_1, ...args_1], void 0, function* (workOrderCheckBeforeAcceptanceAdoptVo, options = {}) {
|
|
185
|
-
// verify required parameter 'workOrderCheckBeforeAcceptanceAdoptVo' is not null or undefined
|
|
186
|
-
assertParamExists('checkBeforeAcceptanceAdopt', 'workOrderCheckBeforeAcceptanceAdoptVo', workOrderCheckBeforeAcceptanceAdoptVo);
|
|
187
|
-
const localVarPath = `/gizone/workOrder/check/before/acceptance/adopt`;
|
|
188
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
189
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
190
|
-
let baseOptions;
|
|
191
|
-
if (configuration) {
|
|
192
|
-
baseOptions = configuration.baseOptions;
|
|
193
|
-
}
|
|
194
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
195
|
-
const localVarHeaderParameter = {};
|
|
196
|
-
const localVarQueryParameter = {};
|
|
197
|
-
// authentication tokenScheme required
|
|
198
|
-
// http bearer authentication required
|
|
199
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
200
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
201
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
202
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
203
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
204
|
-
localVarRequestOptions.data = serializeDataIfNeeded(workOrderCheckBeforeAcceptanceAdoptVo, localVarRequestOptions, configuration);
|
|
205
|
-
return {
|
|
206
|
-
url: toPathString(localVarUrlObj),
|
|
207
|
-
options: localVarRequestOptions,
|
|
208
|
-
};
|
|
209
|
-
}),
|
|
210
|
-
/**
|
|
211
|
-
*
|
|
212
|
-
* @summary 验收未通过
|
|
213
|
-
* @param {WorkOrderCheckBeforeAcceptanceNoVo} workOrderCheckBeforeAcceptanceNoVo
|
|
214
|
-
* @param {*} [options] Override http request option.
|
|
215
|
-
* @throws {RequiredError}
|
|
216
|
-
*/
|
|
217
|
-
checkBeforeAcceptanceNo: (workOrderCheckBeforeAcceptanceNoVo_1, ...args_1) => __awaiter(this, [workOrderCheckBeforeAcceptanceNoVo_1, ...args_1], void 0, function* (workOrderCheckBeforeAcceptanceNoVo, options = {}) {
|
|
218
|
-
// verify required parameter 'workOrderCheckBeforeAcceptanceNoVo' is not null or undefined
|
|
219
|
-
assertParamExists('checkBeforeAcceptanceNo', 'workOrderCheckBeforeAcceptanceNoVo', workOrderCheckBeforeAcceptanceNoVo);
|
|
220
|
-
const localVarPath = `/gizone/workOrder/check/before/acceptance/no`;
|
|
221
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
222
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
223
|
-
let baseOptions;
|
|
224
|
-
if (configuration) {
|
|
225
|
-
baseOptions = configuration.baseOptions;
|
|
226
|
-
}
|
|
227
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
228
|
-
const localVarHeaderParameter = {};
|
|
229
|
-
const localVarQueryParameter = {};
|
|
230
|
-
// authentication tokenScheme required
|
|
231
|
-
// http bearer authentication required
|
|
232
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
233
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
234
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
235
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
236
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
237
|
-
localVarRequestOptions.data = serializeDataIfNeeded(workOrderCheckBeforeAcceptanceNoVo, localVarRequestOptions, configuration);
|
|
238
|
-
return {
|
|
239
|
-
url: toPathString(localVarUrlObj),
|
|
240
|
-
options: localVarRequestOptions,
|
|
241
|
-
};
|
|
242
|
-
}),
|
|
243
177
|
/**
|
|
244
178
|
*
|
|
245
179
|
* @summary 查询当前工单评论
|
|
@@ -558,7 +492,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
558
492
|
handle: (inspectionHandleReq_1, ...args_1) => __awaiter(this, [inspectionHandleReq_1, ...args_1], void 0, function* (inspectionHandleReq, options = {}) {
|
|
559
493
|
// verify required parameter 'inspectionHandleReq' is not null or undefined
|
|
560
494
|
assertParamExists('handle', 'inspectionHandleReq', inspectionHandleReq);
|
|
561
|
-
const localVarPath = `/gizone/
|
|
495
|
+
const localVarPath = `/gizone/workOrder/period/handle/inspection`;
|
|
562
496
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
563
497
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
564
498
|
let baseOptions;
|
|
@@ -591,7 +525,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
591
525
|
handleBatch: (inspectionHandleReq_1, ...args_1) => __awaiter(this, [inspectionHandleReq_1, ...args_1], void 0, function* (inspectionHandleReq, options = {}) {
|
|
592
526
|
// verify required parameter 'inspectionHandleReq' is not null or undefined
|
|
593
527
|
assertParamExists('handleBatch', 'inspectionHandleReq', inspectionHandleReq);
|
|
594
|
-
const localVarPath = `/gizone/
|
|
528
|
+
const localVarPath = `/gizone/workOrder/period/handle/inspection/batch`;
|
|
595
529
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
596
530
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
597
531
|
let baseOptions;
|
|
@@ -865,7 +799,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
865
799
|
saveDetail: (savePeriodWorkOrderDetailReq_1, ...args_1) => __awaiter(this, [savePeriodWorkOrderDetailReq_1, ...args_1], void 0, function* (savePeriodWorkOrderDetailReq, options = {}) {
|
|
866
800
|
// verify required parameter 'savePeriodWorkOrderDetailReq' is not null or undefined
|
|
867
801
|
assertParamExists('saveDetail', 'savePeriodWorkOrderDetailReq', savePeriodWorkOrderDetailReq);
|
|
868
|
-
const localVarPath = `/gizone/
|
|
802
|
+
const localVarPath = `/gizone/workOrder/period/saveDetail`;
|
|
869
803
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
870
804
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
871
805
|
let baseOptions;
|
|
@@ -1208,7 +1142,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1208
1142
|
workOrderPeriodDetail: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
|
|
1209
1143
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1210
1144
|
assertParamExists('workOrderPeriodDetail', 'workOrderId', workOrderId);
|
|
1211
|
-
const localVarPath = `/gizone/
|
|
1145
|
+
const localVarPath = `/gizone/workOrder/period/{workOrderId}`
|
|
1212
1146
|
.replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
|
|
1213
1147
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1214
1148
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1468,38 +1402,6 @@ export const WorkOrderApiFp = function (configuration) {
|
|
|
1468
1402
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1469
1403
|
});
|
|
1470
1404
|
},
|
|
1471
|
-
/**
|
|
1472
|
-
*
|
|
1473
|
-
* @summary 验收通过
|
|
1474
|
-
* @param {WorkOrderCheckBeforeAcceptanceAdoptVo} workOrderCheckBeforeAcceptanceAdoptVo
|
|
1475
|
-
* @param {*} [options] Override http request option.
|
|
1476
|
-
* @throws {RequiredError}
|
|
1477
|
-
*/
|
|
1478
|
-
checkBeforeAcceptanceAdopt(workOrderCheckBeforeAcceptanceAdoptVo, options) {
|
|
1479
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1480
|
-
var _a, _b, _c;
|
|
1481
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.checkBeforeAcceptanceAdopt(workOrderCheckBeforeAcceptanceAdoptVo, options);
|
|
1482
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1483
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.checkBeforeAcceptanceAdopt']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1484
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1485
|
-
});
|
|
1486
|
-
},
|
|
1487
|
-
/**
|
|
1488
|
-
*
|
|
1489
|
-
* @summary 验收未通过
|
|
1490
|
-
* @param {WorkOrderCheckBeforeAcceptanceNoVo} workOrderCheckBeforeAcceptanceNoVo
|
|
1491
|
-
* @param {*} [options] Override http request option.
|
|
1492
|
-
* @throws {RequiredError}
|
|
1493
|
-
*/
|
|
1494
|
-
checkBeforeAcceptanceNo(workOrderCheckBeforeAcceptanceNoVo, options) {
|
|
1495
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1496
|
-
var _a, _b, _c;
|
|
1497
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.checkBeforeAcceptanceNo(workOrderCheckBeforeAcceptanceNoVo, options);
|
|
1498
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1499
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.checkBeforeAcceptanceNo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1500
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1501
|
-
});
|
|
1502
|
-
},
|
|
1503
1405
|
/**
|
|
1504
1406
|
*
|
|
1505
1407
|
* @summary 查询当前工单评论
|
|
@@ -2076,26 +1978,6 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
2076
1978
|
calendarList(requestParameters, options) {
|
|
2077
1979
|
return localVarFp.calendarList(requestParameters.date, options).then((request) => request(axios, basePath));
|
|
2078
1980
|
},
|
|
2079
|
-
/**
|
|
2080
|
-
*
|
|
2081
|
-
* @summary 验收通过
|
|
2082
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceAdoptRequest} requestParameters Request parameters.
|
|
2083
|
-
* @param {*} [options] Override http request option.
|
|
2084
|
-
* @throws {RequiredError}
|
|
2085
|
-
*/
|
|
2086
|
-
checkBeforeAcceptanceAdopt(requestParameters, options) {
|
|
2087
|
-
return localVarFp.checkBeforeAcceptanceAdopt(requestParameters.workOrderCheckBeforeAcceptanceAdoptVo, options).then((request) => request(axios, basePath));
|
|
2088
|
-
},
|
|
2089
|
-
/**
|
|
2090
|
-
*
|
|
2091
|
-
* @summary 验收未通过
|
|
2092
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceNoRequest} requestParameters Request parameters.
|
|
2093
|
-
* @param {*} [options] Override http request option.
|
|
2094
|
-
* @throws {RequiredError}
|
|
2095
|
-
*/
|
|
2096
|
-
checkBeforeAcceptanceNo(requestParameters, options) {
|
|
2097
|
-
return localVarFp.checkBeforeAcceptanceNo(requestParameters.workOrderCheckBeforeAcceptanceNoVo, options).then((request) => request(axios, basePath));
|
|
2098
|
-
},
|
|
2099
1981
|
/**
|
|
2100
1982
|
*
|
|
2101
1983
|
* @summary 查询当前工单评论
|
|
@@ -2459,28 +2341,6 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
2459
2341
|
calendarList(requestParameters, options) {
|
|
2460
2342
|
return WorkOrderApiFp(this.configuration).calendarList(requestParameters.date, options).then((request) => request(this.axios, this.basePath));
|
|
2461
2343
|
}
|
|
2462
|
-
/**
|
|
2463
|
-
*
|
|
2464
|
-
* @summary 验收通过
|
|
2465
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceAdoptRequest} requestParameters Request parameters.
|
|
2466
|
-
* @param {*} [options] Override http request option.
|
|
2467
|
-
* @throws {RequiredError}
|
|
2468
|
-
* @memberof WorkOrderApi
|
|
2469
|
-
*/
|
|
2470
|
-
checkBeforeAcceptanceAdopt(requestParameters, options) {
|
|
2471
|
-
return WorkOrderApiFp(this.configuration).checkBeforeAcceptanceAdopt(requestParameters.workOrderCheckBeforeAcceptanceAdoptVo, options).then((request) => request(this.axios, this.basePath));
|
|
2472
|
-
}
|
|
2473
|
-
/**
|
|
2474
|
-
*
|
|
2475
|
-
* @summary 验收未通过
|
|
2476
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceNoRequest} requestParameters Request parameters.
|
|
2477
|
-
* @param {*} [options] Override http request option.
|
|
2478
|
-
* @throws {RequiredError}
|
|
2479
|
-
* @memberof WorkOrderApi
|
|
2480
|
-
*/
|
|
2481
|
-
checkBeforeAcceptanceNo(requestParameters, options) {
|
|
2482
|
-
return WorkOrderApiFp(this.configuration).checkBeforeAcceptanceNo(requestParameters.workOrderCheckBeforeAcceptanceNoVo, options).then((request) => request(this.axios, this.basePath));
|
|
2483
|
-
}
|
|
2484
2344
|
/**
|
|
2485
2345
|
*
|
|
2486
2346
|
* @summary 查询当前工单评论
|
|
@@ -2827,16 +2687,10 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
2827
2687
|
* @export
|
|
2828
2688
|
*/
|
|
2829
2689
|
export const ExportWorkOrderWorkOrderStatusEnum = {
|
|
2830
|
-
InPreparation: 'IN_PREPARATION',
|
|
2831
2690
|
Pending: 'PENDING',
|
|
2832
2691
|
InProgress: 'IN_PROGRESS',
|
|
2833
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
2834
2692
|
Completed: 'COMPLETED',
|
|
2835
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
2836
2693
|
Overdue: 'OVERDUE',
|
|
2837
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
2838
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
2839
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
2840
2694
|
Closed: 'CLOSED'
|
|
2841
2695
|
};
|
|
2842
2696
|
/**
|
|
@@ -2860,16 +2714,10 @@ export const PlanListPlanTypeEnum = {
|
|
|
2860
2714
|
* @export
|
|
2861
2715
|
*/
|
|
2862
2716
|
export const WorkOrderListWorkOrderStatusEnum = {
|
|
2863
|
-
InPreparation: 'IN_PREPARATION',
|
|
2864
2717
|
Pending: 'PENDING',
|
|
2865
2718
|
InProgress: 'IN_PROGRESS',
|
|
2866
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
2867
2719
|
Completed: 'COMPLETED',
|
|
2868
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
2869
2720
|
Overdue: 'OVERDUE',
|
|
2870
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
2871
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
2872
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
2873
2721
|
Closed: 'CLOSED'
|
|
2874
2722
|
};
|
|
2875
2723
|
/**
|
|
@@ -65,12 +65,6 @@ export interface GetUserWx200Response {
|
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
67
|
'bufferSize'?: number;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {object}
|
|
71
|
-
* @memberof GetUserWx200Response
|
|
72
|
-
*/
|
|
73
|
-
'writer'?: object;
|
|
74
68
|
/**
|
|
75
69
|
*
|
|
76
70
|
* @type {number}
|
|
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
|
|
|
89
83
|
* @memberof GetUserWx200Response
|
|
90
84
|
*/
|
|
91
85
|
'characterEncoding'?: string;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {object}
|
|
89
|
+
* @memberof GetUserWx200Response
|
|
90
|
+
*/
|
|
91
|
+
'writer'?: object;
|
|
92
92
|
}
|
|
@@ -794,8 +794,6 @@ export * from './white-black-del-vo';
|
|
|
794
794
|
export * from './white-edit-vo';
|
|
795
795
|
export * from './white-search-vo';
|
|
796
796
|
export * from './work-order-add-vo';
|
|
797
|
-
export * from './work-order-check-before-acceptance-adopt-vo';
|
|
798
|
-
export * from './work-order-check-before-acceptance-no-vo';
|
|
799
797
|
export * from './work-order-circulation-vo';
|
|
800
798
|
export * from './work-order-comment-dto';
|
|
801
799
|
export * from './work-order-comment-entity';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -794,8 +794,6 @@ export * from './white-black-del-vo';
|
|
|
794
794
|
export * from './white-edit-vo';
|
|
795
795
|
export * from './white-search-vo';
|
|
796
796
|
export * from './work-order-add-vo';
|
|
797
|
-
export * from './work-order-check-before-acceptance-adopt-vo';
|
|
798
|
-
export * from './work-order-check-before-acceptance-no-vo';
|
|
799
797
|
export * from './work-order-circulation-vo';
|
|
800
798
|
export * from './work-order-comment-dto';
|
|
801
799
|
export * from './work-order-comment-entity';
|
|
@@ -23,10 +23,10 @@ export interface InspectionItemBO {
|
|
|
23
23
|
'id'?: number;
|
|
24
24
|
/**
|
|
25
25
|
* 是否异常
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {boolean}
|
|
27
27
|
* @memberof InspectionItemBO
|
|
28
28
|
*/
|
|
29
|
-
'abnormal'?:
|
|
29
|
+
'abnormal'?: boolean;
|
|
30
30
|
/**
|
|
31
31
|
* 异常原因
|
|
32
32
|
* @type {string}
|
|
@@ -39,18 +39,12 @@ export interface InspectionItemBO {
|
|
|
39
39
|
* @memberof InspectionItemBO
|
|
40
40
|
*/
|
|
41
41
|
'patrolPicture'?: Array<string>;
|
|
42
|
-
/**
|
|
43
|
-
* 照片String
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof InspectionItemBO
|
|
46
|
-
*/
|
|
47
|
-
'patrolPictureString'?: string;
|
|
48
42
|
/**
|
|
49
43
|
* 抄表值
|
|
50
|
-
* @type {
|
|
44
|
+
* @type {number}
|
|
51
45
|
* @memberof InspectionItemBO
|
|
52
46
|
*/
|
|
53
|
-
'whetherValue'?:
|
|
47
|
+
'whetherValue'?: number;
|
|
54
48
|
/**
|
|
55
49
|
* 备注
|
|
56
50
|
* @type {string}
|
|
@@ -48,16 +48,16 @@ export interface InspectionPointItem {
|
|
|
48
48
|
'abnormal'?: number;
|
|
49
49
|
/**
|
|
50
50
|
* 照片(用,分隔)
|
|
51
|
-
* @type {string}
|
|
51
|
+
* @type {Array<string>}
|
|
52
52
|
* @memberof InspectionPointItem
|
|
53
53
|
*/
|
|
54
|
-
'photograph'?: string
|
|
54
|
+
'photograph'?: Array<string>;
|
|
55
55
|
/**
|
|
56
56
|
* 照片
|
|
57
|
-
* @type {string}
|
|
57
|
+
* @type {Array<string>}
|
|
58
58
|
* @memberof InspectionPointItem
|
|
59
59
|
*/
|
|
60
|
-
'patrolPicture'?: string
|
|
60
|
+
'patrolPicture'?: Array<string>;
|
|
61
61
|
/**
|
|
62
62
|
* 异常描述
|
|
63
63
|
* @type {string}
|
|
@@ -90,10 +90,10 @@ export interface InspectionPointItem {
|
|
|
90
90
|
'isReadingRequired'?: boolean;
|
|
91
91
|
/**
|
|
92
92
|
* 抄表值
|
|
93
|
-
* @type {
|
|
93
|
+
* @type {number}
|
|
94
94
|
* @memberof InspectionPointItem
|
|
95
95
|
*/
|
|
96
|
-
'whetherValue'?:
|
|
96
|
+
'whetherValue'?: number;
|
|
97
97
|
/**
|
|
98
98
|
* 是否备注 1是 0否
|
|
99
99
|
* @type {boolean}
|
|
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
|
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageAccessVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageAccessVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageAccessVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -41,16 +41,10 @@ export interface MaintenanceHistoryDto {
|
|
|
41
41
|
'status'?: MaintenanceHistoryDtoStatusEnum;
|
|
42
42
|
}
|
|
43
43
|
export declare const MaintenanceHistoryDtoStatusEnum: {
|
|
44
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
45
44
|
readonly Pending: "PENDING";
|
|
46
45
|
readonly InProgress: "IN_PROGRESS";
|
|
47
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
48
46
|
readonly Completed: "COMPLETED";
|
|
49
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
50
47
|
readonly Overdue: "OVERDUE";
|
|
51
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
52
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
53
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
54
48
|
readonly Closed: "CLOSED";
|
|
55
49
|
};
|
|
56
50
|
export type MaintenanceHistoryDtoStatusEnum = typeof MaintenanceHistoryDtoStatusEnum[keyof typeof MaintenanceHistoryDtoStatusEnum];
|
|
@@ -12,15 +12,9 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
export const MaintenanceHistoryDtoStatusEnum = {
|
|
15
|
-
InPreparation: 'IN_PREPARATION',
|
|
16
15
|
Pending: 'PENDING',
|
|
17
16
|
InProgress: 'IN_PROGRESS',
|
|
18
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
19
17
|
Completed: 'COMPLETED',
|
|
20
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
21
18
|
Overdue: 'OVERDUE',
|
|
22
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
23
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
24
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
25
19
|
Closed: 'CLOSED'
|
|
26
20
|
};
|
|
@@ -189,16 +189,10 @@ export interface PeriodDetailResp {
|
|
|
189
189
|
'workOrderDeptIds'?: Array<number>;
|
|
190
190
|
}
|
|
191
191
|
export declare const PeriodDetailRespWorkOrderStatusEnum: {
|
|
192
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
193
192
|
readonly Pending: "PENDING";
|
|
194
193
|
readonly InProgress: "IN_PROGRESS";
|
|
195
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
196
194
|
readonly Completed: "COMPLETED";
|
|
197
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
198
195
|
readonly Overdue: "OVERDUE";
|
|
199
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
200
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
201
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
202
196
|
readonly Closed: "CLOSED";
|
|
203
197
|
};
|
|
204
198
|
export type PeriodDetailRespWorkOrderStatusEnum = typeof PeriodDetailRespWorkOrderStatusEnum[keyof typeof PeriodDetailRespWorkOrderStatusEnum];
|
|
@@ -12,16 +12,10 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
export const PeriodDetailRespWorkOrderStatusEnum = {
|
|
15
|
-
InPreparation: 'IN_PREPARATION',
|
|
16
15
|
Pending: 'PENDING',
|
|
17
16
|
InProgress: 'IN_PROGRESS',
|
|
18
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
19
17
|
Completed: 'COMPLETED',
|
|
20
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
21
18
|
Overdue: 'OVERDUE',
|
|
22
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
23
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
24
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
25
19
|
Closed: 'CLOSED'
|
|
26
20
|
};
|
|
27
21
|
export const PeriodDetailRespSamplingResultsEnum = {
|
|
@@ -289,16 +289,10 @@ export interface WorkOrderDetailDTO {
|
|
|
289
289
|
'workOrderSource'?: WorkOrderSourceEnum;
|
|
290
290
|
}
|
|
291
291
|
export declare const WorkOrderDetailDTOWorkOrderStatusEnum: {
|
|
292
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
293
292
|
readonly Pending: "PENDING";
|
|
294
293
|
readonly InProgress: "IN_PROGRESS";
|
|
295
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
296
294
|
readonly Completed: "COMPLETED";
|
|
297
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
298
295
|
readonly Overdue: "OVERDUE";
|
|
299
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
300
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
301
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
302
296
|
readonly Closed: "CLOSED";
|
|
303
297
|
};
|
|
304
298
|
export type WorkOrderDetailDTOWorkOrderStatusEnum = typeof WorkOrderDetailDTOWorkOrderStatusEnum[keyof typeof WorkOrderDetailDTOWorkOrderStatusEnum];
|
|
@@ -12,16 +12,10 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
export const WorkOrderDetailDTOWorkOrderStatusEnum = {
|
|
15
|
-
InPreparation: 'IN_PREPARATION',
|
|
16
15
|
Pending: 'PENDING',
|
|
17
16
|
InProgress: 'IN_PROGRESS',
|
|
18
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
19
17
|
Completed: 'COMPLETED',
|
|
20
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
21
18
|
Overdue: 'OVERDUE',
|
|
22
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
23
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
24
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
25
19
|
Closed: 'CLOSED'
|
|
26
20
|
};
|
|
27
21
|
export const WorkOrderDetailDTOSamplingResultsEnum = {
|
|
@@ -47,22 +47,10 @@ export interface WorkOrderInspectionDetailDTO {
|
|
|
47
47
|
'abnormal'?: number;
|
|
48
48
|
/**
|
|
49
49
|
* 照片
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof WorkOrderInspectionDetailDTO
|
|
52
|
-
*/
|
|
53
|
-
'patrolPicture'?: string;
|
|
54
|
-
/**
|
|
55
|
-
* 照片
|
|
56
|
-
* @type {Array<string>}
|
|
57
|
-
* @memberof WorkOrderInspectionDetailDTO
|
|
58
|
-
*/
|
|
59
|
-
'patrolPictureExhibition'?: Array<string>;
|
|
60
|
-
/**
|
|
61
|
-
* 照片s
|
|
62
50
|
* @type {Array<string>}
|
|
63
51
|
* @memberof WorkOrderInspectionDetailDTO
|
|
64
52
|
*/
|
|
65
|
-
'
|
|
53
|
+
'patrolPicture'?: Array<string>;
|
|
66
54
|
/**
|
|
67
55
|
* id
|
|
68
56
|
* @type {number}
|
|
@@ -22,11 +22,11 @@ export interface WorkOrderInspectionItemReq {
|
|
|
22
22
|
*/
|
|
23
23
|
'workOrderInspectionItemId': number;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
25
|
+
* 照片
|
|
26
|
+
* @type {Array<string>}
|
|
27
27
|
* @memberof WorkOrderInspectionItemReq
|
|
28
28
|
*/
|
|
29
|
-
'photograph': string
|
|
29
|
+
'photograph': Array<string>;
|
|
30
30
|
/**
|
|
31
31
|
* 有无异常(true:有异常,false:无异常)
|
|
32
32
|
* @type {boolean}
|
|
@@ -109,16 +109,10 @@ export interface WorkOrderSearchDTO {
|
|
|
109
109
|
'inspectionException'?: boolean;
|
|
110
110
|
}
|
|
111
111
|
export declare const WorkOrderSearchDTOWorkOrderStatusEnum: {
|
|
112
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
113
112
|
readonly Pending: "PENDING";
|
|
114
113
|
readonly InProgress: "IN_PROGRESS";
|
|
115
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
116
114
|
readonly Completed: "COMPLETED";
|
|
117
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
118
115
|
readonly Overdue: "OVERDUE";
|
|
119
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
120
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
121
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
122
116
|
readonly Closed: "CLOSED";
|
|
123
117
|
};
|
|
124
118
|
export type WorkOrderSearchDTOWorkOrderStatusEnum = typeof WorkOrderSearchDTOWorkOrderStatusEnum[keyof typeof WorkOrderSearchDTOWorkOrderStatusEnum];
|
|
@@ -12,16 +12,10 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
export const WorkOrderSearchDTOWorkOrderStatusEnum = {
|
|
15
|
-
InPreparation: 'IN_PREPARATION',
|
|
16
15
|
Pending: 'PENDING',
|
|
17
16
|
InProgress: 'IN_PROGRESS',
|
|
18
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
19
17
|
Completed: 'COMPLETED',
|
|
20
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
21
18
|
Overdue: 'OVERDUE',
|
|
22
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
23
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
24
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
25
19
|
Closed: 'CLOSED'
|
|
26
20
|
};
|
|
27
21
|
export const WorkOrderSearchDTOSamplingResultsEnum = {
|
|
@@ -65,12 +65,6 @@ export interface GetUserWx200Response {
|
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
67
|
'bufferSize'?: number;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {object}
|
|
71
|
-
* @memberof GetUserWx200Response
|
|
72
|
-
*/
|
|
73
|
-
'writer'?: object;
|
|
74
68
|
/**
|
|
75
69
|
*
|
|
76
70
|
* @type {number}
|
|
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
|
|
|
89
83
|
* @memberof GetUserWx200Response
|
|
90
84
|
*/
|
|
91
85
|
'characterEncoding'?: string;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {object}
|
|
89
|
+
* @memberof GetUserWx200Response
|
|
90
|
+
*/
|
|
91
|
+
'writer'?: object;
|
|
92
92
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -794,8 +794,6 @@ export * from './white-black-del-vo';
|
|
|
794
794
|
export * from './white-edit-vo';
|
|
795
795
|
export * from './white-search-vo';
|
|
796
796
|
export * from './work-order-add-vo';
|
|
797
|
-
export * from './work-order-check-before-acceptance-adopt-vo';
|
|
798
|
-
export * from './work-order-check-before-acceptance-no-vo';
|
|
799
797
|
export * from './work-order-circulation-vo';
|
|
800
798
|
export * from './work-order-comment-dto';
|
|
801
799
|
export * from './work-order-comment-entity';
|
package/dist/models/index.js
CHANGED
|
@@ -810,8 +810,6 @@ __exportStar(require("./white-black-del-vo"), exports);
|
|
|
810
810
|
__exportStar(require("./white-edit-vo"), exports);
|
|
811
811
|
__exportStar(require("./white-search-vo"), exports);
|
|
812
812
|
__exportStar(require("./work-order-add-vo"), exports);
|
|
813
|
-
__exportStar(require("./work-order-check-before-acceptance-adopt-vo"), exports);
|
|
814
|
-
__exportStar(require("./work-order-check-before-acceptance-no-vo"), exports);
|
|
815
813
|
__exportStar(require("./work-order-circulation-vo"), exports);
|
|
816
814
|
__exportStar(require("./work-order-comment-dto"), exports);
|
|
817
815
|
__exportStar(require("./work-order-comment-entity"), exports);
|
|
@@ -23,10 +23,10 @@ export interface InspectionItemBO {
|
|
|
23
23
|
'id'?: number;
|
|
24
24
|
/**
|
|
25
25
|
* 是否异常
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {boolean}
|
|
27
27
|
* @memberof InspectionItemBO
|
|
28
28
|
*/
|
|
29
|
-
'abnormal'?:
|
|
29
|
+
'abnormal'?: boolean;
|
|
30
30
|
/**
|
|
31
31
|
* 异常原因
|
|
32
32
|
* @type {string}
|
|
@@ -39,18 +39,12 @@ export interface InspectionItemBO {
|
|
|
39
39
|
* @memberof InspectionItemBO
|
|
40
40
|
*/
|
|
41
41
|
'patrolPicture'?: Array<string>;
|
|
42
|
-
/**
|
|
43
|
-
* 照片String
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof InspectionItemBO
|
|
46
|
-
*/
|
|
47
|
-
'patrolPictureString'?: string;
|
|
48
42
|
/**
|
|
49
43
|
* 抄表值
|
|
50
|
-
* @type {
|
|
44
|
+
* @type {number}
|
|
51
45
|
* @memberof InspectionItemBO
|
|
52
46
|
*/
|
|
53
|
-
'whetherValue'?:
|
|
47
|
+
'whetherValue'?: number;
|
|
54
48
|
/**
|
|
55
49
|
* 备注
|
|
56
50
|
* @type {string}
|