@gizone/rrs-client 4.1.2-alpha.171 → 4.1.2-alpha.174

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 (61) hide show
  1. package/.openapi-generator/FILES +2 -1
  2. package/apis/work-order-api.ts +106 -52
  3. package/dist/apis/work-order-api.d.ts +63 -30
  4. package/dist/apis/work-order-api.js +55 -35
  5. package/dist/esm/apis/work-order-api.d.ts +63 -30
  6. package/dist/esm/apis/work-order-api.js +55 -35
  7. package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
  8. package/dist/esm/models/index.d.ts +2 -1
  9. package/dist/esm/models/index.js +2 -1
  10. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  11. package/dist/esm/models/period-detail-resp.d.ts +7 -0
  12. package/dist/esm/models/plan-add-vo.d.ts +7 -0
  13. package/dist/esm/models/plan-detail-dto.d.ts +7 -0
  14. package/dist/esm/models/plan-edit-vo.d.ts +7 -0
  15. package/dist/esm/models/plan-search-dto.d.ts +7 -0
  16. package/dist/esm/models/space-add-excel-dto.d.ts +1 -1
  17. package/dist/esm/models/space-add-vo.d.ts +3 -3
  18. package/dist/esm/models/space-detail-dto.d.ts +3 -3
  19. package/dist/esm/models/space-edit-vo.d.ts +3 -3
  20. package/dist/esm/models/{space-type-enum.d.ts → space-level-enum.d.ts} +3 -3
  21. package/dist/esm/models/{space-type-enum.js → space-level-enum.js} +2 -2
  22. package/dist/esm/models/space-tree-dto.d.ts +3 -3
  23. package/dist/esm/models/work-order-search-dto.d.ts +7 -0
  24. package/dist/esm/models/work-order-type-subcategory-enum.d.ts +31 -0
  25. package/dist/esm/models/work-order-type-subcategory-enum.js +32 -0
  26. package/dist/models/get-user-wx200-response.d.ts +10 -10
  27. package/dist/models/index.d.ts +2 -1
  28. package/dist/models/index.js +2 -1
  29. package/dist/models/ipage-access-vo.d.ts +6 -6
  30. package/dist/models/period-detail-resp.d.ts +7 -0
  31. package/dist/models/plan-add-vo.d.ts +7 -0
  32. package/dist/models/plan-detail-dto.d.ts +7 -0
  33. package/dist/models/plan-edit-vo.d.ts +7 -0
  34. package/dist/models/plan-search-dto.d.ts +7 -0
  35. package/dist/models/space-add-excel-dto.d.ts +1 -1
  36. package/dist/models/space-add-vo.d.ts +3 -3
  37. package/dist/models/space-detail-dto.d.ts +3 -3
  38. package/dist/models/space-edit-vo.d.ts +3 -3
  39. package/dist/models/{space-type-enum.d.ts → space-level-enum.d.ts} +3 -3
  40. package/dist/models/{space-type-enum.js → space-level-enum.js} +3 -3
  41. package/dist/models/space-tree-dto.d.ts +3 -3
  42. package/dist/models/work-order-search-dto.d.ts +7 -0
  43. package/dist/models/work-order-type-subcategory-enum.d.ts +31 -0
  44. package/dist/models/work-order-type-subcategory-enum.js +35 -0
  45. package/models/get-user-wx200-response.ts +10 -10
  46. package/models/index.ts +2 -1
  47. package/models/ipage-access-vo.ts +6 -6
  48. package/models/period-detail-resp.ts +9 -0
  49. package/models/plan-add-vo.ts +9 -0
  50. package/models/plan-detail-dto.ts +9 -0
  51. package/models/plan-edit-vo.ts +9 -0
  52. package/models/plan-search-dto.ts +9 -0
  53. package/models/space-add-excel-dto.ts +1 -1
  54. package/models/space-add-vo.ts +3 -3
  55. package/models/space-detail-dto.ts +4 -4
  56. package/models/space-edit-vo.ts +3 -3
  57. package/models/{space-type-enum.ts → space-level-enum.ts} +3 -3
  58. package/models/space-tree-dto.ts +3 -3
  59. package/models/work-order-search-dto.ts +9 -0
  60. package/models/work-order-type-subcategory-enum.ts +41 -0
  61. package/package.json +1 -1
@@ -741,12 +741,12 @@ export * from './space-detail-dto';
741
741
  export * from './space-edit-vo';
742
742
  export * from './space-image-detail-dto';
743
743
  export * from './space-industry-attribute-enum';
744
+ export * from './space-level-enum';
744
745
  export * from './space-point-dto';
745
746
  export * from './space-point-vo';
746
747
  export * from './space-qr-code';
747
748
  export * from './space-qr-code-dto';
748
749
  export * from './space-tree-dto';
749
- export * from './space-type-enum';
750
750
  export * from './space-url-add-vo';
751
751
  export * from './space-url-dto';
752
752
  export * from './space-url-edit-vo';
@@ -903,6 +903,7 @@ export * from './work-order-submit-vo';
903
903
  export * from './work-order-surveillance-dto';
904
904
  export * from './work-order-type-dto';
905
905
  export * from './work-order-type-enum';
906
+ export * from './work-order-type-subcategory-enum';
906
907
  export * from './wx-ma-user-info';
907
908
  export * from './wx-menu';
908
909
  export * from './wx-menu-button';
@@ -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}
@@ -14,6 +14,7 @@ import type { InspectionPoint } from './inspection-point';
14
14
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
15
15
  import type { WorkOrderStatusEnum } from './work-order-status-enum';
16
16
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
17
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
17
18
  /**
18
19
  * 周期工单响应参数
19
20
  * @export
@@ -194,6 +195,12 @@ export interface PeriodDetailResp {
194
195
  * @memberof PeriodDetailResp
195
196
  */
196
197
  'workOrderDeptIds'?: Array<number>;
198
+ /**
199
+ *
200
+ * @type {WorkOrderTypeSubcategoryEnum}
201
+ * @memberof PeriodDetailResp
202
+ */
203
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
197
204
  }
198
205
  export declare const PeriodDetailRespSamplingResultsEnum: {
199
206
  readonly Zero: "ZERO";
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { InspectionItemContentVo } from './inspection-item-content-vo';
13
13
  import type { PlanItemAddVo } from './plan-item-add-vo';
14
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
14
15
  /**
15
16
  * 计划工单新建请求参数
16
17
  * @export
@@ -77,6 +78,12 @@ export interface PlanAddVo {
77
78
  * @memberof PlanAddVo
78
79
  */
79
80
  'renovationId'?: number;
81
+ /**
82
+ *
83
+ * @type {WorkOrderTypeSubcategoryEnum}
84
+ * @memberof PlanAddVo
85
+ */
86
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
80
87
  }
81
88
  export declare const PlanAddVoPlanTypeEnum: {
82
89
  readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { PlanInspectionItemsDTO } from './plan-inspection-items-dto';
13
13
  import type { PlanItemEditVo } from './plan-item-edit-vo';
14
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
14
15
  /**
15
16
  * 返回数据,可以是任意类型的值
16
17
  * @export
@@ -89,6 +90,12 @@ export interface PlanDetailDTO {
89
90
  * @memberof PlanDetailDTO
90
91
  */
91
92
  'assigneeName'?: string;
93
+ /**
94
+ *
95
+ * @type {WorkOrderTypeSubcategoryEnum}
96
+ * @memberof PlanDetailDTO
97
+ */
98
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
92
99
  }
93
100
  export declare const PlanDetailDTOPlanTypeEnum: {
94
101
  readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { InspectionItemContentVo } from './inspection-item-content-vo';
13
13
  import type { PlanItemEditVo } from './plan-item-edit-vo';
14
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
14
15
  /**
15
16
  * 计划工单编辑请求参数
16
17
  * @export
@@ -65,6 +66,12 @@ export interface PlanEditVo {
65
66
  * @memberof PlanEditVo
66
67
  */
67
68
  'inspectionItemContents': Array<InspectionItemContentVo>;
69
+ /**
70
+ *
71
+ * @type {WorkOrderTypeSubcategoryEnum}
72
+ * @memberof PlanEditVo
73
+ */
74
+ 'workOrderTypeSubcategory': WorkOrderTypeSubcategoryEnum;
68
75
  }
69
76
  export declare const PlanEditVoPlanTypeEnum: {
70
77
  readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
13
13
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
14
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
14
15
  /**
15
16
  * 计划管理列表参数
16
17
  * @export
@@ -71,6 +72,12 @@ export interface PlanSearchDTO {
71
72
  * @memberof PlanSearchDTO
72
73
  */
73
74
  'deptIds'?: Array<number>;
75
+ /**
76
+ *
77
+ * @type {WorkOrderTypeSubcategoryEnum}
78
+ * @memberof PlanSearchDTO
79
+ */
80
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
74
81
  }
75
82
  export declare const PlanSearchDTOPlanTypeEnum: {
76
83
  readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
@@ -26,7 +26,7 @@ export interface SpaceAddExcelDTO {
26
26
  * @type {string}
27
27
  * @memberof SpaceAddExcelDTO
28
28
  */
29
- 'spaceType'?: string;
29
+ 'spaceLevel'?: string;
30
30
  /**
31
31
  * 空间编码
32
32
  * @type {string}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
- import type { SpaceTypeEnum } from './space-type-enum';
13
+ import type { SpaceLevelEnum } from './space-level-enum';
14
14
  /**
15
15
  * 新增空间参数
16
16
  * @export
@@ -115,10 +115,10 @@ export interface SpaceAddVO {
115
115
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
116
116
  /**
117
117
  *
118
- * @type {SpaceTypeEnum}
118
+ * @type {SpaceLevelEnum}
119
119
  * @memberof SpaceAddVO
120
120
  */
121
- 'spaceType': SpaceTypeEnum;
121
+ 'spaceLevel': SpaceLevelEnum;
122
122
  /**
123
123
  * 空间编码
124
124
  * @type {string}
@@ -11,8 +11,8 @@
11
11
  */
12
12
  import type { PlanImageList } from './plan-image-list';
13
13
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
14
+ import type { SpaceLevelEnum } from './space-level-enum';
14
15
  import type { SpacePointDTO } from './space-point-dto';
15
- import type { SpaceTypeEnum } from './space-type-enum';
16
16
  /**
17
17
  * 空间详情出参
18
18
  * @export
@@ -177,10 +177,10 @@ export interface SpaceDetailDTO {
177
177
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
178
178
  /**
179
179
  *
180
- * @type {SpaceTypeEnum}
180
+ * @type {SpaceLevelEnum}
181
181
  * @memberof SpaceDetailDTO
182
182
  */
183
- 'spaceType'?: SpaceTypeEnum;
183
+ 'spaceLevel'?: SpaceLevelEnum;
184
184
  /**
185
185
  * 空间编码
186
186
  * @type {string}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
- import type { SpaceTypeEnum } from './space-type-enum';
13
+ import type { SpaceLevelEnum } from './space-level-enum';
14
14
  /**
15
15
  * 修改空间名称
16
16
  * @export
@@ -133,10 +133,10 @@ export interface SpaceEditVO {
133
133
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
134
134
  /**
135
135
  *
136
- * @type {SpaceTypeEnum}
136
+ * @type {SpaceLevelEnum}
137
137
  * @memberof SpaceEditVO
138
138
  */
139
- 'spaceType': SpaceTypeEnum;
139
+ 'spaceLevel': SpaceLevelEnum;
140
140
  /**
141
141
  * 空间编码
142
142
  * @type {string}
@@ -10,14 +10,14 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * 空间类型
13
+ * 空间级别
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
17
- export declare const SpaceTypeEnum: {
17
+ export declare const SpaceLevelEnum: {
18
18
  readonly Park: "PARK";
19
19
  readonly Building: "BUILDING";
20
20
  readonly Warehouse: "WAREHOUSE";
21
21
  readonly Other: "OTHER";
22
22
  };
23
- export type SpaceTypeEnum = typeof SpaceTypeEnum[keyof typeof SpaceTypeEnum];
23
+ export type SpaceLevelEnum = typeof SpaceLevelEnum[keyof typeof SpaceLevelEnum];
@@ -12,11 +12,11 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  /**
15
- * 空间类型
15
+ * 空间级别
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
19
- export const SpaceTypeEnum = {
19
+ export const SpaceLevelEnum = {
20
20
  Park: 'PARK',
21
21
  Building: 'BUILDING',
22
22
  Warehouse: 'WAREHOUSE',
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
- import type { SpaceTypeEnum } from './space-type-enum';
13
+ import type { SpaceLevelEnum } from './space-level-enum';
14
14
  import type { Surveillance } from './surveillance';
15
15
  /**
16
16
  * 返回数据,可以是任意类型的值
@@ -134,10 +134,10 @@ export interface SpaceTreeDTO {
134
134
  'surveillances'?: Array<Surveillance>;
135
135
  /**
136
136
  *
137
- * @type {SpaceTypeEnum}
137
+ * @type {SpaceLevelEnum}
138
138
  * @memberof SpaceTreeDTO
139
139
  */
140
- 'spaceType'?: SpaceTypeEnum;
140
+ 'spaceLevel'?: SpaceLevelEnum;
141
141
  /**
142
142
  * 空间编码
143
143
  * @type {string}
@@ -15,6 +15,7 @@ import type { WorkOrderHandlerDto } from './work-order-handler-dto';
15
15
  import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
16
16
  import type { WorkOrderStatusEnum } from './work-order-status-enum';
17
17
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
18
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
18
19
  /**
19
20
  * 工单查询DTO
20
21
  * @export
@@ -135,6 +136,12 @@ export interface WorkOrderSearchDTO {
135
136
  * @memberof WorkOrderSearchDTO
136
137
  */
137
138
  'finishTime'?: string;
139
+ /**
140
+ *
141
+ * @type {WorkOrderTypeSubcategoryEnum}
142
+ * @memberof WorkOrderSearchDTO
143
+ */
144
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
138
145
  }
139
146
  export declare const WorkOrderSearchDTOSamplingResultsEnum: {
140
147
  readonly Zero: "ZERO";
@@ -0,0 +1,31 @@
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 WorkOrderTypeSubcategoryEnum: {
18
+ readonly MoInspection: "MO_INSPECTION";
19
+ readonly KeyAreaInspection: "KEY_AREA_INSPECTION";
20
+ readonly SmartWarehouseEquipmentInspection: "SMART_WAREHOUSE_EQUIPMENT_INSPECTION";
21
+ readonly ColdStorageEquipmentInspection: "COLD_STORAGE_EQUIPMENT_INSPECTION";
22
+ readonly BuildingEquipmentInspection: "BUILDING_EQUIPMENT_INSPECTION";
23
+ readonly SixSInspection: "SIX_S_INSPECTION";
24
+ readonly PestControlInspection: "PEST_CONTROL_INSPECTION";
25
+ readonly ElectricalInspection: "ELECTRICAL_INSPECTION";
26
+ readonly CentralControlShiftHandover: "CENTRAL_CONTROL_SHIFT_HANDOVER";
27
+ readonly BuildingEquipmentMaintenance: "BUILDING_EQUIPMENT_MAINTENANCE";
28
+ readonly SmartWarehouseEquipmentMaintenance: "SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE";
29
+ readonly ColdStorageEquipmentMaintenance: "COLD_STORAGE_EQUIPMENT_MAINTENANCE";
30
+ };
31
+ export type WorkOrderTypeSubcategoryEnum = typeof WorkOrderTypeSubcategoryEnum[keyof typeof WorkOrderTypeSubcategoryEnum];
@@ -0,0 +1,32 @@
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 WorkOrderTypeSubcategoryEnum = {
20
+ MoInspection: 'MO_INSPECTION',
21
+ KeyAreaInspection: 'KEY_AREA_INSPECTION',
22
+ SmartWarehouseEquipmentInspection: 'SMART_WAREHOUSE_EQUIPMENT_INSPECTION',
23
+ ColdStorageEquipmentInspection: 'COLD_STORAGE_EQUIPMENT_INSPECTION',
24
+ BuildingEquipmentInspection: 'BUILDING_EQUIPMENT_INSPECTION',
25
+ SixSInspection: 'SIX_S_INSPECTION',
26
+ PestControlInspection: 'PEST_CONTROL_INSPECTION',
27
+ ElectricalInspection: 'ELECTRICAL_INSPECTION',
28
+ CentralControlShiftHandover: 'CENTRAL_CONTROL_SHIFT_HANDOVER',
29
+ BuildingEquipmentMaintenance: 'BUILDING_EQUIPMENT_MAINTENANCE',
30
+ SmartWarehouseEquipmentMaintenance: 'SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE',
31
+ ColdStorageEquipmentMaintenance: 'COLD_STORAGE_EQUIPMENT_MAINTENANCE'
32
+ };
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {Array<string>}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'headerNames'?: Array<string>;
26
26
  /**
27
27
  *
28
- * @type {Array<string>}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'headerNames'?: Array<string>;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
34
  * @type {object}
@@ -65,12 +65,6 @@ export interface GetUserWx200Response {
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'outputStream'?: GetUserWx200ResponseOutputStream;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof GetUserWx200Response
72
- */
73
- 'characterEncoding'?: string;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
85
  'writer'?: object;
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'characterEncoding'?: string;
92
92
  }
@@ -741,12 +741,12 @@ export * from './space-detail-dto';
741
741
  export * from './space-edit-vo';
742
742
  export * from './space-image-detail-dto';
743
743
  export * from './space-industry-attribute-enum';
744
+ export * from './space-level-enum';
744
745
  export * from './space-point-dto';
745
746
  export * from './space-point-vo';
746
747
  export * from './space-qr-code';
747
748
  export * from './space-qr-code-dto';
748
749
  export * from './space-tree-dto';
749
- export * from './space-type-enum';
750
750
  export * from './space-url-add-vo';
751
751
  export * from './space-url-dto';
752
752
  export * from './space-url-edit-vo';
@@ -903,6 +903,7 @@ export * from './work-order-submit-vo';
903
903
  export * from './work-order-surveillance-dto';
904
904
  export * from './work-order-type-dto';
905
905
  export * from './work-order-type-enum';
906
+ export * from './work-order-type-subcategory-enum';
906
907
  export * from './wx-ma-user-info';
907
908
  export * from './wx-menu';
908
909
  export * from './wx-menu-button';
@@ -757,12 +757,12 @@ __exportStar(require("./space-detail-dto"), exports);
757
757
  __exportStar(require("./space-edit-vo"), exports);
758
758
  __exportStar(require("./space-image-detail-dto"), exports);
759
759
  __exportStar(require("./space-industry-attribute-enum"), exports);
760
+ __exportStar(require("./space-level-enum"), exports);
760
761
  __exportStar(require("./space-point-dto"), exports);
761
762
  __exportStar(require("./space-point-vo"), exports);
762
763
  __exportStar(require("./space-qr-code"), exports);
763
764
  __exportStar(require("./space-qr-code-dto"), exports);
764
765
  __exportStar(require("./space-tree-dto"), exports);
765
- __exportStar(require("./space-type-enum"), exports);
766
766
  __exportStar(require("./space-url-add-vo"), exports);
767
767
  __exportStar(require("./space-url-dto"), exports);
768
768
  __exportStar(require("./space-url-edit-vo"), exports);
@@ -919,6 +919,7 @@ __exportStar(require("./work-order-submit-vo"), exports);
919
919
  __exportStar(require("./work-order-surveillance-dto"), exports);
920
920
  __exportStar(require("./work-order-type-dto"), exports);
921
921
  __exportStar(require("./work-order-type-enum"), exports);
922
+ __exportStar(require("./work-order-type-subcategory-enum"), exports);
922
923
  __exportStar(require("./wx-ma-user-info"), exports);
923
924
  __exportStar(require("./wx-menu"), exports);
924
925
  __exportStar(require("./wx-menu-button"), exports);
@@ -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}
@@ -14,6 +14,7 @@ import type { InspectionPoint } from './inspection-point';
14
14
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
15
15
  import type { WorkOrderStatusEnum } from './work-order-status-enum';
16
16
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
17
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
17
18
  /**
18
19
  * 周期工单响应参数
19
20
  * @export
@@ -194,6 +195,12 @@ export interface PeriodDetailResp {
194
195
  * @memberof PeriodDetailResp
195
196
  */
196
197
  'workOrderDeptIds'?: Array<number>;
198
+ /**
199
+ *
200
+ * @type {WorkOrderTypeSubcategoryEnum}
201
+ * @memberof PeriodDetailResp
202
+ */
203
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
197
204
  }
198
205
  export declare const PeriodDetailRespSamplingResultsEnum: {
199
206
  readonly Zero: "ZERO";
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { InspectionItemContentVo } from './inspection-item-content-vo';
13
13
  import type { PlanItemAddVo } from './plan-item-add-vo';
14
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
14
15
  /**
15
16
  * 计划工单新建请求参数
16
17
  * @export
@@ -77,6 +78,12 @@ export interface PlanAddVo {
77
78
  * @memberof PlanAddVo
78
79
  */
79
80
  'renovationId'?: number;
81
+ /**
82
+ *
83
+ * @type {WorkOrderTypeSubcategoryEnum}
84
+ * @memberof PlanAddVo
85
+ */
86
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
80
87
  }
81
88
  export declare const PlanAddVoPlanTypeEnum: {
82
89
  readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { PlanInspectionItemsDTO } from './plan-inspection-items-dto';
13
13
  import type { PlanItemEditVo } from './plan-item-edit-vo';
14
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
14
15
  /**
15
16
  * 返回数据,可以是任意类型的值
16
17
  * @export
@@ -89,6 +90,12 @@ export interface PlanDetailDTO {
89
90
  * @memberof PlanDetailDTO
90
91
  */
91
92
  'assigneeName'?: string;
93
+ /**
94
+ *
95
+ * @type {WorkOrderTypeSubcategoryEnum}
96
+ * @memberof PlanDetailDTO
97
+ */
98
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
92
99
  }
93
100
  export declare const PlanDetailDTOPlanTypeEnum: {
94
101
  readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { InspectionItemContentVo } from './inspection-item-content-vo';
13
13
  import type { PlanItemEditVo } from './plan-item-edit-vo';
14
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
14
15
  /**
15
16
  * 计划工单编辑请求参数
16
17
  * @export
@@ -65,6 +66,12 @@ export interface PlanEditVo {
65
66
  * @memberof PlanEditVo
66
67
  */
67
68
  'inspectionItemContents': Array<InspectionItemContentVo>;
69
+ /**
70
+ *
71
+ * @type {WorkOrderTypeSubcategoryEnum}
72
+ * @memberof PlanEditVo
73
+ */
74
+ 'workOrderTypeSubcategory': WorkOrderTypeSubcategoryEnum;
68
75
  }
69
76
  export declare const PlanEditVoPlanTypeEnum: {
70
77
  readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
13
13
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
14
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
14
15
  /**
15
16
  * 计划管理列表参数
16
17
  * @export
@@ -71,6 +72,12 @@ export interface PlanSearchDTO {
71
72
  * @memberof PlanSearchDTO
72
73
  */
73
74
  'deptIds'?: Array<number>;
75
+ /**
76
+ *
77
+ * @type {WorkOrderTypeSubcategoryEnum}
78
+ * @memberof PlanSearchDTO
79
+ */
80
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
74
81
  }
75
82
  export declare const PlanSearchDTOPlanTypeEnum: {
76
83
  readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
@@ -26,7 +26,7 @@ export interface SpaceAddExcelDTO {
26
26
  * @type {string}
27
27
  * @memberof SpaceAddExcelDTO
28
28
  */
29
- 'spaceType'?: string;
29
+ 'spaceLevel'?: string;
30
30
  /**
31
31
  * 空间编码
32
32
  * @type {string}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
- import type { SpaceTypeEnum } from './space-type-enum';
13
+ import type { SpaceLevelEnum } from './space-level-enum';
14
14
  /**
15
15
  * 新增空间参数
16
16
  * @export
@@ -115,10 +115,10 @@ export interface SpaceAddVO {
115
115
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
116
116
  /**
117
117
  *
118
- * @type {SpaceTypeEnum}
118
+ * @type {SpaceLevelEnum}
119
119
  * @memberof SpaceAddVO
120
120
  */
121
- 'spaceType': SpaceTypeEnum;
121
+ 'spaceLevel': SpaceLevelEnum;
122
122
  /**
123
123
  * 空间编码
124
124
  * @type {string}