@gizone/rrs-client 4.1.0-alpha.133 → 4.1.0-alpha.134
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 +1 -0
- package/apis/work-order-api.ts +264 -0
- package/dist/apis/work-order-api.d.ts +162 -0
- package/dist/apis/work-order-api.js +148 -1
- package/dist/esm/apis/work-order-api.d.ts +162 -0
- package/dist/esm/apis/work-order-api.js +147 -0
- package/dist/esm/models/equipment-work-order-statistics.d.ts +30 -0
- package/dist/esm/models/equipment-work-order-statistics.js +14 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/index.d.ts +1 -0
- package/dist/esm/models/index.js +1 -0
- package/dist/esm/models/ipage-access-vo.d.ts +4 -4
- package/dist/esm/models/surveillance-details-dto.d.ts +7 -0
- package/dist/esm/models/work-order-search-dto.d.ts +9 -2
- package/dist/models/equipment-work-order-statistics.d.ts +30 -0
- package/dist/models/equipment-work-order-statistics.js +15 -0
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/dist/models/ipage-access-vo.d.ts +4 -4
- package/dist/models/surveillance-details-dto.d.ts +7 -0
- package/dist/models/work-order-search-dto.d.ts +9 -2
- package/models/equipment-work-order-statistics.ts +36 -0
- package/models/get-user-wx200-response.ts +6 -6
- package/models/index.ts +1 -0
- package/models/ipage-access-vo.ts +4 -4
- package/models/surveillance-details-dto.ts +9 -0
- package/models/work-order-search-dto.ts +11 -2
- package/package.json +1 -1
|
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.WorkOrderListSamplingResultsEnum = exports.WorkOrderListWorkOrderStatusEnum = exports.PlanListPlanTypeEnum = exports.ExportWorkOrderSamplingResultsEnum = exports.ExportWorkOrderWorkOrderStatusEnum = exports.WorkOrderApi = exports.WorkOrderApiFactory = exports.WorkOrderApiFp = exports.WorkOrderApiAxiosParamCreator = void 0;
|
|
25
|
+
exports.WorkOrderListSamplingResultsEnum = exports.WorkOrderListWorkOrderStatusEnum = exports.PublicWorkOrderListSamplingResultsEnum = exports.PublicWorkOrderListWorkOrderStatusEnum = exports.PlanListPlanTypeEnum = exports.ExportWorkOrderSamplingResultsEnum = exports.ExportWorkOrderWorkOrderStatusEnum = exports.WorkOrderApi = exports.WorkOrderApiFactory = exports.WorkOrderApiFp = exports.WorkOrderApiAxiosParamCreator = void 0;
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
@@ -752,6 +752,86 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
752
752
|
options: localVarRequestOptions,
|
|
753
753
|
};
|
|
754
754
|
}),
|
|
755
|
+
/**
|
|
756
|
+
*
|
|
757
|
+
* @summary 工单管理列表-没有数据权限
|
|
758
|
+
* @param {string} [workOrderName] 工单号/工单名称
|
|
759
|
+
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
760
|
+
* @param {PublicWorkOrderListWorkOrderStatusEnum} [workOrderStatus] 工单状态
|
|
761
|
+
* @param {string} [startTime] 发起时间(开始)
|
|
762
|
+
* @param {string} [endTime] 发起时间(结束)
|
|
763
|
+
* @param {number} [handlerUserId] 处理人ID
|
|
764
|
+
* @param {number} [parkId] 园区ID
|
|
765
|
+
* @param {PublicWorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
|
|
766
|
+
* @param {number} [executionDeptId] 执行部门ID(传-1代表查询无执行部门的工单)
|
|
767
|
+
* @param {boolean} [inspectionException] 是否异常
|
|
768
|
+
* @param {number} [equipmentId] 设备ID
|
|
769
|
+
* @param {number} [page] 当前页码
|
|
770
|
+
* @param {number} [pageSize] 每页数量
|
|
771
|
+
* @param {*} [options] Override http request option.
|
|
772
|
+
* @throws {RequiredError}
|
|
773
|
+
*/
|
|
774
|
+
publicWorkOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatus_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, samplingResults_1, executionDeptId_1, inspectionException_1, equipmentId_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatus_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, samplingResults_1, executionDeptId_1, inspectionException_1, equipmentId_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatus, startTime, endTime, handlerUserId, parkId, samplingResults, executionDeptId, inspectionException, equipmentId, page, pageSize, options = {}) {
|
|
775
|
+
const localVarPath = `/gizone/workOrder/public/list`;
|
|
776
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
777
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
778
|
+
let baseOptions;
|
|
779
|
+
if (configuration) {
|
|
780
|
+
baseOptions = configuration.baseOptions;
|
|
781
|
+
}
|
|
782
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
783
|
+
const localVarHeaderParameter = {};
|
|
784
|
+
const localVarQueryParameter = {};
|
|
785
|
+
// authentication tokenScheme required
|
|
786
|
+
// http bearer authentication required
|
|
787
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
788
|
+
if (workOrderName !== undefined) {
|
|
789
|
+
localVarQueryParameter['workOrderName'] = workOrderName;
|
|
790
|
+
}
|
|
791
|
+
if (workOrderTypes) {
|
|
792
|
+
localVarQueryParameter['workOrderTypes'] = workOrderTypes;
|
|
793
|
+
}
|
|
794
|
+
if (workOrderStatus !== undefined) {
|
|
795
|
+
localVarQueryParameter['workOrderStatus'] = workOrderStatus;
|
|
796
|
+
}
|
|
797
|
+
if (startTime !== undefined) {
|
|
798
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
799
|
+
}
|
|
800
|
+
if (endTime !== undefined) {
|
|
801
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
802
|
+
}
|
|
803
|
+
if (handlerUserId !== undefined) {
|
|
804
|
+
localVarQueryParameter['handlerUserId'] = handlerUserId;
|
|
805
|
+
}
|
|
806
|
+
if (parkId !== undefined) {
|
|
807
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
808
|
+
}
|
|
809
|
+
if (samplingResults !== undefined) {
|
|
810
|
+
localVarQueryParameter['samplingResults'] = samplingResults;
|
|
811
|
+
}
|
|
812
|
+
if (executionDeptId !== undefined) {
|
|
813
|
+
localVarQueryParameter['executionDeptId'] = executionDeptId;
|
|
814
|
+
}
|
|
815
|
+
if (inspectionException !== undefined) {
|
|
816
|
+
localVarQueryParameter['inspectionException'] = inspectionException;
|
|
817
|
+
}
|
|
818
|
+
if (equipmentId !== undefined) {
|
|
819
|
+
localVarQueryParameter['equipmentId'] = equipmentId;
|
|
820
|
+
}
|
|
821
|
+
if (page !== undefined) {
|
|
822
|
+
localVarQueryParameter['page'] = page;
|
|
823
|
+
}
|
|
824
|
+
if (pageSize !== undefined) {
|
|
825
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
826
|
+
}
|
|
827
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
828
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
829
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
830
|
+
return {
|
|
831
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
832
|
+
options: localVarRequestOptions,
|
|
833
|
+
};
|
|
834
|
+
}),
|
|
755
835
|
/**
|
|
756
836
|
*
|
|
757
837
|
* @summary 二维码详情
|
|
@@ -2202,6 +2282,34 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2202
2282
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2203
2283
|
});
|
|
2204
2284
|
},
|
|
2285
|
+
/**
|
|
2286
|
+
*
|
|
2287
|
+
* @summary 工单管理列表-没有数据权限
|
|
2288
|
+
* @param {string} [workOrderName] 工单号/工单名称
|
|
2289
|
+
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
2290
|
+
* @param {PublicWorkOrderListWorkOrderStatusEnum} [workOrderStatus] 工单状态
|
|
2291
|
+
* @param {string} [startTime] 发起时间(开始)
|
|
2292
|
+
* @param {string} [endTime] 发起时间(结束)
|
|
2293
|
+
* @param {number} [handlerUserId] 处理人ID
|
|
2294
|
+
* @param {number} [parkId] 园区ID
|
|
2295
|
+
* @param {PublicWorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
|
|
2296
|
+
* @param {number} [executionDeptId] 执行部门ID(传-1代表查询无执行部门的工单)
|
|
2297
|
+
* @param {boolean} [inspectionException] 是否异常
|
|
2298
|
+
* @param {number} [equipmentId] 设备ID
|
|
2299
|
+
* @param {number} [page] 当前页码
|
|
2300
|
+
* @param {number} [pageSize] 每页数量
|
|
2301
|
+
* @param {*} [options] Override http request option.
|
|
2302
|
+
* @throws {RequiredError}
|
|
2303
|
+
*/
|
|
2304
|
+
publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatus, startTime, endTime, handlerUserId, parkId, samplingResults, executionDeptId, inspectionException, equipmentId, page, pageSize, options) {
|
|
2305
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2306
|
+
var _a, _b, _c;
|
|
2307
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatus, startTime, endTime, handlerUserId, parkId, samplingResults, executionDeptId, inspectionException, equipmentId, page, pageSize, options);
|
|
2308
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2309
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.publicWorkOrderList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2310
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2311
|
+
});
|
|
2312
|
+
},
|
|
2205
2313
|
/**
|
|
2206
2314
|
*
|
|
2207
2315
|
* @summary 二维码详情
|
|
@@ -2922,6 +3030,16 @@ const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
2922
3030
|
processWorkOrder(requestParameters, options) {
|
|
2923
3031
|
return localVarFp.processWorkOrder(requestParameters.workOrderId, requestParameters.processWorkOrderVo, options).then((request) => request(axios, basePath));
|
|
2924
3032
|
},
|
|
3033
|
+
/**
|
|
3034
|
+
*
|
|
3035
|
+
* @summary 工单管理列表-没有数据权限
|
|
3036
|
+
* @param {WorkOrderApiPublicWorkOrderListRequest} requestParameters Request parameters.
|
|
3037
|
+
* @param {*} [options] Override http request option.
|
|
3038
|
+
* @throws {RequiredError}
|
|
3039
|
+
*/
|
|
3040
|
+
publicWorkOrderList(requestParameters = {}, options) {
|
|
3041
|
+
return localVarFp.publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatus, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.samplingResults, requestParameters.executionDeptId, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3042
|
+
},
|
|
2925
3043
|
/**
|
|
2926
3044
|
*
|
|
2927
3045
|
* @summary 二维码详情
|
|
@@ -3451,6 +3569,17 @@ class WorkOrderApi extends base_1.BaseAPI {
|
|
|
3451
3569
|
processWorkOrder(requestParameters, options) {
|
|
3452
3570
|
return (0, exports.WorkOrderApiFp)(this.configuration).processWorkOrder(requestParameters.workOrderId, requestParameters.processWorkOrderVo, options).then((request) => request(this.axios, this.basePath));
|
|
3453
3571
|
}
|
|
3572
|
+
/**
|
|
3573
|
+
*
|
|
3574
|
+
* @summary 工单管理列表-没有数据权限
|
|
3575
|
+
* @param {WorkOrderApiPublicWorkOrderListRequest} requestParameters Request parameters.
|
|
3576
|
+
* @param {*} [options] Override http request option.
|
|
3577
|
+
* @throws {RequiredError}
|
|
3578
|
+
* @memberof WorkOrderApi
|
|
3579
|
+
*/
|
|
3580
|
+
publicWorkOrderList(requestParameters = {}, options) {
|
|
3581
|
+
return (0, exports.WorkOrderApiFp)(this.configuration).publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatus, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.samplingResults, requestParameters.executionDeptId, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
3582
|
+
}
|
|
3454
3583
|
/**
|
|
3455
3584
|
*
|
|
3456
3585
|
* @summary 二维码详情
|
|
@@ -3821,6 +3950,24 @@ exports.PlanListPlanTypeEnum = {
|
|
|
3821
3950
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
3822
3951
|
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
3823
3952
|
};
|
|
3953
|
+
/**
|
|
3954
|
+
* @export
|
|
3955
|
+
*/
|
|
3956
|
+
exports.PublicWorkOrderListWorkOrderStatusEnum = {
|
|
3957
|
+
Pending: 'PENDING',
|
|
3958
|
+
InProgress: 'IN_PROGRESS',
|
|
3959
|
+
Completed: 'COMPLETED',
|
|
3960
|
+
Overdue: 'OVERDUE',
|
|
3961
|
+
Closed: 'CLOSED'
|
|
3962
|
+
};
|
|
3963
|
+
/**
|
|
3964
|
+
* @export
|
|
3965
|
+
*/
|
|
3966
|
+
exports.PublicWorkOrderListSamplingResultsEnum = {
|
|
3967
|
+
Zero: 'ZERO',
|
|
3968
|
+
One: 'ONE',
|
|
3969
|
+
Two: 'TWO'
|
|
3970
|
+
};
|
|
3824
3971
|
/**
|
|
3825
3972
|
* @export
|
|
3826
3973
|
*/
|
|
@@ -236,6 +236,26 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
236
236
|
* @throws {RequiredError}
|
|
237
237
|
*/
|
|
238
238
|
processWorkOrder: (workOrderId: number, processWorkOrderVo: ProcessWorkOrderVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
239
|
+
/**
|
|
240
|
+
*
|
|
241
|
+
* @summary 工单管理列表-没有数据权限
|
|
242
|
+
* @param {string} [workOrderName] 工单号/工单名称
|
|
243
|
+
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
244
|
+
* @param {PublicWorkOrderListWorkOrderStatusEnum} [workOrderStatus] 工单状态
|
|
245
|
+
* @param {string} [startTime] 发起时间(开始)
|
|
246
|
+
* @param {string} [endTime] 发起时间(结束)
|
|
247
|
+
* @param {number} [handlerUserId] 处理人ID
|
|
248
|
+
* @param {number} [parkId] 园区ID
|
|
249
|
+
* @param {PublicWorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
|
|
250
|
+
* @param {number} [executionDeptId] 执行部门ID(传-1代表查询无执行部门的工单)
|
|
251
|
+
* @param {boolean} [inspectionException] 是否异常
|
|
252
|
+
* @param {number} [equipmentId] 设备ID
|
|
253
|
+
* @param {number} [page] 当前页码
|
|
254
|
+
* @param {number} [pageSize] 每页数量
|
|
255
|
+
* @param {*} [options] Override http request option.
|
|
256
|
+
* @throws {RequiredError}
|
|
257
|
+
*/
|
|
258
|
+
publicWorkOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatus?: PublicWorkOrderListWorkOrderStatusEnum, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: PublicWorkOrderListSamplingResultsEnum, executionDeptId?: number, inspectionException?: boolean, equipmentId?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
239
259
|
/**
|
|
240
260
|
*
|
|
241
261
|
* @summary 二维码详情
|
|
@@ -686,6 +706,26 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
686
706
|
* @throws {RequiredError}
|
|
687
707
|
*/
|
|
688
708
|
processWorkOrder(workOrderId: number, processWorkOrderVo: ProcessWorkOrderVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
709
|
+
/**
|
|
710
|
+
*
|
|
711
|
+
* @summary 工单管理列表-没有数据权限
|
|
712
|
+
* @param {string} [workOrderName] 工单号/工单名称
|
|
713
|
+
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
714
|
+
* @param {PublicWorkOrderListWorkOrderStatusEnum} [workOrderStatus] 工单状态
|
|
715
|
+
* @param {string} [startTime] 发起时间(开始)
|
|
716
|
+
* @param {string} [endTime] 发起时间(结束)
|
|
717
|
+
* @param {number} [handlerUserId] 处理人ID
|
|
718
|
+
* @param {number} [parkId] 园区ID
|
|
719
|
+
* @param {PublicWorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
|
|
720
|
+
* @param {number} [executionDeptId] 执行部门ID(传-1代表查询无执行部门的工单)
|
|
721
|
+
* @param {boolean} [inspectionException] 是否异常
|
|
722
|
+
* @param {number} [equipmentId] 设备ID
|
|
723
|
+
* @param {number} [page] 当前页码
|
|
724
|
+
* @param {number} [pageSize] 每页数量
|
|
725
|
+
* @param {*} [options] Override http request option.
|
|
726
|
+
* @throws {RequiredError}
|
|
727
|
+
*/
|
|
728
|
+
publicWorkOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatus?: PublicWorkOrderListWorkOrderStatusEnum, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: PublicWorkOrderListSamplingResultsEnum, executionDeptId?: number, inspectionException?: boolean, equipmentId?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
689
729
|
/**
|
|
690
730
|
*
|
|
691
731
|
* @summary 二维码详情
|
|
@@ -1116,6 +1156,14 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
1116
1156
|
* @throws {RequiredError}
|
|
1117
1157
|
*/
|
|
1118
1158
|
processWorkOrder(requestParameters: WorkOrderApiProcessWorkOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
1159
|
+
/**
|
|
1160
|
+
*
|
|
1161
|
+
* @summary 工单管理列表-没有数据权限
|
|
1162
|
+
* @param {WorkOrderApiPublicWorkOrderListRequest} requestParameters Request parameters.
|
|
1163
|
+
* @param {*} [options] Override http request option.
|
|
1164
|
+
* @throws {RequiredError}
|
|
1165
|
+
*/
|
|
1166
|
+
publicWorkOrderList(requestParameters?: WorkOrderApiPublicWorkOrderListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>;
|
|
1119
1167
|
/**
|
|
1120
1168
|
*
|
|
1121
1169
|
* @summary 二维码详情
|
|
@@ -1732,6 +1780,91 @@ export interface WorkOrderApiProcessWorkOrderRequest {
|
|
|
1732
1780
|
*/
|
|
1733
1781
|
readonly processWorkOrderVo: ProcessWorkOrderVo;
|
|
1734
1782
|
}
|
|
1783
|
+
/**
|
|
1784
|
+
* Request parameters for publicWorkOrderList operation in WorkOrderApi.
|
|
1785
|
+
* @export
|
|
1786
|
+
* @interface WorkOrderApiPublicWorkOrderListRequest
|
|
1787
|
+
*/
|
|
1788
|
+
export interface WorkOrderApiPublicWorkOrderListRequest {
|
|
1789
|
+
/**
|
|
1790
|
+
* 工单号/工单名称
|
|
1791
|
+
* @type {string}
|
|
1792
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1793
|
+
*/
|
|
1794
|
+
readonly workOrderName?: string;
|
|
1795
|
+
/**
|
|
1796
|
+
* 工单类型数组
|
|
1797
|
+
* @type {Array<WorkOrderTypeEnum>}
|
|
1798
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1799
|
+
*/
|
|
1800
|
+
readonly workOrderTypes?: Array<WorkOrderTypeEnum>;
|
|
1801
|
+
/**
|
|
1802
|
+
* 工单状态
|
|
1803
|
+
* @type {'PENDING' | 'IN_PROGRESS' | 'COMPLETED' | 'OVERDUE' | 'CLOSED'}
|
|
1804
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1805
|
+
*/
|
|
1806
|
+
readonly workOrderStatus?: PublicWorkOrderListWorkOrderStatusEnum;
|
|
1807
|
+
/**
|
|
1808
|
+
* 发起时间(开始)
|
|
1809
|
+
* @type {string}
|
|
1810
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1811
|
+
*/
|
|
1812
|
+
readonly startTime?: string;
|
|
1813
|
+
/**
|
|
1814
|
+
* 发起时间(结束)
|
|
1815
|
+
* @type {string}
|
|
1816
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1817
|
+
*/
|
|
1818
|
+
readonly endTime?: string;
|
|
1819
|
+
/**
|
|
1820
|
+
* 处理人ID
|
|
1821
|
+
* @type {number}
|
|
1822
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1823
|
+
*/
|
|
1824
|
+
readonly handlerUserId?: number;
|
|
1825
|
+
/**
|
|
1826
|
+
* 园区ID
|
|
1827
|
+
* @type {number}
|
|
1828
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1829
|
+
*/
|
|
1830
|
+
readonly parkId?: number;
|
|
1831
|
+
/**
|
|
1832
|
+
* 抽检状态
|
|
1833
|
+
* @type {'ZERO' | 'ONE' | 'TWO'}
|
|
1834
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1835
|
+
*/
|
|
1836
|
+
readonly samplingResults?: PublicWorkOrderListSamplingResultsEnum;
|
|
1837
|
+
/**
|
|
1838
|
+
* 执行部门ID(传-1代表查询无执行部门的工单)
|
|
1839
|
+
* @type {number}
|
|
1840
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1841
|
+
*/
|
|
1842
|
+
readonly executionDeptId?: number;
|
|
1843
|
+
/**
|
|
1844
|
+
* 是否异常
|
|
1845
|
+
* @type {boolean}
|
|
1846
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1847
|
+
*/
|
|
1848
|
+
readonly inspectionException?: boolean;
|
|
1849
|
+
/**
|
|
1850
|
+
* 设备ID
|
|
1851
|
+
* @type {number}
|
|
1852
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1853
|
+
*/
|
|
1854
|
+
readonly equipmentId?: number;
|
|
1855
|
+
/**
|
|
1856
|
+
* 当前页码
|
|
1857
|
+
* @type {number}
|
|
1858
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1859
|
+
*/
|
|
1860
|
+
readonly page?: number;
|
|
1861
|
+
/**
|
|
1862
|
+
* 每页数量
|
|
1863
|
+
* @type {number}
|
|
1864
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1865
|
+
*/
|
|
1866
|
+
readonly pageSize?: number;
|
|
1867
|
+
}
|
|
1735
1868
|
/**
|
|
1736
1869
|
* Request parameters for qrCodeDetail operation in WorkOrderApi.
|
|
1737
1870
|
* @export
|
|
@@ -2457,6 +2590,15 @@ export declare class WorkOrderApi extends BaseAPI {
|
|
|
2457
2590
|
* @memberof WorkOrderApi
|
|
2458
2591
|
*/
|
|
2459
2592
|
processWorkOrder(requestParameters: WorkOrderApiProcessWorkOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
|
|
2593
|
+
/**
|
|
2594
|
+
*
|
|
2595
|
+
* @summary 工单管理列表-没有数据权限
|
|
2596
|
+
* @param {WorkOrderApiPublicWorkOrderListRequest} requestParameters Request parameters.
|
|
2597
|
+
* @param {*} [options] Override http request option.
|
|
2598
|
+
* @throws {RequiredError}
|
|
2599
|
+
* @memberof WorkOrderApi
|
|
2600
|
+
*/
|
|
2601
|
+
publicWorkOrderList(requestParameters?: WorkOrderApiPublicWorkOrderListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoWorkOrderSearchDTO, any>>;
|
|
2460
2602
|
/**
|
|
2461
2603
|
*
|
|
2462
2604
|
* @summary 二维码详情
|
|
@@ -2767,6 +2909,26 @@ export declare const PlanListPlanTypeEnum: {
|
|
|
2767
2909
|
readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
|
|
2768
2910
|
};
|
|
2769
2911
|
export type PlanListPlanTypeEnum = typeof PlanListPlanTypeEnum[keyof typeof PlanListPlanTypeEnum];
|
|
2912
|
+
/**
|
|
2913
|
+
* @export
|
|
2914
|
+
*/
|
|
2915
|
+
export declare const PublicWorkOrderListWorkOrderStatusEnum: {
|
|
2916
|
+
readonly Pending: "PENDING";
|
|
2917
|
+
readonly InProgress: "IN_PROGRESS";
|
|
2918
|
+
readonly Completed: "COMPLETED";
|
|
2919
|
+
readonly Overdue: "OVERDUE";
|
|
2920
|
+
readonly Closed: "CLOSED";
|
|
2921
|
+
};
|
|
2922
|
+
export type PublicWorkOrderListWorkOrderStatusEnum = typeof PublicWorkOrderListWorkOrderStatusEnum[keyof typeof PublicWorkOrderListWorkOrderStatusEnum];
|
|
2923
|
+
/**
|
|
2924
|
+
* @export
|
|
2925
|
+
*/
|
|
2926
|
+
export declare const PublicWorkOrderListSamplingResultsEnum: {
|
|
2927
|
+
readonly Zero: "ZERO";
|
|
2928
|
+
readonly One: "ONE";
|
|
2929
|
+
readonly Two: "TWO";
|
|
2930
|
+
};
|
|
2931
|
+
export type PublicWorkOrderListSamplingResultsEnum = typeof PublicWorkOrderListSamplingResultsEnum[keyof typeof PublicWorkOrderListSamplingResultsEnum];
|
|
2770
2932
|
/**
|
|
2771
2933
|
* @export
|
|
2772
2934
|
*/
|
|
@@ -749,6 +749,86 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
749
749
|
options: localVarRequestOptions,
|
|
750
750
|
};
|
|
751
751
|
}),
|
|
752
|
+
/**
|
|
753
|
+
*
|
|
754
|
+
* @summary 工单管理列表-没有数据权限
|
|
755
|
+
* @param {string} [workOrderName] 工单号/工单名称
|
|
756
|
+
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
757
|
+
* @param {PublicWorkOrderListWorkOrderStatusEnum} [workOrderStatus] 工单状态
|
|
758
|
+
* @param {string} [startTime] 发起时间(开始)
|
|
759
|
+
* @param {string} [endTime] 发起时间(结束)
|
|
760
|
+
* @param {number} [handlerUserId] 处理人ID
|
|
761
|
+
* @param {number} [parkId] 园区ID
|
|
762
|
+
* @param {PublicWorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
|
|
763
|
+
* @param {number} [executionDeptId] 执行部门ID(传-1代表查询无执行部门的工单)
|
|
764
|
+
* @param {boolean} [inspectionException] 是否异常
|
|
765
|
+
* @param {number} [equipmentId] 设备ID
|
|
766
|
+
* @param {number} [page] 当前页码
|
|
767
|
+
* @param {number} [pageSize] 每页数量
|
|
768
|
+
* @param {*} [options] Override http request option.
|
|
769
|
+
* @throws {RequiredError}
|
|
770
|
+
*/
|
|
771
|
+
publicWorkOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatus_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, samplingResults_1, executionDeptId_1, inspectionException_1, equipmentId_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatus_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, samplingResults_1, executionDeptId_1, inspectionException_1, equipmentId_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatus, startTime, endTime, handlerUserId, parkId, samplingResults, executionDeptId, inspectionException, equipmentId, page, pageSize, options = {}) {
|
|
772
|
+
const localVarPath = `/gizone/workOrder/public/list`;
|
|
773
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
774
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
775
|
+
let baseOptions;
|
|
776
|
+
if (configuration) {
|
|
777
|
+
baseOptions = configuration.baseOptions;
|
|
778
|
+
}
|
|
779
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
780
|
+
const localVarHeaderParameter = {};
|
|
781
|
+
const localVarQueryParameter = {};
|
|
782
|
+
// authentication tokenScheme required
|
|
783
|
+
// http bearer authentication required
|
|
784
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
785
|
+
if (workOrderName !== undefined) {
|
|
786
|
+
localVarQueryParameter['workOrderName'] = workOrderName;
|
|
787
|
+
}
|
|
788
|
+
if (workOrderTypes) {
|
|
789
|
+
localVarQueryParameter['workOrderTypes'] = workOrderTypes;
|
|
790
|
+
}
|
|
791
|
+
if (workOrderStatus !== undefined) {
|
|
792
|
+
localVarQueryParameter['workOrderStatus'] = workOrderStatus;
|
|
793
|
+
}
|
|
794
|
+
if (startTime !== undefined) {
|
|
795
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
796
|
+
}
|
|
797
|
+
if (endTime !== undefined) {
|
|
798
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
799
|
+
}
|
|
800
|
+
if (handlerUserId !== undefined) {
|
|
801
|
+
localVarQueryParameter['handlerUserId'] = handlerUserId;
|
|
802
|
+
}
|
|
803
|
+
if (parkId !== undefined) {
|
|
804
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
805
|
+
}
|
|
806
|
+
if (samplingResults !== undefined) {
|
|
807
|
+
localVarQueryParameter['samplingResults'] = samplingResults;
|
|
808
|
+
}
|
|
809
|
+
if (executionDeptId !== undefined) {
|
|
810
|
+
localVarQueryParameter['executionDeptId'] = executionDeptId;
|
|
811
|
+
}
|
|
812
|
+
if (inspectionException !== undefined) {
|
|
813
|
+
localVarQueryParameter['inspectionException'] = inspectionException;
|
|
814
|
+
}
|
|
815
|
+
if (equipmentId !== undefined) {
|
|
816
|
+
localVarQueryParameter['equipmentId'] = equipmentId;
|
|
817
|
+
}
|
|
818
|
+
if (page !== undefined) {
|
|
819
|
+
localVarQueryParameter['page'] = page;
|
|
820
|
+
}
|
|
821
|
+
if (pageSize !== undefined) {
|
|
822
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
823
|
+
}
|
|
824
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
825
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
826
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
827
|
+
return {
|
|
828
|
+
url: toPathString(localVarUrlObj),
|
|
829
|
+
options: localVarRequestOptions,
|
|
830
|
+
};
|
|
831
|
+
}),
|
|
752
832
|
/**
|
|
753
833
|
*
|
|
754
834
|
* @summary 二维码详情
|
|
@@ -2198,6 +2278,34 @@ export const WorkOrderApiFp = function (configuration) {
|
|
|
2198
2278
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2199
2279
|
});
|
|
2200
2280
|
},
|
|
2281
|
+
/**
|
|
2282
|
+
*
|
|
2283
|
+
* @summary 工单管理列表-没有数据权限
|
|
2284
|
+
* @param {string} [workOrderName] 工单号/工单名称
|
|
2285
|
+
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
2286
|
+
* @param {PublicWorkOrderListWorkOrderStatusEnum} [workOrderStatus] 工单状态
|
|
2287
|
+
* @param {string} [startTime] 发起时间(开始)
|
|
2288
|
+
* @param {string} [endTime] 发起时间(结束)
|
|
2289
|
+
* @param {number} [handlerUserId] 处理人ID
|
|
2290
|
+
* @param {number} [parkId] 园区ID
|
|
2291
|
+
* @param {PublicWorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
|
|
2292
|
+
* @param {number} [executionDeptId] 执行部门ID(传-1代表查询无执行部门的工单)
|
|
2293
|
+
* @param {boolean} [inspectionException] 是否异常
|
|
2294
|
+
* @param {number} [equipmentId] 设备ID
|
|
2295
|
+
* @param {number} [page] 当前页码
|
|
2296
|
+
* @param {number} [pageSize] 每页数量
|
|
2297
|
+
* @param {*} [options] Override http request option.
|
|
2298
|
+
* @throws {RequiredError}
|
|
2299
|
+
*/
|
|
2300
|
+
publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatus, startTime, endTime, handlerUserId, parkId, samplingResults, executionDeptId, inspectionException, equipmentId, page, pageSize, options) {
|
|
2301
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2302
|
+
var _a, _b, _c;
|
|
2303
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatus, startTime, endTime, handlerUserId, parkId, samplingResults, executionDeptId, inspectionException, equipmentId, page, pageSize, options);
|
|
2304
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2305
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.publicWorkOrderList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2306
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2307
|
+
});
|
|
2308
|
+
},
|
|
2201
2309
|
/**
|
|
2202
2310
|
*
|
|
2203
2311
|
* @summary 二维码详情
|
|
@@ -2917,6 +3025,16 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
2917
3025
|
processWorkOrder(requestParameters, options) {
|
|
2918
3026
|
return localVarFp.processWorkOrder(requestParameters.workOrderId, requestParameters.processWorkOrderVo, options).then((request) => request(axios, basePath));
|
|
2919
3027
|
},
|
|
3028
|
+
/**
|
|
3029
|
+
*
|
|
3030
|
+
* @summary 工单管理列表-没有数据权限
|
|
3031
|
+
* @param {WorkOrderApiPublicWorkOrderListRequest} requestParameters Request parameters.
|
|
3032
|
+
* @param {*} [options] Override http request option.
|
|
3033
|
+
* @throws {RequiredError}
|
|
3034
|
+
*/
|
|
3035
|
+
publicWorkOrderList(requestParameters = {}, options) {
|
|
3036
|
+
return localVarFp.publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatus, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.samplingResults, requestParameters.executionDeptId, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3037
|
+
},
|
|
2920
3038
|
/**
|
|
2921
3039
|
*
|
|
2922
3040
|
* @summary 二维码详情
|
|
@@ -3445,6 +3563,17 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
3445
3563
|
processWorkOrder(requestParameters, options) {
|
|
3446
3564
|
return WorkOrderApiFp(this.configuration).processWorkOrder(requestParameters.workOrderId, requestParameters.processWorkOrderVo, options).then((request) => request(this.axios, this.basePath));
|
|
3447
3565
|
}
|
|
3566
|
+
/**
|
|
3567
|
+
*
|
|
3568
|
+
* @summary 工单管理列表-没有数据权限
|
|
3569
|
+
* @param {WorkOrderApiPublicWorkOrderListRequest} requestParameters Request parameters.
|
|
3570
|
+
* @param {*} [options] Override http request option.
|
|
3571
|
+
* @throws {RequiredError}
|
|
3572
|
+
* @memberof WorkOrderApi
|
|
3573
|
+
*/
|
|
3574
|
+
publicWorkOrderList(requestParameters = {}, options) {
|
|
3575
|
+
return WorkOrderApiFp(this.configuration).publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatus, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.samplingResults, requestParameters.executionDeptId, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
3576
|
+
}
|
|
3448
3577
|
/**
|
|
3449
3578
|
*
|
|
3450
3579
|
* @summary 二维码详情
|
|
@@ -3814,6 +3943,24 @@ export const PlanListPlanTypeEnum = {
|
|
|
3814
3943
|
PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
3815
3944
|
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
|
|
3816
3945
|
};
|
|
3946
|
+
/**
|
|
3947
|
+
* @export
|
|
3948
|
+
*/
|
|
3949
|
+
export const PublicWorkOrderListWorkOrderStatusEnum = {
|
|
3950
|
+
Pending: 'PENDING',
|
|
3951
|
+
InProgress: 'IN_PROGRESS',
|
|
3952
|
+
Completed: 'COMPLETED',
|
|
3953
|
+
Overdue: 'OVERDUE',
|
|
3954
|
+
Closed: 'CLOSED'
|
|
3955
|
+
};
|
|
3956
|
+
/**
|
|
3957
|
+
* @export
|
|
3958
|
+
*/
|
|
3959
|
+
export const PublicWorkOrderListSamplingResultsEnum = {
|
|
3960
|
+
Zero: 'ZERO',
|
|
3961
|
+
One: 'ONE',
|
|
3962
|
+
Two: 'TWO'
|
|
3963
|
+
};
|
|
3817
3964
|
/**
|
|
3818
3965
|
* @export
|
|
3819
3966
|
*/
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 设备工单统计
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EquipmentWorkOrderStatistics
|
|
16
|
+
*/
|
|
17
|
+
export interface EquipmentWorkOrderStatistics {
|
|
18
|
+
/**
|
|
19
|
+
* 数量
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EquipmentWorkOrderStatistics
|
|
22
|
+
*/
|
|
23
|
+
'count'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 最后时间
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EquipmentWorkOrderStatistics
|
|
28
|
+
*/
|
|
29
|
+
'lastTime'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -41,6 +41,12 @@ export interface GetUserWx200Response {
|
|
|
41
41
|
* @memberof GetUserWx200Response
|
|
42
42
|
*/
|
|
43
43
|
'locale'?: GetUserWx200ResponseLocale;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof GetUserWx200Response
|
|
48
|
+
*/
|
|
49
|
+
'bufferSize'?: number;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {string}
|
|
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
|
|
|
59
65
|
* @memberof GetUserWx200Response
|
|
60
66
|
*/
|
|
61
67
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof GetUserWx200Response
|
|
66
|
-
*/
|
|
67
|
-
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -187,6 +187,7 @@ export * from './equipment-system-team-vo';
|
|
|
187
187
|
export * from './equipment-system-tree-dto';
|
|
188
188
|
export * from './equipment-tree-dto';
|
|
189
189
|
export * from './equipment-tree-details-dto';
|
|
190
|
+
export * from './equipment-work-order-statistics';
|
|
190
191
|
export * from './esg-park-by-series-dto';
|
|
191
192
|
export * from './esg-park-by-series-details-dto';
|
|
192
193
|
export * from './esg-park-carbon-emission-details-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -187,6 +187,7 @@ export * from './equipment-system-team-vo';
|
|
|
187
187
|
export * from './equipment-system-tree-dto';
|
|
188
188
|
export * from './equipment-tree-dto';
|
|
189
189
|
export * from './equipment-tree-details-dto';
|
|
190
|
+
export * from './equipment-work-order-statistics';
|
|
190
191
|
export * from './esg-park-by-series-dto';
|
|
191
192
|
export * from './esg-park-by-series-details-dto';
|
|
192
193
|
export * from './esg-park-carbon-emission-details-dto';
|