@gizone/rrs-client 4.1.2-alpha.170 → 4.1.2-alpha.173

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 (111) hide show
  1. package/.openapi-generator/FILES +4 -0
  2. package/apis/equipment-api.ts +0 -91
  3. package/apis/open-api-api.ts +312 -0
  4. package/apis/work-order-api.ts +106 -52
  5. package/dist/apis/equipment-api.d.ts +0 -47
  6. package/dist/apis/equipment-api.js +0 -70
  7. package/dist/apis/open-api-api.d.ts +166 -0
  8. package/dist/apis/open-api-api.js +226 -0
  9. package/dist/apis/work-order-api.d.ts +63 -30
  10. package/dist/apis/work-order-api.js +55 -35
  11. package/dist/esm/apis/equipment-api.d.ts +0 -47
  12. package/dist/esm/apis/equipment-api.js +0 -70
  13. package/dist/esm/apis/open-api-api.d.ts +166 -0
  14. package/dist/esm/apis/open-api-api.js +227 -1
  15. package/dist/esm/apis/work-order-api.d.ts +63 -30
  16. package/dist/esm/apis/work-order-api.js +55 -35
  17. package/dist/esm/models/equipment-detail-dto.d.ts +29 -1
  18. package/dist/esm/models/equipment-detail-dto.js +8 -1
  19. package/dist/esm/models/equipment-edit-batch-vo.d.ts +10 -1
  20. package/dist/esm/models/equipment-edit-batch-vo.js +8 -1
  21. package/dist/esm/models/equipment-edit-vo.d.ts +23 -1
  22. package/dist/esm/models/equipment-edit-vo.js +8 -1
  23. package/dist/esm/models/equipment-search-system-dto.d.ts +29 -1
  24. package/dist/esm/models/equipment-search-system-dto.js +8 -1
  25. package/dist/esm/models/equipment-search-vo.d.ts +11 -2
  26. package/dist/esm/models/equipment-search-vo.js +8 -1
  27. package/dist/esm/models/equipment-status.d.ts +30 -0
  28. package/dist/esm/models/equipment-status.js +14 -0
  29. package/dist/esm/models/equipment-tree-details-dto.d.ts +30 -2
  30. package/dist/esm/models/equipment-tree-details-dto.js +8 -1
  31. package/dist/esm/models/equipment.d.ts +62 -8
  32. package/dist/esm/models/get-user-wx200-response.d.ts +9 -9
  33. package/dist/esm/models/index.d.ts +4 -0
  34. package/dist/esm/models/index.js +4 -0
  35. package/dist/esm/models/ipage-access-vo.d.ts +7 -7
  36. package/dist/esm/models/park-info-dto.d.ts +6 -0
  37. package/dist/esm/models/period-detail-resp.d.ts +7 -0
  38. package/dist/esm/models/plan-add-vo.d.ts +7 -0
  39. package/dist/esm/models/plan-detail-dto.d.ts +7 -0
  40. package/dist/esm/models/plan-edit-vo.d.ts +7 -0
  41. package/dist/esm/models/plan-search-dto.d.ts +7 -0
  42. package/dist/esm/models/sync-equipment-status-vo.d.ts +37 -0
  43. package/dist/esm/models/sync-equipment-status-vo.js +14 -0
  44. package/dist/esm/models/sync-equipment-vo.d.ts +13 -174
  45. package/dist/esm/models/third-party-system-enum.d.ts +22 -0
  46. package/dist/esm/models/third-party-system-enum.js +23 -0
  47. package/dist/esm/models/work-order-dept-settings-add-or-update-vo.d.ts +2 -2
  48. package/dist/esm/models/work-order-dept-settings-entity.d.ts +2 -2
  49. package/dist/esm/models/work-order-search-dto.d.ts +7 -0
  50. package/dist/esm/models/work-order-type-subcategory-enum.d.ts +31 -0
  51. package/dist/esm/models/work-order-type-subcategory-enum.js +32 -0
  52. package/dist/models/equipment-detail-dto.d.ts +29 -1
  53. package/dist/models/equipment-detail-dto.js +9 -0
  54. package/dist/models/equipment-edit-batch-vo.d.ts +10 -1
  55. package/dist/models/equipment-edit-batch-vo.js +9 -0
  56. package/dist/models/equipment-edit-vo.d.ts +23 -1
  57. package/dist/models/equipment-edit-vo.js +9 -0
  58. package/dist/models/equipment-search-system-dto.d.ts +29 -1
  59. package/dist/models/equipment-search-system-dto.js +9 -0
  60. package/dist/models/equipment-search-vo.d.ts +11 -2
  61. package/dist/models/equipment-search-vo.js +9 -0
  62. package/dist/models/equipment-status.d.ts +30 -0
  63. package/dist/models/equipment-status.js +15 -0
  64. package/dist/models/equipment-tree-details-dto.d.ts +30 -2
  65. package/dist/models/equipment-tree-details-dto.js +9 -0
  66. package/dist/models/equipment.d.ts +62 -8
  67. package/dist/models/get-user-wx200-response.d.ts +9 -9
  68. package/dist/models/index.d.ts +4 -0
  69. package/dist/models/index.js +4 -0
  70. package/dist/models/ipage-access-vo.d.ts +7 -7
  71. package/dist/models/park-info-dto.d.ts +6 -0
  72. package/dist/models/period-detail-resp.d.ts +7 -0
  73. package/dist/models/plan-add-vo.d.ts +7 -0
  74. package/dist/models/plan-detail-dto.d.ts +7 -0
  75. package/dist/models/plan-edit-vo.d.ts +7 -0
  76. package/dist/models/plan-search-dto.d.ts +7 -0
  77. package/dist/models/sync-equipment-status-vo.d.ts +37 -0
  78. package/dist/models/sync-equipment-status-vo.js +15 -0
  79. package/dist/models/sync-equipment-vo.d.ts +13 -174
  80. package/dist/models/third-party-system-enum.d.ts +22 -0
  81. package/dist/models/third-party-system-enum.js +26 -0
  82. package/dist/models/work-order-dept-settings-add-or-update-vo.d.ts +2 -2
  83. package/dist/models/work-order-dept-settings-entity.d.ts +2 -2
  84. package/dist/models/work-order-search-dto.d.ts +7 -0
  85. package/dist/models/work-order-type-subcategory-enum.d.ts +31 -0
  86. package/dist/models/work-order-type-subcategory-enum.js +35 -0
  87. package/models/equipment-detail-dto.ts +34 -1
  88. package/models/equipment-edit-batch-vo.ts +13 -1
  89. package/models/equipment-edit-vo.ts +28 -1
  90. package/models/equipment-search-system-dto.ts +34 -1
  91. package/models/equipment-search-vo.ts +14 -2
  92. package/models/equipment-status.ts +36 -0
  93. package/models/equipment-tree-details-dto.ts +35 -2
  94. package/models/equipment.ts +62 -8
  95. package/models/get-user-wx200-response.ts +9 -9
  96. package/models/index.ts +4 -0
  97. package/models/ipage-access-vo.ts +7 -7
  98. package/models/park-info-dto.ts +6 -0
  99. package/models/period-detail-resp.ts +9 -0
  100. package/models/plan-add-vo.ts +9 -0
  101. package/models/plan-detail-dto.ts +9 -0
  102. package/models/plan-edit-vo.ts +9 -0
  103. package/models/plan-search-dto.ts +9 -0
  104. package/models/sync-equipment-status-vo.ts +45 -0
  105. package/models/sync-equipment-vo.ts +15 -174
  106. package/models/third-party-system-enum.ts +32 -0
  107. package/models/work-order-dept-settings-add-or-update-vo.ts +2 -2
  108. package/models/work-order-dept-settings-entity.ts +2 -2
  109. package/models/work-order-search-dto.ts +9 -0
  110. package/models/work-order-type-subcategory-enum.ts +41 -0
  111. package/package.json +1 -1
@@ -15,28 +15,82 @@
15
15
 
16
16
 
17
17
  /**
18
- * 设备详情
18
+ * 设备信息
19
19
  * @export
20
20
  * @interface Equipment
21
21
  */
22
22
  export interface Equipment {
23
23
  /**
24
- * 设备id
25
- * @type {number}
24
+ * 设备编码
25
+ * @type {string}
26
26
  * @memberof Equipment
27
27
  */
28
- 'equipmentId'?: number;
28
+ 'equipmentCode': string;
29
29
  /**
30
30
  * 设备名称
31
31
  * @type {string}
32
32
  * @memberof Equipment
33
33
  */
34
- 'equipmentName'?: string;
34
+ 'equipmentName': string;
35
+ /**
36
+ * 设备系统
37
+ * @type {string}
38
+ * @memberof Equipment
39
+ */
40
+ 'equipmentSystem'?: string;
41
+ /**
42
+ * 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
43
+ * @type {number}
44
+ * @memberof Equipment
45
+ */
46
+ 'equipmentStatus': number;
47
+ /**
48
+ * 维保类型
49
+ * @type {string}
50
+ * @memberof Equipment
51
+ */
52
+ 'maintenanceType'?: string;
53
+ /**
54
+ * 维保公司
55
+ * @type {string}
56
+ * @memberof Equipment
57
+ */
58
+ 'maintenanceCompany'?: string;
59
+ /**
60
+ * 维保等级
61
+ * @type {string}
62
+ * @memberof Equipment
63
+ */
64
+ 'maintenanceLevel'?: string;
65
+ /**
66
+ * 维保联系人
67
+ * @type {string}
68
+ * @memberof Equipment
69
+ */
70
+ 'maintenanceContact'?: string;
71
+ /**
72
+ * 设备手册
73
+ * @type {Array<string>}
74
+ * @memberof Equipment
75
+ */
76
+ 'equipmentManuals'?: Array<string>;
35
77
  /**
36
- * 关联设备
37
- * @type {Array<number>}
78
+ * 出厂时间(格式:yyyy-MM-dd HH:mm:ss)
79
+ * @type {string}
80
+ * @memberof Equipment
81
+ */
82
+ 'deliveryTime'?: string;
83
+ /**
84
+ * 安装时间(格式:yyyy-MM-dd HH:mm:ss)
85
+ * @type {string}
86
+ * @memberof Equipment
87
+ */
88
+ 'installTime'?: string;
89
+ /**
90
+ * 质保到期时间(格式:yyyy-MM-dd HH:mm:ss)
91
+ * @type {string}
38
92
  * @memberof Equipment
39
93
  */
40
- 'relatedEquipmentIds'?: Array<number>;
94
+ 'warrantyTime'?: string;
41
95
  }
42
96
 
@@ -46,34 +46,34 @@ export interface GetUserWx200Response {
46
46
  'trailerFields'?: object;
47
47
  /**
48
48
  *
49
- * @type {number}
49
+ * @type {string}
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
- 'bufferSize'?: number;
52
+ 'contentType'?: string;
53
53
  /**
54
54
  *
55
- * @type {GetUserWx200ResponseLocale}
55
+ * @type {number}
56
56
  * @memberof GetUserWx200Response
57
57
  */
58
- 'locale'?: GetUserWx200ResponseLocale;
58
+ 'contentLength'?: number;
59
59
  /**
60
60
  *
61
- * @type {string}
61
+ * @type {GetUserWx200ResponseOutputStream}
62
62
  * @memberof GetUserWx200Response
63
63
  */
64
- 'contentType'?: string;
64
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
65
65
  /**
66
66
  *
67
67
  * @type {number}
68
68
  * @memberof GetUserWx200Response
69
69
  */
70
- 'contentLength'?: number;
70
+ 'bufferSize'?: number;
71
71
  /**
72
72
  *
73
- * @type {GetUserWx200ResponseOutputStream}
73
+ * @type {GetUserWx200ResponseLocale}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
- 'outputStream'?: GetUserWx200ResponseOutputStream;
76
+ 'locale'?: GetUserWx200ResponseLocale;
77
77
  /**
78
78
  *
79
79
  * @type {string}
package/models/index.ts CHANGED
@@ -180,6 +180,7 @@ export * from './equipment-qr-code-vo';
180
180
  export * from './equipment-search-system-dto';
181
181
  export * from './equipment-search-vo';
182
182
  export * from './equipment-space-search-vo';
183
+ export * from './equipment-status';
183
184
  export * from './equipment-system-add-vo';
184
185
  export * from './equipment-system-edit-vo';
185
186
  export * from './equipment-system-entity';
@@ -790,6 +791,7 @@ export * from './switch-pak-body';
790
791
  export * from './switch-pak-body-v2-vo';
791
792
  export * from './switch-park-v2-dto';
792
793
  export * from './sync-device-unit-vo';
794
+ export * from './sync-equipment-status-vo';
793
795
  export * from './sync-equipment-vo';
794
796
  export * from './sys-config';
795
797
  export * from './sys-dept';
@@ -815,6 +817,7 @@ export * from './system-user-msg-source-type-enum';
815
817
  export * from './system-user-msg-type-enum';
816
818
  export * from './table-data-info';
817
819
  export * from './tenant-surrender-vo';
820
+ export * from './third-party-system-enum';
818
821
  export * from './unit-item';
819
822
  export * from './unloading-area-add-vo';
820
823
  export * from './unloading-area-entity';
@@ -900,6 +903,7 @@ export * from './work-order-submit-vo';
900
903
  export * from './work-order-surveillance-dto';
901
904
  export * from './work-order-type-dto';
902
905
  export * from './work-order-type-enum';
906
+ export * from './work-order-type-subcategory-enum';
903
907
  export * from './wx-ma-user-info';
904
908
  export * from './wx-menu';
905
909
  export * from './wx-menu-button';
@@ -31,16 +31,16 @@ export interface IPageAccessVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {Array<AccessVO>}
34
+ * @type {number}
35
35
  * @memberof IPageAccessVO
36
36
  */
37
- 'records'?: Array<AccessVO>;
37
+ 'current'?: number;
38
38
  /**
39
39
  *
40
- * @type {number}
40
+ * @type {Array<AccessVO>}
41
41
  * @memberof IPageAccessVO
42
42
  */
43
- 'current'?: number;
43
+ 'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
46
  * @type {number}
@@ -51,15 +51,15 @@ export interface IPageAccessVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
+ * @deprecated
54
55
  */
55
- 'searchCount'?: boolean;
56
+ 'hitCount'?: boolean;
56
57
  /**
57
58
  *
58
59
  * @type {boolean}
59
60
  * @memberof IPageAccessVO
60
- * @deprecated
61
61
  */
62
- 'hitCount'?: boolean;
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -23,6 +23,12 @@ import type { DeptRelationDTO } from './dept-relation-dto';
23
23
  * @interface ParkInfoDTO
24
24
  */
25
25
  export interface ParkInfoDTO {
26
+ /**
27
+ * 园区ID
28
+ * @type {number}
29
+ * @memberof ParkInfoDTO
30
+ */
31
+ 'parkId'?: number;
26
32
  /**
27
33
  * 园区名称
28
34
  * @type {string}
@@ -28,6 +28,9 @@ import type { WorkOrderStatusEnum } from './work-order-status-enum';
28
28
  // May contain unused imports in some cases
29
29
  // @ts-ignore
30
30
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
33
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
31
34
 
32
35
  /**
33
36
  * 周期工单响应参数
@@ -209,6 +212,12 @@ export interface PeriodDetailResp {
209
212
  * @memberof PeriodDetailResp
210
213
  */
211
214
  'workOrderDeptIds'?: Array<number>;
215
+ /**
216
+ *
217
+ * @type {WorkOrderTypeSubcategoryEnum}
218
+ * @memberof PeriodDetailResp
219
+ */
220
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
212
221
  }
213
222
 
214
223
  export const PeriodDetailRespSamplingResultsEnum = {
@@ -19,6 +19,9 @@ import type { InspectionItemContentVo } from './inspection-item-content-vo';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
21
  import type { PlanItemAddVo } from './plan-item-add-vo';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
22
25
 
23
26
  /**
24
27
  * 计划工单新建请求参数
@@ -86,6 +89,12 @@ export interface PlanAddVo {
86
89
  * @memberof PlanAddVo
87
90
  */
88
91
  'renovationId'?: number;
92
+ /**
93
+ *
94
+ * @type {WorkOrderTypeSubcategoryEnum}
95
+ * @memberof PlanAddVo
96
+ */
97
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
89
98
  }
90
99
 
91
100
  export const PlanAddVoPlanTypeEnum = {
@@ -19,6 +19,9 @@ import type { PlanInspectionItemsDTO } from './plan-inspection-items-dto';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
21
  import type { PlanItemEditVo } from './plan-item-edit-vo';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
22
25
 
23
26
  /**
24
27
  * 返回数据,可以是任意类型的值
@@ -98,6 +101,12 @@ export interface PlanDetailDTO {
98
101
  * @memberof PlanDetailDTO
99
102
  */
100
103
  'assigneeName'?: string;
104
+ /**
105
+ *
106
+ * @type {WorkOrderTypeSubcategoryEnum}
107
+ * @memberof PlanDetailDTO
108
+ */
109
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
101
110
  }
102
111
 
103
112
  export const PlanDetailDTOPlanTypeEnum = {
@@ -19,6 +19,9 @@ import type { InspectionItemContentVo } from './inspection-item-content-vo';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
21
  import type { PlanItemEditVo } from './plan-item-edit-vo';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
22
25
 
23
26
  /**
24
27
  * 计划工单编辑请求参数
@@ -74,6 +77,12 @@ export interface PlanEditVo {
74
77
  * @memberof PlanEditVo
75
78
  */
76
79
  'inspectionItemContents': Array<InspectionItemContentVo>;
80
+ /**
81
+ *
82
+ * @type {WorkOrderTypeSubcategoryEnum}
83
+ * @memberof PlanEditVo
84
+ */
85
+ 'workOrderTypeSubcategory': WorkOrderTypeSubcategoryEnum;
77
86
  }
78
87
 
79
88
  export const PlanEditVoPlanTypeEnum = {
@@ -19,6 +19,9 @@ import type { WorkOrderDeptDTO } from './work-order-dept-dto';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
21
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
22
25
 
23
26
  /**
24
27
  * 计划管理列表参数
@@ -80,6 +83,12 @@ export interface PlanSearchDTO {
80
83
  * @memberof PlanSearchDTO
81
84
  */
82
85
  'deptIds'?: Array<number>;
86
+ /**
87
+ *
88
+ * @type {WorkOrderTypeSubcategoryEnum}
89
+ * @memberof PlanSearchDTO
90
+ */
91
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
83
92
  }
84
93
 
85
94
  export const PlanSearchDTOPlanTypeEnum = {
@@ -0,0 +1,45 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { EquipmentStatus } from './equipment-status';
19
+
20
+ /**
21
+ * 同步设备状态参数
22
+ * @export
23
+ * @interface SyncEquipmentStatusVo
24
+ */
25
+ export interface SyncEquipmentStatusVo {
26
+ /**
27
+ * 中心编码(C码)
28
+ * @type {string}
29
+ * @memberof SyncEquipmentStatusVo
30
+ */
31
+ 'centerCode': string;
32
+ /**
33
+ * 来源系统
34
+ * @type {string}
35
+ * @memberof SyncEquipmentStatusVo
36
+ */
37
+ 'source': string;
38
+ /**
39
+ * 设备列表
40
+ * @type {Array<EquipmentStatus>}
41
+ * @memberof SyncEquipmentStatusVo
42
+ */
43
+ 'equipments'?: Array<EquipmentStatus>;
44
+ }
45
+
@@ -13,192 +13,33 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { Equipment } from './equipment';
16
19
 
17
20
  /**
18
21
  * 同步设备参数
19
22
  * @export
20
- * @interface SyncEquipmentVO
23
+ * @interface SyncEquipmentVo
21
24
  */
22
- export interface SyncEquipmentVO {
25
+ export interface SyncEquipmentVo {
23
26
  /**
24
- * IOT设备部件id
25
- * @type {number}
26
- * @memberof SyncEquipmentVO
27
- */
28
- 'id'?: number;
29
- /**
30
- * 设备id
31
- * @type {number}
32
- * @memberof SyncEquipmentVO
33
- */
34
- 'deviceId'?: number;
35
- /**
36
- * 园区id
37
- * @type {number}
38
- * @memberof SyncEquipmentVO
39
- */
40
- 'parkId'?: number;
41
- /**
42
- * 所属系统
43
- * @type {string}
44
- * @memberof SyncEquipmentVO
45
- */
46
- 'owningSystem'?: string;
47
- /**
48
- * 系统类型
49
- * @type {string}
50
- * @memberof SyncEquipmentVO
51
- */
52
- 'systemType'?: string;
53
- /**
54
- * 品牌id
55
- * @type {string}
56
- * @memberof SyncEquipmentVO
57
- */
58
- 'brandId'?: string;
59
- /**
60
- * 型号id
61
- * @type {string}
62
- * @memberof SyncEquipmentVO
63
- */
64
- 'modelId'?: string;
65
- /**
66
- * 设备厂商类型
67
- * @type {string}
68
- * @memberof SyncEquipmentVO
69
- */
70
- 'producterId'?: string;
71
- /**
72
- * 外部单位id
73
- * @type {string}
74
- * @memberof SyncEquipmentVO
75
- */
76
- 'unitId'?: string;
77
- /**
78
- * 设备类型
79
- * @type {string}
80
- * @memberof SyncEquipmentVO
81
- */
82
- 'deviceType'?: string;
83
- /**
84
- * 设备部件类型
85
- * @type {string}
86
- * @memberof SyncEquipmentVO
87
- */
88
- 'unitType'?: string;
89
- /**
90
- * code
91
- * @type {string}
92
- * @memberof SyncEquipmentVO
93
- */
94
- 'deviceCode'?: string;
95
- /**
96
- * 设备name
97
- * @type {string}
98
- * @memberof SyncEquipmentVO
99
- */
100
- 'deviceName'?: string;
101
- /**
102
- * 外部设备id
103
- * @type {string}
104
- * @memberof SyncEquipmentVO
105
- */
106
- 'outDeviceId'?: string;
107
- /**
108
- * 外部部件id
109
- * @type {string}
110
- * @memberof SyncEquipmentVO
111
- */
112
- 'outUnitId'?: string;
113
- /**
114
- * 设备部件编码
27
+ * 中心编码(C码)
115
28
  * @type {string}
116
- * @memberof SyncEquipmentVO
29
+ * @memberof SyncEquipmentVo
117
30
  */
118
- 'unitCode'?: string;
31
+ 'centerCode': string;
119
32
  /**
120
- * 设备部件名称
33
+ * 来源系统 [资产:FAM]
121
34
  * @type {string}
122
- * @memberof SyncEquipmentVO
123
- */
124
- 'unitName'?: string;
125
- /**
126
- * 部件卡号
127
- * @type {string}
128
- * @memberof SyncEquipmentVO
129
- */
130
- 'unitCard'?: string;
131
- /**
132
- * 部件源地址
133
- * @type {string}
134
- * @memberof SyncEquipmentVO
135
- */
136
- 'unitSource'?: string;
137
- /**
138
- * 部件状态
139
- * @type {string}
140
- * @memberof SyncEquipmentVO
141
- */
142
- 'status'?: string;
143
- /**
144
- * 最大阈值
145
- * @type {string}
146
- * @memberof SyncEquipmentVO
147
- */
148
- 'maxValue'?: string;
149
- /**
150
- * 最小阈值
151
- * @type {string}
152
- * @memberof SyncEquipmentVO
153
- */
154
- 'minValue'?: string;
155
- /**
156
- * 是否删除 1未删除 0删除
157
- * @type {number}
158
- * @memberof SyncEquipmentVO
159
- */
160
- 'isDelete'?: number;
161
- /**
162
- * 详细安装位置
163
- * @type {string}
164
- * @memberof SyncEquipmentVO
165
- */
166
- 'location'?: string;
167
- /**
168
- * 心跳时间
169
- * @type {string}
170
- * @memberof SyncEquipmentVO
171
- */
172
- 'heartBeatAt'?: string;
173
- /**
174
- * 下次心跳时间
175
- * @type {string}
176
- * @memberof SyncEquipmentVO
177
- */
178
- 'heartBeatExpiresAt'?: string;
179
- /**
180
- * 倍率
181
- * @type {number}
182
- * @memberof SyncEquipmentVO
183
- */
184
- 'magnification'?: number;
185
- /**
186
- * 记录id 暂时无用
187
- * @type {number}
188
- * @memberof SyncEquipmentVO
189
- */
190
- 'recordId'?: number;
191
- /**
192
- * 上传时间间隔
193
- * @type {number}
194
- * @memberof SyncEquipmentVO
35
+ * @memberof SyncEquipmentVo
195
36
  */
196
- 'uploadTimeInterval'?: number;
37
+ 'source': string;
197
38
  /**
198
- * 节点id
199
- * @type {number}
200
- * @memberof SyncEquipmentVO
39
+ * 设备列表
40
+ * @type {Array<Equipment>}
41
+ * @memberof SyncEquipmentVo
201
42
  */
202
- 'nodeId'?: number;
43
+ 'equipments'?: Array<Equipment>;
203
44
  }
204
45
 
@@ -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
+
17
+ /**
18
+ * 来源
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const ThirdPartySystemEnum = {
24
+ Saas: 'SAAS',
25
+ Sqm: 'SQM',
26
+ Fam: 'FAM'
27
+ } as const;
28
+
29
+ export type ThirdPartySystemEnum = typeof ThirdPartySystemEnum[keyof typeof ThirdPartySystemEnum];
30
+
31
+
32
+
@@ -34,9 +34,9 @@ export interface WorkOrderDeptSettingsAddOrUpdateVO {
34
34
  'keyConfig': string;
35
35
  /**
36
36
  * deptId
37
- * @type {number}
37
+ * @type {Array<number>}
38
38
  * @memberof WorkOrderDeptSettingsAddOrUpdateVO
39
39
  */
40
- 'deptId'?: number;
40
+ 'deptIds'?: Array<number>;
41
41
  }
42
42
 
@@ -43,10 +43,10 @@ export interface WorkOrderDeptSettingsEntity {
43
43
  'keyConfig'?: string;
44
44
  /**
45
45
  * 部门id
46
- * @type {number}
46
+ * @type {Array<number>}
47
47
  * @memberof WorkOrderDeptSettingsEntity
48
48
  */
49
- 'deptId'?: number;
49
+ 'deptIds'?: Array<number>;
50
50
  /**
51
51
  * 园区id
52
52
  * @type {number}
@@ -31,6 +31,9 @@ import type { WorkOrderStatusEnum } from './work-order-status-enum';
31
31
  // May contain unused imports in some cases
32
32
  // @ts-ignore
33
33
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
34
+ // May contain unused imports in some cases
35
+ // @ts-ignore
36
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
34
37
 
35
38
  /**
36
39
  * 工单查询DTO
@@ -152,6 +155,12 @@ export interface WorkOrderSearchDTO {
152
155
  * @memberof WorkOrderSearchDTO
153
156
  */
154
157
  'finishTime'?: string;
158
+ /**
159
+ *
160
+ * @type {WorkOrderTypeSubcategoryEnum}
161
+ * @memberof WorkOrderSearchDTO
162
+ */
163
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
155
164
  }
156
165
 
157
166
  export const WorkOrderSearchDTOSamplingResultsEnum = {