@gizone/rrs-client 3.11.13-alpha.67 → 3.11.14-alpha.69

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 (41) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/README.md +2 -2
  3. package/apis/inspection-standard-api.ts +77 -10
  4. package/configuration.ts +1 -1
  5. package/dist/apis/inspection-standard-api.d.ts +45 -4
  6. package/dist/apis/inspection-standard-api.js +35 -10
  7. package/dist/configuration.js +1 -1
  8. package/dist/esm/apis/inspection-standard-api.d.ts +45 -4
  9. package/dist/esm/apis/inspection-standard-api.js +35 -10
  10. package/dist/esm/configuration.js +1 -1
  11. package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
  12. package/dist/esm/models/index.d.ts +1 -0
  13. package/dist/esm/models/index.js +1 -0
  14. package/dist/esm/models/inspection-category-enum.d.ts +3 -1
  15. package/dist/esm/models/inspection-category-enum.js +4 -2
  16. package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +14 -1
  17. package/dist/esm/models/inspection-standard-entity.d.ts +20 -0
  18. package/dist/esm/models/inspection-standard-import-dto.d.ts +26 -0
  19. package/dist/esm/models/inspection-standard-type-enum.d.ts +21 -0
  20. package/dist/esm/models/inspection-standard-type-enum.js +22 -0
  21. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  22. package/dist/models/get-user-wx200-response.d.ts +10 -10
  23. package/dist/models/index.d.ts +1 -0
  24. package/dist/models/index.js +1 -0
  25. package/dist/models/inspection-category-enum.d.ts +3 -1
  26. package/dist/models/inspection-category-enum.js +4 -2
  27. package/dist/models/inspection-standard-add-or-update-vo.d.ts +14 -1
  28. package/dist/models/inspection-standard-entity.d.ts +20 -0
  29. package/dist/models/inspection-standard-import-dto.d.ts +26 -0
  30. package/dist/models/inspection-standard-type-enum.d.ts +21 -0
  31. package/dist/models/inspection-standard-type-enum.js +25 -0
  32. package/dist/models/ipage-access-vo.d.ts +6 -6
  33. package/models/get-user-wx200-response.ts +10 -10
  34. package/models/index.ts +1 -0
  35. package/models/inspection-category-enum.ts +4 -2
  36. package/models/inspection-standard-add-or-update-vo.ts +16 -1
  37. package/models/inspection-standard-entity.ts +24 -0
  38. package/models/inspection-standard-import-dto.ts +32 -0
  39. package/models/inspection-standard-type-enum.ts +31 -0
  40. package/models/ipage-access-vo.ts +6 -6
  41. package/package.json +1 -1
@@ -169,10 +169,12 @@ export const InspectionStandardApiAxiosParamCreator = function (configuration) {
169
169
  * @param {string} [searchValue] 内容
170
170
  * @param {InspectionCategoryEnum} [category] 巡检分类
171
171
  * @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
172
+ * @param {InspectionStandardTypeEnum} [type] 巡检标准类型
173
+ * @param {number} [equipmentSystemId] 设备系统ID
172
174
  * @param {*} [options] Override http request option.
173
175
  * @throws {RequiredError}
174
176
  */
175
- inspectionStandardBatchExport: (parkId_1, searchValue_1, category_1, repeats_1, ...args_1) => __awaiter(this, [parkId_1, searchValue_1, category_1, repeats_1, ...args_1], void 0, function* (parkId, searchValue, category, repeats, options = {}) {
177
+ inspectionStandardBatchExport: (parkId_1, searchValue_1, category_1, repeats_1, type_1, equipmentSystemId_1, ...args_1) => __awaiter(this, [parkId_1, searchValue_1, category_1, repeats_1, type_1, equipmentSystemId_1, ...args_1], void 0, function* (parkId, searchValue, category, repeats, type, equipmentSystemId, options = {}) {
176
178
  // verify required parameter 'parkId' is not null or undefined
177
179
  assertParamExists('inspectionStandardBatchExport', 'parkId', parkId);
178
180
  const localVarPath = `/gizone/inspectionStandard/batchExport`;
@@ -200,6 +202,12 @@ export const InspectionStandardApiAxiosParamCreator = function (configuration) {
200
202
  if (repeats !== undefined) {
201
203
  localVarQueryParameter['repeats'] = repeats;
202
204
  }
205
+ if (type !== undefined) {
206
+ localVarQueryParameter['type'] = type;
207
+ }
208
+ if (equipmentSystemId !== undefined) {
209
+ localVarQueryParameter['equipmentSystemId'] = equipmentSystemId;
210
+ }
203
211
  setSearchParams(localVarUrlObj, localVarQueryParameter);
204
212
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
205
213
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -348,10 +356,13 @@ export const InspectionStandardApiAxiosParamCreator = function (configuration) {
348
356
  * @param {string} [searchValue] 内容
349
357
  * @param {InspectionCategoryEnum} [category] 巡检分类
350
358
  * @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
359
+ * @param {number} [equipmentSystemId] 设备系统ID
360
+ * @param {InspectionStandardTypeEnum} [type] 巡检标准类型
361
+ * @param {number} [eachDays] 天数
351
362
  * @param {*} [options] Override http request option.
352
363
  * @throws {RequiredError}
353
364
  */
354
- listInspectionStandard: (parkId_1, pageSize_1, page_1, searchValue_1, category_1, repeats_1, ...args_1) => __awaiter(this, [parkId_1, pageSize_1, page_1, searchValue_1, category_1, repeats_1, ...args_1], void 0, function* (parkId, pageSize, page, searchValue, category, repeats, options = {}) {
365
+ listInspectionStandard: (parkId_1, pageSize_1, page_1, searchValue_1, category_1, repeats_1, equipmentSystemId_1, type_1, eachDays_1, ...args_1) => __awaiter(this, [parkId_1, pageSize_1, page_1, searchValue_1, category_1, repeats_1, equipmentSystemId_1, type_1, eachDays_1, ...args_1], void 0, function* (parkId, pageSize, page, searchValue, category, repeats, equipmentSystemId, type, eachDays, options = {}) {
355
366
  // verify required parameter 'parkId' is not null or undefined
356
367
  assertParamExists('listInspectionStandard', 'parkId', parkId);
357
368
  // verify required parameter 'pageSize' is not null or undefined
@@ -389,6 +400,15 @@ export const InspectionStandardApiAxiosParamCreator = function (configuration) {
389
400
  if (repeats !== undefined) {
390
401
  localVarQueryParameter['repeats'] = repeats;
391
402
  }
403
+ if (equipmentSystemId !== undefined) {
404
+ localVarQueryParameter['equipmentSystemId'] = equipmentSystemId;
405
+ }
406
+ if (type !== undefined) {
407
+ localVarQueryParameter['type'] = type;
408
+ }
409
+ if (eachDays !== undefined) {
410
+ localVarQueryParameter['eachDays'] = eachDays;
411
+ }
392
412
  setSearchParams(localVarUrlObj, localVarQueryParameter);
393
413
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
394
414
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -622,13 +642,15 @@ export const InspectionStandardApiFp = function (configuration) {
622
642
  * @param {string} [searchValue] 内容
623
643
  * @param {InspectionCategoryEnum} [category] 巡检分类
624
644
  * @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
645
+ * @param {InspectionStandardTypeEnum} [type] 巡检标准类型
646
+ * @param {number} [equipmentSystemId] 设备系统ID
625
647
  * @param {*} [options] Override http request option.
626
648
  * @throws {RequiredError}
627
649
  */
628
- inspectionStandardBatchExport(parkId, searchValue, category, repeats, options) {
650
+ inspectionStandardBatchExport(parkId, searchValue, category, repeats, type, equipmentSystemId, options) {
629
651
  return __awaiter(this, void 0, void 0, function* () {
630
652
  var _a, _b, _c;
631
- const localVarAxiosArgs = yield localVarAxiosParamCreator.inspectionStandardBatchExport(parkId, searchValue, category, repeats, options);
653
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.inspectionStandardBatchExport(parkId, searchValue, category, repeats, type, equipmentSystemId, options);
632
654
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
633
655
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.inspectionStandardBatchExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
634
656
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -706,13 +728,16 @@ export const InspectionStandardApiFp = function (configuration) {
706
728
  * @param {string} [searchValue] 内容
707
729
  * @param {InspectionCategoryEnum} [category] 巡检分类
708
730
  * @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
731
+ * @param {number} [equipmentSystemId] 设备系统ID
732
+ * @param {InspectionStandardTypeEnum} [type] 巡检标准类型
733
+ * @param {number} [eachDays] 天数
709
734
  * @param {*} [options] Override http request option.
710
735
  * @throws {RequiredError}
711
736
  */
712
- listInspectionStandard(parkId, pageSize, page, searchValue, category, repeats, options) {
737
+ listInspectionStandard(parkId, pageSize, page, searchValue, category, repeats, equipmentSystemId, type, eachDays, options) {
713
738
  return __awaiter(this, void 0, void 0, function* () {
714
739
  var _a, _b, _c;
715
- const localVarAxiosArgs = yield localVarAxiosParamCreator.listInspectionStandard(parkId, pageSize, page, searchValue, category, repeats, options);
740
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.listInspectionStandard(parkId, pageSize, page, searchValue, category, repeats, equipmentSystemId, type, eachDays, options);
716
741
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
717
742
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.listInspectionStandard']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
718
743
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -841,7 +866,7 @@ export const InspectionStandardApiFactory = function (configuration, basePath, a
841
866
  * @throws {RequiredError}
842
867
  */
843
868
  inspectionStandardBatchExport(requestParameters, options) {
844
- return localVarFp.inspectionStandardBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, options).then((request) => request(axios, basePath));
869
+ return localVarFp.inspectionStandardBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, requestParameters.type, requestParameters.equipmentSystemId, options).then((request) => request(axios, basePath));
845
870
  },
846
871
  /**
847
872
  *
@@ -888,7 +913,7 @@ export const InspectionStandardApiFactory = function (configuration, basePath, a
888
913
  * @throws {RequiredError}
889
914
  */
890
915
  listInspectionStandard(requestParameters, options) {
891
- return localVarFp.listInspectionStandard(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, options).then((request) => request(axios, basePath));
916
+ return localVarFp.listInspectionStandard(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, requestParameters.equipmentSystemId, requestParameters.type, requestParameters.eachDays, options).then((request) => request(axios, basePath));
892
917
  },
893
918
  /**
894
919
  *
@@ -992,7 +1017,7 @@ export class InspectionStandardApi extends BaseAPI {
992
1017
  * @memberof InspectionStandardApi
993
1018
  */
994
1019
  inspectionStandardBatchExport(requestParameters, options) {
995
- return InspectionStandardApiFp(this.configuration).inspectionStandardBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, options).then((request) => request(this.axios, this.basePath));
1020
+ return InspectionStandardApiFp(this.configuration).inspectionStandardBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, requestParameters.type, requestParameters.equipmentSystemId, options).then((request) => request(this.axios, this.basePath));
996
1021
  }
997
1022
  /**
998
1023
  *
@@ -1044,7 +1069,7 @@ export class InspectionStandardApi extends BaseAPI {
1044
1069
  * @memberof InspectionStandardApi
1045
1070
  */
1046
1071
  listInspectionStandard(requestParameters, options) {
1047
- return InspectionStandardApiFp(this.configuration).listInspectionStandard(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, options).then((request) => request(this.axios, this.basePath));
1072
+ return InspectionStandardApiFp(this.configuration).listInspectionStandard(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, requestParameters.equipmentSystemId, requestParameters.type, requestParameters.eachDays, options).then((request) => request(this.axios, this.basePath));
1048
1073
  }
1049
1074
  /**
1050
1075
  *
@@ -20,7 +20,7 @@ export class Configuration {
20
20
  this.accessToken = param.accessToken;
21
21
  this.basePath = param.basePath;
22
22
  this.serverIndex = param.serverIndex;
23
- this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/3.11.13/typescript-axios" }) }, param.baseOptions);
23
+ this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/3.11.14/typescript-axios" }) }, param.baseOptions);
24
24
  this.formDataCtor = param.formDataCtor;
25
25
  }
26
26
  /**
@@ -19,22 +19,28 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
- * @type {object}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'trailerFields'?: object;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
34
  * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
37
  'headerNames'?: Array<string>;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -297,6 +297,7 @@ export * from './inspection-standard-add-or-update-vo';
297
297
  export * from './inspection-standard-dto';
298
298
  export * from './inspection-standard-entity';
299
299
  export * from './inspection-standard-import-dto';
300
+ export * from './inspection-standard-type-enum';
300
301
  export * from './internet-access-park-vehicle-vo';
301
302
  export * from './internet-meter-add-vo';
302
303
  export * from './internet-meter-details-add-vo';
@@ -297,6 +297,7 @@ export * from './inspection-standard-add-or-update-vo';
297
297
  export * from './inspection-standard-dto';
298
298
  export * from './inspection-standard-entity';
299
299
  export * from './inspection-standard-import-dto';
300
+ export * from './inspection-standard-type-enum';
300
301
  export * from './internet-access-park-vehicle-vo';
301
302
  export * from './internet-meter-add-vo';
302
303
  export * from './internet-meter-details-add-vo';
@@ -21,9 +21,11 @@ export declare const InspectionCategoryEnum: {
21
21
  readonly FireFightingFacilitiesAndEquipment: "FIRE_FIGHTING_FACILITIES_AND_EQUIPMENT";
22
22
  readonly MainBuildingStructure: "MAIN_BUILDING_STRUCTURE";
23
23
  readonly EquipmentRoomArea: "EQUIPMENT_ROOM_AREA";
24
- readonly CentralControlRoomDuty: "CENTRAL_CONTROL_ROOM_DUTY";
25
24
  readonly FireDrill: "FIRE_DRILL";
26
25
  readonly EmergencySupplies: "EMERGENCY_SUPPLIES";
26
+ readonly SixSInspection: "SIX_S_INSPECTION";
27
27
  readonly FourPestsElimination: "FOUR_PESTS_ELIMINATION";
28
+ readonly CentralControlRoomDuty: "CENTRAL_CONTROL_ROOM_DUTY";
29
+ readonly GreeningMaintenance: "GREENING_MAINTENANCE";
28
30
  };
29
31
  export type InspectionCategoryEnum = typeof InspectionCategoryEnum[keyof typeof InspectionCategoryEnum];
@@ -23,8 +23,10 @@ export const InspectionCategoryEnum = {
23
23
  FireFightingFacilitiesAndEquipment: 'FIRE_FIGHTING_FACILITIES_AND_EQUIPMENT',
24
24
  MainBuildingStructure: 'MAIN_BUILDING_STRUCTURE',
25
25
  EquipmentRoomArea: 'EQUIPMENT_ROOM_AREA',
26
- CentralControlRoomDuty: 'CENTRAL_CONTROL_ROOM_DUTY',
27
26
  FireDrill: 'FIRE_DRILL',
28
27
  EmergencySupplies: 'EMERGENCY_SUPPLIES',
29
- FourPestsElimination: 'FOUR_PESTS_ELIMINATION'
28
+ SixSInspection: 'SIX_S_INSPECTION',
29
+ FourPestsElimination: 'FOUR_PESTS_ELIMINATION',
30
+ CentralControlRoomDuty: 'CENTRAL_CONTROL_ROOM_DUTY',
31
+ GreeningMaintenance: 'GREENING_MAINTENANCE'
30
32
  };
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { InspectionCategoryEnum } from './inspection-category-enum';
13
+ import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
13
14
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
14
15
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
15
16
  /**
@@ -23,7 +24,19 @@ export interface InspectionStandardAddOrUpdateVO {
23
24
  * @type {InspectionCategoryEnum}
24
25
  * @memberof InspectionStandardAddOrUpdateVO
25
26
  */
26
- 'category': InspectionCategoryEnum;
27
+ 'category'?: InspectionCategoryEnum;
28
+ /**
29
+ *
30
+ * @type {InspectionStandardTypeEnum}
31
+ * @memberof InspectionStandardAddOrUpdateVO
32
+ */
33
+ 'type': InspectionStandardTypeEnum;
34
+ /**
35
+ * 设备系统
36
+ * @type {number}
37
+ * @memberof InspectionStandardAddOrUpdateVO
38
+ */
39
+ 'equipmentSystemId'?: number;
27
40
  /**
28
41
  * 内容
29
42
  * @type {string}
@@ -9,7 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { EquipmentSystemEntity } from './equipment-system-entity';
12
13
  import type { InspectionCategoryEnum } from './inspection-category-enum';
14
+ import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
13
15
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
14
16
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
15
17
  /**
@@ -24,12 +26,24 @@ export interface InspectionStandardEntity {
24
26
  * @memberof InspectionStandardEntity
25
27
  */
26
28
  'id'?: number;
29
+ /**
30
+ *
31
+ * @type {InspectionStandardTypeEnum}
32
+ * @memberof InspectionStandardEntity
33
+ */
34
+ 'type'?: InspectionStandardTypeEnum;
27
35
  /**
28
36
  *
29
37
  * @type {InspectionCategoryEnum}
30
38
  * @memberof InspectionStandardEntity
31
39
  */
32
40
  'category'?: InspectionCategoryEnum;
41
+ /**
42
+ * 设备系统ID
43
+ * @type {number}
44
+ * @memberof InspectionStandardEntity
45
+ */
46
+ 'equipmentSystemId'?: number;
33
47
  /**
34
48
  * 内容
35
49
  * @type {string}
@@ -126,4 +140,10 @@ export interface InspectionStandardEntity {
126
140
  * @memberof InspectionStandardEntity
127
141
  */
128
142
  'executionTime'?: number;
143
+ /**
144
+ *
145
+ * @type {EquipmentSystemEntity}
146
+ * @memberof InspectionStandardEntity
147
+ */
148
+ 'equipmentSystem'?: EquipmentSystemEntity;
129
149
  }
@@ -9,18 +9,32 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { InspectionCategoryEnum } from './inspection-category-enum';
13
+ import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
12
14
  /**
13
15
  * 巡检标准导入
14
16
  * @export
15
17
  * @interface InspectionStandardImportDTO
16
18
  */
17
19
  export interface InspectionStandardImportDTO {
20
+ /**
21
+ * 巡检标准类型
22
+ * @type {string}
23
+ * @memberof InspectionStandardImportDTO
24
+ */
25
+ 'type'?: string;
18
26
  /**
19
27
  * 巡检分类
20
28
  * @type {string}
21
29
  * @memberof InspectionStandardImportDTO
22
30
  */
23
31
  'category'?: string;
32
+ /**
33
+ * 设备系统
34
+ * @type {string}
35
+ * @memberof InspectionStandardImportDTO
36
+ */
37
+ 'equipmentSystemName'?: string;
24
38
  /**
25
39
  * 内容项
26
40
  * @type {string}
@@ -111,4 +125,16 @@ export interface InspectionStandardImportDTO {
111
125
  * @memberof InspectionStandardImportDTO
112
126
  */
113
127
  'equipmentSystemId'?: number;
128
+ /**
129
+ *
130
+ * @type {InspectionStandardTypeEnum}
131
+ * @memberof InspectionStandardImportDTO
132
+ */
133
+ 'typeEnum'?: InspectionStandardTypeEnum;
134
+ /**
135
+ *
136
+ * @type {InspectionCategoryEnum}
137
+ * @memberof InspectionStandardImportDTO
138
+ */
139
+ 'categoryEnum'?: InspectionCategoryEnum;
114
140
  }
@@ -0,0 +1,21 @@
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
+ * @enum {string}
16
+ */
17
+ export declare const InspectionStandardTypeEnum: {
18
+ readonly Equipment: "EQUIPMENT";
19
+ readonly Space: "SPACE";
20
+ };
21
+ export type InspectionStandardTypeEnum = typeof InspectionStandardTypeEnum[keyof typeof InspectionStandardTypeEnum];
@@ -0,0 +1,22 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * 巡检标准类型
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const InspectionStandardTypeEnum = {
20
+ Equipment: 'EQUIPMENT',
21
+ Space: 'SPACE'
22
+ };
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -19,22 +19,28 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
- * @type {object}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'trailerFields'?: object;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
34
  * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
37
  'headerNames'?: Array<string>;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -297,6 +297,7 @@ export * from './inspection-standard-add-or-update-vo';
297
297
  export * from './inspection-standard-dto';
298
298
  export * from './inspection-standard-entity';
299
299
  export * from './inspection-standard-import-dto';
300
+ export * from './inspection-standard-type-enum';
300
301
  export * from './internet-access-park-vehicle-vo';
301
302
  export * from './internet-meter-add-vo';
302
303
  export * from './internet-meter-details-add-vo';
@@ -313,6 +313,7 @@ __exportStar(require("./inspection-standard-add-or-update-vo"), exports);
313
313
  __exportStar(require("./inspection-standard-dto"), exports);
314
314
  __exportStar(require("./inspection-standard-entity"), exports);
315
315
  __exportStar(require("./inspection-standard-import-dto"), exports);
316
+ __exportStar(require("./inspection-standard-type-enum"), exports);
316
317
  __exportStar(require("./internet-access-park-vehicle-vo"), exports);
317
318
  __exportStar(require("./internet-meter-add-vo"), exports);
318
319
  __exportStar(require("./internet-meter-details-add-vo"), exports);
@@ -21,9 +21,11 @@ export declare const InspectionCategoryEnum: {
21
21
  readonly FireFightingFacilitiesAndEquipment: "FIRE_FIGHTING_FACILITIES_AND_EQUIPMENT";
22
22
  readonly MainBuildingStructure: "MAIN_BUILDING_STRUCTURE";
23
23
  readonly EquipmentRoomArea: "EQUIPMENT_ROOM_AREA";
24
- readonly CentralControlRoomDuty: "CENTRAL_CONTROL_ROOM_DUTY";
25
24
  readonly FireDrill: "FIRE_DRILL";
26
25
  readonly EmergencySupplies: "EMERGENCY_SUPPLIES";
26
+ readonly SixSInspection: "SIX_S_INSPECTION";
27
27
  readonly FourPestsElimination: "FOUR_PESTS_ELIMINATION";
28
+ readonly CentralControlRoomDuty: "CENTRAL_CONTROL_ROOM_DUTY";
29
+ readonly GreeningMaintenance: "GREENING_MAINTENANCE";
28
30
  };
29
31
  export type InspectionCategoryEnum = typeof InspectionCategoryEnum[keyof typeof InspectionCategoryEnum];
@@ -26,8 +26,10 @@ exports.InspectionCategoryEnum = {
26
26
  FireFightingFacilitiesAndEquipment: 'FIRE_FIGHTING_FACILITIES_AND_EQUIPMENT',
27
27
  MainBuildingStructure: 'MAIN_BUILDING_STRUCTURE',
28
28
  EquipmentRoomArea: 'EQUIPMENT_ROOM_AREA',
29
- CentralControlRoomDuty: 'CENTRAL_CONTROL_ROOM_DUTY',
30
29
  FireDrill: 'FIRE_DRILL',
31
30
  EmergencySupplies: 'EMERGENCY_SUPPLIES',
32
- FourPestsElimination: 'FOUR_PESTS_ELIMINATION'
31
+ SixSInspection: 'SIX_S_INSPECTION',
32
+ FourPestsElimination: 'FOUR_PESTS_ELIMINATION',
33
+ CentralControlRoomDuty: 'CENTRAL_CONTROL_ROOM_DUTY',
34
+ GreeningMaintenance: 'GREENING_MAINTENANCE'
33
35
  };
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { InspectionCategoryEnum } from './inspection-category-enum';
13
+ import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
13
14
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
14
15
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
15
16
  /**
@@ -23,7 +24,19 @@ export interface InspectionStandardAddOrUpdateVO {
23
24
  * @type {InspectionCategoryEnum}
24
25
  * @memberof InspectionStandardAddOrUpdateVO
25
26
  */
26
- 'category': InspectionCategoryEnum;
27
+ 'category'?: InspectionCategoryEnum;
28
+ /**
29
+ *
30
+ * @type {InspectionStandardTypeEnum}
31
+ * @memberof InspectionStandardAddOrUpdateVO
32
+ */
33
+ 'type': InspectionStandardTypeEnum;
34
+ /**
35
+ * 设备系统
36
+ * @type {number}
37
+ * @memberof InspectionStandardAddOrUpdateVO
38
+ */
39
+ 'equipmentSystemId'?: number;
27
40
  /**
28
41
  * 内容
29
42
  * @type {string}
@@ -9,7 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { EquipmentSystemEntity } from './equipment-system-entity';
12
13
  import type { InspectionCategoryEnum } from './inspection-category-enum';
14
+ import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
13
15
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
14
16
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
15
17
  /**
@@ -24,12 +26,24 @@ export interface InspectionStandardEntity {
24
26
  * @memberof InspectionStandardEntity
25
27
  */
26
28
  'id'?: number;
29
+ /**
30
+ *
31
+ * @type {InspectionStandardTypeEnum}
32
+ * @memberof InspectionStandardEntity
33
+ */
34
+ 'type'?: InspectionStandardTypeEnum;
27
35
  /**
28
36
  *
29
37
  * @type {InspectionCategoryEnum}
30
38
  * @memberof InspectionStandardEntity
31
39
  */
32
40
  'category'?: InspectionCategoryEnum;
41
+ /**
42
+ * 设备系统ID
43
+ * @type {number}
44
+ * @memberof InspectionStandardEntity
45
+ */
46
+ 'equipmentSystemId'?: number;
33
47
  /**
34
48
  * 内容
35
49
  * @type {string}
@@ -126,4 +140,10 @@ export interface InspectionStandardEntity {
126
140
  * @memberof InspectionStandardEntity
127
141
  */
128
142
  'executionTime'?: number;
143
+ /**
144
+ *
145
+ * @type {EquipmentSystemEntity}
146
+ * @memberof InspectionStandardEntity
147
+ */
148
+ 'equipmentSystem'?: EquipmentSystemEntity;
129
149
  }
@@ -9,18 +9,32 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { InspectionCategoryEnum } from './inspection-category-enum';
13
+ import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
12
14
  /**
13
15
  * 巡检标准导入
14
16
  * @export
15
17
  * @interface InspectionStandardImportDTO
16
18
  */
17
19
  export interface InspectionStandardImportDTO {
20
+ /**
21
+ * 巡检标准类型
22
+ * @type {string}
23
+ * @memberof InspectionStandardImportDTO
24
+ */
25
+ 'type'?: string;
18
26
  /**
19
27
  * 巡检分类
20
28
  * @type {string}
21
29
  * @memberof InspectionStandardImportDTO
22
30
  */
23
31
  'category'?: string;
32
+ /**
33
+ * 设备系统
34
+ * @type {string}
35
+ * @memberof InspectionStandardImportDTO
36
+ */
37
+ 'equipmentSystemName'?: string;
24
38
  /**
25
39
  * 内容项
26
40
  * @type {string}
@@ -111,4 +125,16 @@ export interface InspectionStandardImportDTO {
111
125
  * @memberof InspectionStandardImportDTO
112
126
  */
113
127
  'equipmentSystemId'?: number;
128
+ /**
129
+ *
130
+ * @type {InspectionStandardTypeEnum}
131
+ * @memberof InspectionStandardImportDTO
132
+ */
133
+ 'typeEnum'?: InspectionStandardTypeEnum;
134
+ /**
135
+ *
136
+ * @type {InspectionCategoryEnum}
137
+ * @memberof InspectionStandardImportDTO
138
+ */
139
+ 'categoryEnum'?: InspectionCategoryEnum;
114
140
  }