@gizone/rrs-client 3.11.12-alpha.5 → 3.11.12-alpha.6

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.
Files changed (34) hide show
  1. package/apis/app-auth-api.ts +13 -13
  2. package/apis/auth-api.ts +13 -13
  3. package/apis/work-order-api.ts +8 -10
  4. package/dist/apis/app-auth-api.d.ts +6 -6
  5. package/dist/apis/app-auth-api.js +11 -11
  6. package/dist/apis/auth-api.d.ts +6 -6
  7. package/dist/apis/auth-api.js +11 -11
  8. package/dist/apis/work-order-api.d.ts +6 -7
  9. package/dist/apis/work-order-api.js +4 -4
  10. package/dist/esm/apis/app-auth-api.d.ts +6 -6
  11. package/dist/esm/apis/app-auth-api.js +11 -11
  12. package/dist/esm/apis/auth-api.d.ts +6 -6
  13. package/dist/esm/apis/auth-api.js +11 -11
  14. package/dist/esm/apis/work-order-api.d.ts +6 -7
  15. package/dist/esm/apis/work-order-api.js +4 -4
  16. package/dist/esm/models/get-user-wx200-response.d.ts +17 -17
  17. package/dist/esm/models/inspection-item-bo.d.ts +4 -10
  18. package/dist/esm/models/inspection-point-item.d.ts +6 -6
  19. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  20. package/dist/esm/models/work-order-inspection-detail-dto.d.ts +1 -13
  21. package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
  22. package/dist/models/get-user-wx200-response.d.ts +17 -17
  23. package/dist/models/inspection-item-bo.d.ts +4 -10
  24. package/dist/models/inspection-point-item.d.ts +6 -6
  25. package/dist/models/ipage-access-vo.d.ts +6 -6
  26. package/dist/models/work-order-inspection-detail-dto.d.ts +1 -13
  27. package/dist/models/work-order-inspection-item-req.d.ts +3 -3
  28. package/models/get-user-wx200-response.ts +17 -17
  29. package/models/inspection-item-bo.ts +4 -10
  30. package/models/inspection-point-item.ts +6 -6
  31. package/models/ipage-access-vo.ts +6 -6
  32. package/models/work-order-inspection-detail-dto.ts +1 -13
  33. package/models/work-order-inspection-item-req.ts +3 -3
  34. package/package.json +1 -1
@@ -392,17 +392,17 @@ export const AppAuthApiAxiosParamCreator = function (configuration) {
392
392
  *
393
393
  * @summary 获取园区数据
394
394
  * @param {string} uuid
395
- * @param {number} type
395
+ * @param {string} userType
396
396
  * @param {number} parkId
397
397
  * @param {string} appId
398
398
  * @param {*} [options] Override http request option.
399
399
  * @throws {RequiredError}
400
400
  */
401
- getParkMiniApp: (uuid_1, type_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, type_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, type, parkId, appId, options = {}) {
401
+ getParkMiniApp: (uuid_1, userType_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, userType_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, userType, parkId, appId, options = {}) {
402
402
  // verify required parameter 'uuid' is not null or undefined
403
403
  assertParamExists('getParkMiniApp', 'uuid', uuid);
404
- // verify required parameter 'type' is not null or undefined
405
- assertParamExists('getParkMiniApp', 'type', type);
404
+ // verify required parameter 'userType' is not null or undefined
405
+ assertParamExists('getParkMiniApp', 'userType', userType);
406
406
  // verify required parameter 'parkId' is not null or undefined
407
407
  assertParamExists('getParkMiniApp', 'parkId', parkId);
408
408
  // verify required parameter 'appId' is not null or undefined
@@ -423,8 +423,8 @@ export const AppAuthApiAxiosParamCreator = function (configuration) {
423
423
  if (uuid !== undefined) {
424
424
  localVarQueryParameter['uuid'] = uuid;
425
425
  }
426
- if (type !== undefined) {
427
- localVarQueryParameter['type'] = type;
426
+ if (userType !== undefined) {
427
+ localVarQueryParameter['userType'] = userType;
428
428
  }
429
429
  if (parkId !== undefined) {
430
430
  localVarQueryParameter['parkId'] = parkId;
@@ -848,16 +848,16 @@ export const AppAuthApiFp = function (configuration) {
848
848
  *
849
849
  * @summary 获取园区数据
850
850
  * @param {string} uuid
851
- * @param {number} type
851
+ * @param {string} userType
852
852
  * @param {number} parkId
853
853
  * @param {string} appId
854
854
  * @param {*} [options] Override http request option.
855
855
  * @throws {RequiredError}
856
856
  */
857
- getParkMiniApp(uuid, type, parkId, appId, options) {
857
+ getParkMiniApp(uuid, userType, parkId, appId, options) {
858
858
  return __awaiter(this, void 0, void 0, function* () {
859
859
  var _a, _b, _c;
860
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, type, parkId, appId, options);
860
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, userType, parkId, appId, options);
861
861
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
862
862
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AppAuthApi.getParkMiniApp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
863
863
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -1092,7 +1092,7 @@ export const AppAuthApiFactory = function (configuration, basePath, axios) {
1092
1092
  * @throws {RequiredError}
1093
1093
  */
1094
1094
  getParkMiniApp(requestParameters, options) {
1095
- return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
1095
+ return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
1096
1096
  },
1097
1097
  /**
1098
1098
  *
@@ -1292,7 +1292,7 @@ export class AppAuthApi extends BaseAPI {
1292
1292
  * @memberof AppAuthApi
1293
1293
  */
1294
1294
  getParkMiniApp(requestParameters, options) {
1295
- return AppAuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
1295
+ return AppAuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
1296
1296
  }
1297
1297
  /**
1298
1298
  *
@@ -173,13 +173,13 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
173
173
  *
174
174
  * @summary 获取园区数据
175
175
  * @param {string} uuid
176
- * @param {number} type
176
+ * @param {string} userType
177
177
  * @param {number} parkId
178
178
  * @param {string} appId
179
179
  * @param {*} [options] Override http request option.
180
180
  * @throws {RequiredError}
181
181
  */
182
- getParkMiniApp: (uuid: string, type: number, parkId: number, appId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
182
+ getParkMiniApp: (uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
183
183
  /**
184
184
  *
185
185
  * @param {number} parkId
@@ -482,13 +482,13 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
482
482
  *
483
483
  * @summary 获取园区数据
484
484
  * @param {string} uuid
485
- * @param {number} type
485
+ * @param {string} userType
486
486
  * @param {number} parkId
487
487
  * @param {string} appId
488
488
  * @param {*} [options] Override http request option.
489
489
  * @throws {RequiredError}
490
490
  */
491
- getParkMiniApp(uuid: string, type: number, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
491
+ getParkMiniApp(uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
492
492
  /**
493
493
  *
494
494
  * @param {number} parkId
@@ -1126,10 +1126,10 @@ export interface AuthApiGetParkMiniAppRequest {
1126
1126
  readonly uuid: string;
1127
1127
  /**
1128
1128
  *
1129
- * @type {number}
1129
+ * @type {string}
1130
1130
  * @memberof AuthApiGetParkMiniApp
1131
1131
  */
1132
- readonly type: number;
1132
+ readonly userType: string;
1133
1133
  /**
1134
1134
  *
1135
1135
  * @type {number}
@@ -622,17 +622,17 @@ export const AuthApiAxiosParamCreator = function (configuration) {
622
622
  *
623
623
  * @summary 获取园区数据
624
624
  * @param {string} uuid
625
- * @param {number} type
625
+ * @param {string} userType
626
626
  * @param {number} parkId
627
627
  * @param {string} appId
628
628
  * @param {*} [options] Override http request option.
629
629
  * @throws {RequiredError}
630
630
  */
631
- getParkMiniApp: (uuid_1, type_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, type_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, type, parkId, appId, options = {}) {
631
+ getParkMiniApp: (uuid_1, userType_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, userType_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, userType, parkId, appId, options = {}) {
632
632
  // verify required parameter 'uuid' is not null or undefined
633
633
  assertParamExists('getParkMiniApp', 'uuid', uuid);
634
- // verify required parameter 'type' is not null or undefined
635
- assertParamExists('getParkMiniApp', 'type', type);
634
+ // verify required parameter 'userType' is not null or undefined
635
+ assertParamExists('getParkMiniApp', 'userType', userType);
636
636
  // verify required parameter 'parkId' is not null or undefined
637
637
  assertParamExists('getParkMiniApp', 'parkId', parkId);
638
638
  // verify required parameter 'appId' is not null or undefined
@@ -653,8 +653,8 @@ export const AuthApiAxiosParamCreator = function (configuration) {
653
653
  if (uuid !== undefined) {
654
654
  localVarQueryParameter['uuid'] = uuid;
655
655
  }
656
- if (type !== undefined) {
657
- localVarQueryParameter['type'] = type;
656
+ if (userType !== undefined) {
657
+ localVarQueryParameter['userType'] = userType;
658
658
  }
659
659
  if (parkId !== undefined) {
660
660
  localVarQueryParameter['parkId'] = parkId;
@@ -1641,16 +1641,16 @@ export const AuthApiFp = function (configuration) {
1641
1641
  *
1642
1642
  * @summary 获取园区数据
1643
1643
  * @param {string} uuid
1644
- * @param {number} type
1644
+ * @param {string} userType
1645
1645
  * @param {number} parkId
1646
1646
  * @param {string} appId
1647
1647
  * @param {*} [options] Override http request option.
1648
1648
  * @throws {RequiredError}
1649
1649
  */
1650
- getParkMiniApp(uuid, type, parkId, appId, options) {
1650
+ getParkMiniApp(uuid, userType, parkId, appId, options) {
1651
1651
  return __awaiter(this, void 0, void 0, function* () {
1652
1652
  var _a, _b, _c;
1653
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, type, parkId, appId, options);
1653
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, userType, parkId, appId, options);
1654
1654
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1655
1655
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AuthApi.getParkMiniApp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1656
1656
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -2164,7 +2164,7 @@ export const AuthApiFactory = function (configuration, basePath, axios) {
2164
2164
  * @throws {RequiredError}
2165
2165
  */
2166
2166
  getParkMiniApp(requestParameters, options) {
2167
- return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
2167
+ return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
2168
2168
  },
2169
2169
  /**
2170
2170
  *
@@ -2564,7 +2564,7 @@ export class AuthApi extends BaseAPI {
2564
2564
  * @memberof AuthApi
2565
2565
  */
2566
2566
  getParkMiniApp(requestParameters, options) {
2567
- return AuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
2567
+ return AuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
2568
2568
  }
2569
2569
  /**
2570
2570
  *
@@ -25,7 +25,6 @@ import type { JsonResultListWorkOrderInspectionDetailDTO } from '../models';
25
25
  import type { JsonResultListWorkOrderPushSettingsEntity } from '../models';
26
26
  import type { JsonResultListWorkOrderStepByStepPushDTO } from '../models';
27
27
  import type { JsonResultListWorkOrderStepByStepPushUserDetailsDTO } from '../models';
28
- import type { JsonResultObject } from '../models';
29
28
  import type { JsonResultPageDtoPlanSearchDTO } from '../models';
30
29
  import type { JsonResultPageDtoWorkOrderSearchDTO } from '../models';
31
30
  import type { JsonResultPeriodDetailResp } from '../models';
@@ -518,7 +517,7 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
518
517
  * @param {*} [options] Override http request option.
519
518
  * @throws {RequiredError}
520
519
  */
521
- handle(inspectionHandleReq: InspectionHandleReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
520
+ handle(inspectionHandleReq: InspectionHandleReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
522
521
  /**
523
522
  *
524
523
  * @summary 批量处理状态
@@ -591,7 +590,7 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
591
590
  * @param {*} [options] Override http request option.
592
591
  * @throws {RequiredError}
593
592
  */
594
- saveDetail(savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultObject>>;
593
+ saveDetail(savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
595
594
  /**
596
595
  *
597
596
  * @summary 查询工单逐级推送
@@ -840,7 +839,7 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
840
839
  * @param {*} [options] Override http request option.
841
840
  * @throws {RequiredError}
842
841
  */
843
- handle(requestParameters: WorkOrderApiHandleRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
842
+ handle(requestParameters: WorkOrderApiHandleRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
844
843
  /**
845
844
  *
846
845
  * @summary 批量处理状态
@@ -904,7 +903,7 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
904
903
  * @param {*} [options] Override http request option.
905
904
  * @throws {RequiredError}
906
905
  */
907
- saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultObject>;
906
+ saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
908
907
  /**
909
908
  *
910
909
  * @summary 查询工单逐级推送
@@ -1832,7 +1831,7 @@ export declare class WorkOrderApi extends BaseAPI {
1832
1831
  * @throws {RequiredError}
1833
1832
  * @memberof WorkOrderApi
1834
1833
  */
1835
- handle(requestParameters: WorkOrderApiHandleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
1834
+ handle(requestParameters: WorkOrderApiHandleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
1836
1835
  /**
1837
1836
  *
1838
1837
  * @summary 批量处理状态
@@ -1904,7 +1903,7 @@ export declare class WorkOrderApi extends BaseAPI {
1904
1903
  * @throws {RequiredError}
1905
1904
  * @memberof WorkOrderApi
1906
1905
  */
1907
- saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultObject, any>>;
1906
+ saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
1908
1907
  /**
1909
1908
  *
1910
1909
  * @summary 查询工单逐级推送
@@ -558,7 +558,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
558
558
  handle: (inspectionHandleReq_1, ...args_1) => __awaiter(this, [inspectionHandleReq_1, ...args_1], void 0, function* (inspectionHandleReq, options = {}) {
559
559
  // verify required parameter 'inspectionHandleReq' is not null or undefined
560
560
  assertParamExists('handle', 'inspectionHandleReq', inspectionHandleReq);
561
- const localVarPath = `/gizone/work/order/period/handle/inspection`;
561
+ const localVarPath = `/gizone/workOrder/period/handle/inspection`;
562
562
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
563
563
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
564
564
  let baseOptions;
@@ -591,7 +591,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
591
591
  handleBatch: (inspectionHandleReq_1, ...args_1) => __awaiter(this, [inspectionHandleReq_1, ...args_1], void 0, function* (inspectionHandleReq, options = {}) {
592
592
  // verify required parameter 'inspectionHandleReq' is not null or undefined
593
593
  assertParamExists('handleBatch', 'inspectionHandleReq', inspectionHandleReq);
594
- const localVarPath = `/gizone/work/order/period/handle/inspection/batch`;
594
+ const localVarPath = `/gizone/workOrder/period/handle/inspection/batch`;
595
595
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
596
596
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
597
597
  let baseOptions;
@@ -865,7 +865,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
865
865
  saveDetail: (savePeriodWorkOrderDetailReq_1, ...args_1) => __awaiter(this, [savePeriodWorkOrderDetailReq_1, ...args_1], void 0, function* (savePeriodWorkOrderDetailReq, options = {}) {
866
866
  // verify required parameter 'savePeriodWorkOrderDetailReq' is not null or undefined
867
867
  assertParamExists('saveDetail', 'savePeriodWorkOrderDetailReq', savePeriodWorkOrderDetailReq);
868
- const localVarPath = `/gizone/work/order/period/saveDetail`;
868
+ const localVarPath = `/gizone/workOrder/period/saveDetail`;
869
869
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
870
870
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
871
871
  let baseOptions;
@@ -1208,7 +1208,7 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
1208
1208
  workOrderPeriodDetail: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
1209
1209
  // verify required parameter 'workOrderId' is not null or undefined
1210
1210
  assertParamExists('workOrderPeriodDetail', 'workOrderId', workOrderId);
1211
- const localVarPath = `/gizone/work/order/period/detail/{workOrderId}`
1211
+ const localVarPath = `/gizone/workOrder/period/{workOrderId}`
1212
1212
  .replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
1213
1213
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1214
1214
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {Array<string>}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
- * @type {number}
28
+ * @type {Array<string>}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'status'?: number;
31
+ 'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
34
  * @type {object}
@@ -37,40 +37,40 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {string}
40
+ * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'contentType'?: string;
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'contentLength'?: number;
49
+ 'bufferSize'?: number;
50
50
  /**
51
51
  *
52
- * @type {GetUserWx200ResponseOutputStream}
52
+ * @type {string}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
55
+ 'contentType'?: string;
56
56
  /**
57
57
  *
58
- * @type {GetUserWx200ResponseLocale}
58
+ * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
61
+ 'contentLength'?: number;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseOutputStream}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
68
68
  /**
69
69
  *
70
- * @type {object}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'writer'?: object;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
76
  * @type {number}
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
85
85
  'committed'?: boolean;
86
86
  /**
87
87
  *
88
- * @type {string}
88
+ * @type {object}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'characterEncoding'?: string;
91
+ 'writer'?: object;
92
92
  }
@@ -23,10 +23,10 @@ export interface InspectionItemBO {
23
23
  'id'?: number;
24
24
  /**
25
25
  * 是否异常
26
- * @type {number}
26
+ * @type {boolean}
27
27
  * @memberof InspectionItemBO
28
28
  */
29
- 'abnormal'?: number;
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 {string}
44
+ * @type {number}
51
45
  * @memberof InspectionItemBO
52
46
  */
53
- 'whetherValue'?: string;
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 {string}
93
+ * @type {number}
94
94
  * @memberof InspectionPointItem
95
95
  */
96
- 'whetherValue'?: string;
96
+ 'whetherValue'?: number;
97
97
  /**
98
98
  * 是否备注 1是 0否
99
99
  * @type {boolean}
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
+ /**
26
+ *
27
+ * @type {boolean}
28
+ * @memberof IPageAccessVO
29
+ */
30
+ 'searchCount'?: boolean;
25
31
  /**
26
32
  *
27
33
  * @type {number}
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
47
53
  * @deprecated
48
54
  */
49
55
  'hitCount'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof IPageAccessVO
54
- */
55
- 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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
- 'patrolPictures'?: Array<string>;
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}
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {Array<string>}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
- * @type {number}
28
+ * @type {Array<string>}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'status'?: number;
31
+ 'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
34
  * @type {object}
@@ -37,40 +37,40 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {string}
40
+ * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'contentType'?: string;
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'contentLength'?: number;
49
+ 'bufferSize'?: number;
50
50
  /**
51
51
  *
52
- * @type {GetUserWx200ResponseOutputStream}
52
+ * @type {string}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
55
+ 'contentType'?: string;
56
56
  /**
57
57
  *
58
- * @type {GetUserWx200ResponseLocale}
58
+ * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
61
+ 'contentLength'?: number;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseOutputStream}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
68
68
  /**
69
69
  *
70
- * @type {object}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'writer'?: object;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
76
  * @type {number}
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
85
85
  'committed'?: boolean;
86
86
  /**
87
87
  *
88
- * @type {string}
88
+ * @type {object}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'characterEncoding'?: string;
91
+ 'writer'?: object;
92
92
  }
@@ -23,10 +23,10 @@ export interface InspectionItemBO {
23
23
  'id'?: number;
24
24
  /**
25
25
  * 是否异常
26
- * @type {number}
26
+ * @type {boolean}
27
27
  * @memberof InspectionItemBO
28
28
  */
29
- 'abnormal'?: number;
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 {string}
44
+ * @type {number}
51
45
  * @memberof InspectionItemBO
52
46
  */
53
- 'whetherValue'?: string;
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 {string}
93
+ * @type {number}
94
94
  * @memberof InspectionPointItem
95
95
  */
96
- 'whetherValue'?: string;
96
+ 'whetherValue'?: number;
97
97
  /**
98
98
  * 是否备注 1是 0否
99
99
  * @type {boolean}