@gizone/rrs-client 3.11.17-alpha.99 → 4.0.0-alpha.106

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 (138) hide show
  1. package/.openapi-generator/FILES +11 -2
  2. package/README.md +2 -2
  3. package/api.ts +1 -0
  4. package/apis/device-api.ts +153 -0
  5. package/apis/surveillance-api.ts +30 -105
  6. package/apis/work-order-api.ts +283 -0
  7. package/configuration.ts +1 -1
  8. package/dist/api.d.ts +1 -0
  9. package/dist/api.js +1 -0
  10. package/dist/apis/device-api.d.ts +88 -0
  11. package/dist/apis/device-api.js +139 -0
  12. package/dist/apis/surveillance-api.d.ts +30 -60
  13. package/dist/apis/surveillance-api.js +21 -75
  14. package/dist/apis/work-order-api.d.ts +149 -0
  15. package/dist/apis/work-order-api.js +214 -0
  16. package/dist/configuration.js +1 -1
  17. package/dist/esm/api.d.ts +1 -0
  18. package/dist/esm/api.js +1 -0
  19. package/dist/esm/apis/device-api.d.ts +88 -0
  20. package/dist/esm/apis/device-api.js +132 -0
  21. package/dist/esm/apis/surveillance-api.d.ts +30 -60
  22. package/dist/esm/apis/surveillance-api.js +20 -74
  23. package/dist/esm/apis/work-order-api.d.ts +149 -0
  24. package/dist/esm/apis/work-order-api.js +214 -0
  25. package/dist/esm/configuration.js +1 -1
  26. package/dist/esm/models/equipment-detail-dto.d.ts +8 -14
  27. package/dist/esm/models/equipment-point-edit-vo.d.ts +2 -8
  28. package/dist/esm/models/equipment-search-system-dto.d.ts +6 -12
  29. package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
  30. package/dist/esm/models/index.d.ts +10 -2
  31. package/dist/esm/models/index.js +10 -2
  32. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +56 -0
  33. package/dist/esm/models/surveillance-details-dto.d.ts +18 -111
  34. package/dist/esm/models/surveillance-details-dto.js +5 -1
  35. package/dist/esm/models/surveillance.d.ts +9 -4
  36. package/dist/esm/models/surveillance.js +5 -1
  37. package/dist/esm/models/sync-device-unit-vo.d.ts +180 -0
  38. package/dist/esm/models/sync-device-unit-vo.js +14 -0
  39. package/dist/esm/models/sync-equipment-vo.d.ts +24 -0
  40. package/dist/esm/models/sys-user.d.ts +4 -4
  41. package/dist/{models/surveillance-status-enum.d.ts → esm/models/violation-center-attribute-enum.d.ts} +5 -5
  42. package/dist/esm/models/{surveillance-status-enum.js → violation-center-attribute-enum.js} +4 -4
  43. package/dist/esm/models/violation-decision-vo.d.ts +68 -0
  44. package/dist/esm/models/violation-decision-vo.js +14 -0
  45. package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
  46. package/dist/esm/models/violation-issue-type-enum.js +85 -0
  47. package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
  48. package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
  49. package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
  50. package/dist/esm/models/violation-work-order-add-vo.js +14 -0
  51. package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
  52. package/dist/esm/models/violation-work-order-details-dto.js +20 -0
  53. package/dist/esm/models/violation-work-order-info.d.ts +106 -0
  54. package/dist/esm/models/violation-work-order-info.js +14 -0
  55. package/dist/esm/models/{surveillance-status-enum.d.ts → work-order-approval-vo.d.ts} +10 -7
  56. package/dist/esm/models/work-order-approval-vo.js +14 -0
  57. package/dist/esm/models/work-order-decision-vo.d.ts +7 -0
  58. package/dist/esm/models/work-order-ext-data.d.ts +7 -0
  59. package/dist/esm/models/work-order-internal-status-enum.d.ts +3 -0
  60. package/dist/esm/models/work-order-internal-status-enum.js +4 -1
  61. package/dist/esm/models/work-order-issue-type-enum.d.ts +7 -1
  62. package/dist/esm/models/work-order-issue-type-enum.js +8 -2
  63. package/dist/esm/models/work-order-source-enum.d.ts +1 -0
  64. package/dist/esm/models/work-order-source-enum.js +2 -1
  65. package/dist/esm/models/work-order-type-enum.d.ts +1 -0
  66. package/dist/esm/models/work-order-type-enum.js +2 -1
  67. package/dist/models/equipment-detail-dto.d.ts +8 -14
  68. package/dist/models/equipment-point-edit-vo.d.ts +2 -8
  69. package/dist/models/equipment-search-system-dto.d.ts +6 -12
  70. package/dist/models/get-user-wx200-response.d.ts +4 -4
  71. package/dist/models/index.d.ts +10 -2
  72. package/dist/models/index.js +10 -2
  73. package/dist/models/json-result-violation-work-order-details-dto.d.ts +56 -0
  74. package/dist/models/surveillance-details-dto.d.ts +18 -111
  75. package/dist/models/surveillance-details-dto.js +6 -0
  76. package/dist/models/surveillance.d.ts +9 -4
  77. package/dist/models/surveillance.js +6 -0
  78. package/dist/models/sync-device-unit-vo.d.ts +180 -0
  79. package/dist/models/sync-device-unit-vo.js +15 -0
  80. package/dist/models/sync-equipment-vo.d.ts +24 -0
  81. package/dist/models/sys-user.d.ts +4 -4
  82. package/dist/models/violation-center-attribute-enum.d.ts +21 -0
  83. package/dist/models/{surveillance-status-enum.js → violation-center-attribute-enum.js} +5 -5
  84. package/dist/models/violation-decision-vo.d.ts +68 -0
  85. package/dist/models/violation-decision-vo.js +15 -0
  86. package/dist/models/violation-issue-type-enum.d.ts +84 -0
  87. package/dist/models/violation-issue-type-enum.js +88 -0
  88. package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
  89. package/dist/models/violation-responsibility-role-enum.js +25 -0
  90. package/dist/models/violation-work-order-add-vo.d.ts +87 -0
  91. package/dist/models/violation-work-order-add-vo.js +15 -0
  92. package/dist/models/violation-work-order-details-dto.d.ts +151 -0
  93. package/dist/models/violation-work-order-details-dto.js +23 -0
  94. package/dist/models/violation-work-order-info.d.ts +106 -0
  95. package/dist/models/violation-work-order-info.js +15 -0
  96. package/dist/models/work-order-approval-vo.d.ts +24 -0
  97. package/dist/models/work-order-approval-vo.js +15 -0
  98. package/dist/models/work-order-decision-vo.d.ts +7 -0
  99. package/dist/models/work-order-ext-data.d.ts +7 -0
  100. package/dist/models/work-order-internal-status-enum.d.ts +3 -0
  101. package/dist/models/work-order-internal-status-enum.js +4 -1
  102. package/dist/models/work-order-issue-type-enum.d.ts +7 -1
  103. package/dist/models/work-order-issue-type-enum.js +8 -2
  104. package/dist/models/work-order-source-enum.d.ts +1 -0
  105. package/dist/models/work-order-source-enum.js +2 -1
  106. package/dist/models/work-order-type-enum.d.ts +1 -0
  107. package/dist/models/work-order-type-enum.js +2 -1
  108. package/models/equipment-detail-dto.ts +8 -14
  109. package/models/equipment-point-edit-vo.ts +2 -8
  110. package/models/equipment-search-system-dto.ts +6 -12
  111. package/models/get-user-wx200-response.ts +4 -4
  112. package/models/index.ts +10 -2
  113. package/models/json-result-violation-work-order-details-dto.ts +66 -0
  114. package/models/surveillance-details-dto.ts +19 -117
  115. package/models/surveillance.ts +10 -6
  116. package/models/sync-device-unit-vo.ts +186 -0
  117. package/models/sync-equipment-vo.ts +24 -0
  118. package/models/sys-user.ts +4 -4
  119. package/models/violation-center-attribute-enum.ts +31 -0
  120. package/models/violation-decision-vo.ts +80 -0
  121. package/models/violation-issue-type-enum.ts +94 -0
  122. package/models/violation-responsibility-role-enum.ts +31 -0
  123. package/models/violation-work-order-add-vo.ts +101 -0
  124. package/models/violation-work-order-details-dto.ts +182 -0
  125. package/models/violation-work-order-info.ts +122 -0
  126. package/models/{surveillance-status-enum.ts → work-order-approval-vo.ts} +10 -11
  127. package/models/work-order-decision-vo.ts +9 -0
  128. package/models/work-order-ext-data.ts +9 -0
  129. package/models/work-order-internal-status-enum.ts +4 -1
  130. package/models/work-order-issue-type-enum.ts +8 -2
  131. package/models/work-order-source-enum.ts +2 -1
  132. package/models/work-order-type-enum.ts +2 -1
  133. package/package.json +1 -1
  134. package/dist/esm/models/surveillance-add-vo.d.ts +0 -156
  135. package/dist/models/surveillance-add-vo.d.ts +0 -156
  136. package/models/surveillance-add-vo.ts +0 -162
  137. /package/dist/esm/models/{surveillance-add-vo.js → json-result-violation-work-order-details-dto.js} +0 -0
  138. /package/dist/models/{surveillance-add-vo.js → json-result-violation-work-order-details-dto.js} +0 -0
@@ -11,10 +11,7 @@
11
11
  */
12
12
  import type { FunctionalAreaEnum } from './functional-area-enum';
13
13
  import type { InstallationBodyEnum } from './installation-body-enum';
14
- import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
15
- import type { ParkPlatFormEnum } from './park-plat-form-enum';
16
14
  import type { Space } from './space';
17
- import type { SurveillanceStatusEnum } from './surveillance-status-enum';
18
15
  /**
19
16
  * 监控详情参数
20
17
  * @export
@@ -39,36 +36,6 @@ export interface SurveillanceDetailsDto {
39
36
  * @memberof SurveillanceDetailsDto
40
37
  */
41
38
  'surveillanceNo'?: string;
42
- /**
43
- * 区域名称 HIK同步
44
- * @type {string}
45
- * @memberof SurveillanceDetailsDto
46
- */
47
- 'hikAreaName'?: string;
48
- /**
49
- *
50
- * @type {ParkPlatFormEnum}
51
- * @memberof SurveillanceDetailsDto
52
- */
53
- 'hikPlatform'?: ParkPlatFormEnum;
54
- /**
55
- *
56
- * @type {ParkCenterAttributeEnum}
57
- * @memberof SurveillanceDetailsDto
58
- */
59
- 'hikCenter'?: ParkCenterAttributeEnum;
60
- /**
61
- * 大区 HIK同步
62
- * @type {string}
63
- * @memberof SurveillanceDetailsDto
64
- */
65
- 'hikRegion'?: string;
66
- /**
67
- * 仓库名 HIK同步
68
- * @type {string}
69
- * @memberof SurveillanceDetailsDto
70
- */
71
- 'hikWarehouseName'?: string;
72
39
  /**
73
40
  * 空间ID
74
41
  * @type {number}
@@ -82,41 +49,35 @@ export interface SurveillanceDetailsDto {
82
49
  */
83
50
  'functionalArea'?: FunctionalAreaEnum;
84
51
  /**
85
- * 区域ID HIK同步
86
- * @type {number}
87
- * @memberof SurveillanceDetailsDto
88
- */
89
- 'hikAreaId'?: number;
90
- /**
91
- * 设备ID HIK同步
52
+ * 监控名称
92
53
  * @type {string}
93
54
  * @memberof SurveillanceDetailsDto
94
55
  */
95
- 'hikDeviceId'?: string;
56
+ 'surveillanceName'?: string;
96
57
  /**
97
- * 监控名称
58
+ * 设备编码
98
59
  * @type {string}
99
60
  * @memberof SurveillanceDetailsDto
100
61
  */
101
- 'surveillanceName'?: string;
62
+ 'deviceCode'?: string;
102
63
  /**
103
- * IP地址 HIK同步
64
+ * 通道号
104
65
  * @type {string}
105
66
  * @memberof SurveillanceDetailsDto
106
67
  */
107
- 'hikIpAddress'?: string;
68
+ 'channelCode'?: string;
108
69
  /**
109
- * 设备编码 HIK同步
70
+ * 设备类型
110
71
  * @type {string}
111
72
  * @memberof SurveillanceDetailsDto
112
73
  */
113
- 'hikDeviceCode'?: string;
74
+ 'modelId'?: string;
114
75
  /**
115
- * 像素参数 HIK同步
76
+ * 品牌编号
116
77
  * @type {string}
117
78
  * @memberof SurveillanceDetailsDto
118
79
  */
119
- 'hikPixelParameter'?: string;
80
+ 'brandId'?: string;
120
81
  /**
121
82
  * 是否空间显示
122
83
  * @type {boolean}
@@ -124,71 +85,11 @@ export interface SurveillanceDetailsDto {
124
85
  */
125
86
  'isShowSpace'?: boolean;
126
87
  /**
127
- *
128
- * @type {SurveillanceStatusEnum}
129
- * @memberof SurveillanceDetailsDto
130
- */
131
- 'hikDeviceStatus'?: SurveillanceStatusEnum;
132
- /**
133
- * 持续时长 HIK同步
134
- * @type {number}
135
- * @memberof SurveillanceDetailsDto
136
- */
137
- 'hikDuration'?: number;
138
- /**
139
- * 离线原因 HIK同步
140
- * @type {string}
141
- * @memberof SurveillanceDetailsDto
142
- */
143
- 'hikOfflineReason'?: string;
144
- /**
145
- * 离线修复时间 HIK同步
146
- * @type {string}
147
- * @memberof SurveillanceDetailsDto
148
- */
149
- 'hikOfflineRepairTime'?: string;
150
- /**
151
- * 图像状态 HIK同步
152
- * @type {string}
153
- * @memberof SurveillanceDetailsDto
154
- */
155
- 'hikImageStatus'?: string;
156
- /**
157
- * 录制状态 HIK同步
158
- * @type {string}
159
- * @memberof SurveillanceDetailsDto
160
- */
161
- 'hikRecordingStatus'?: string;
162
- /**
163
- * 录像结果 HIK同步
164
- * @type {string}
165
- * @memberof SurveillanceDetailsDto
166
- */
167
- 'hikRecordingResult'?: string;
168
- /**
169
- * 巡检时间 HIK同步
170
- * @type {string}
171
- * @memberof SurveillanceDetailsDto
172
- */
173
- 'hikInspectionTime'?: string;
174
- /**
175
- * 断续频次 HIK同步
176
- * @type {string}
177
- * @memberof SurveillanceDetailsDto
178
- */
179
- 'hikIntermittentFrequency'?: string;
180
- /**
181
- * 录像保持天数 HIK同步
182
- * @type {string}
183
- * @memberof SurveillanceDetailsDto
184
- */
185
- 'hikVideoRetentionDays'?: string;
186
- /**
187
- * 未录像时长 HIK同步
88
+ * 设备状态枚举
188
89
  * @type {string}
189
90
  * @memberof SurveillanceDetailsDto
190
91
  */
191
- 'hikUnrecordedHours'?: string;
92
+ 'deviceStatus'?: SurveillanceDetailsDtoDeviceStatusEnum;
192
93
  /**
193
94
  *
194
95
  * @type {InstallationBodyEnum}
@@ -220,3 +121,9 @@ export interface SurveillanceDetailsDto {
220
121
  */
221
122
  'surveillancePoint'?: Array<number>;
222
123
  }
124
+ export declare const SurveillanceDetailsDtoDeviceStatusEnum: {
125
+ readonly Unknown: "UNKNOWN";
126
+ readonly Offline: "OFFLINE";
127
+ readonly Online: "ONLINE";
128
+ };
129
+ export type SurveillanceDetailsDtoDeviceStatusEnum = typeof SurveillanceDetailsDtoDeviceStatusEnum[keyof typeof SurveillanceDetailsDtoDeviceStatusEnum];
@@ -11,4 +11,8 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export {};
14
+ export const SurveillanceDetailsDtoDeviceStatusEnum = {
15
+ Unknown: 'UNKNOWN',
16
+ Offline: 'OFFLINE',
17
+ Online: 'ONLINE'
18
+ };
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { SurveillanceStatusEnum } from './surveillance-status-enum';
13
12
  /**
14
13
  * 监控详情
15
14
  * @export
@@ -41,9 +40,15 @@ export interface Surveillance {
41
40
  */
42
41
  'surveillancePoint'?: Array<number>;
43
42
  /**
44
- *
45
- * @type {SurveillanceStatusEnum}
43
+ * 设备状态枚举
44
+ * @type {string}
46
45
  * @memberof Surveillance
47
46
  */
48
- 'surveillanceStatus'?: SurveillanceStatusEnum;
47
+ 'surveillanceStatus'?: SurveillanceSurveillanceStatusEnum;
49
48
  }
49
+ export declare const SurveillanceSurveillanceStatusEnum: {
50
+ readonly Unknown: "UNKNOWN";
51
+ readonly Offline: "OFFLINE";
52
+ readonly Online: "ONLINE";
53
+ };
54
+ export type SurveillanceSurveillanceStatusEnum = typeof SurveillanceSurveillanceStatusEnum[keyof typeof SurveillanceSurveillanceStatusEnum];
@@ -11,4 +11,8 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export {};
14
+ export const SurveillanceSurveillanceStatusEnum = {
15
+ Unknown: 'UNKNOWN',
16
+ Offline: 'OFFLINE',
17
+ Online: 'ONLINE'
18
+ };
@@ -0,0 +1,180 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 设备同步参数
14
+ * @export
15
+ * @interface SyncDeviceUnitVo
16
+ */
17
+ export interface SyncDeviceUnitVo {
18
+ /**
19
+ * 园区id
20
+ * @type {number}
21
+ * @memberof SyncDeviceUnitVo
22
+ */
23
+ 'parkId'?: number;
24
+ /**
25
+ * 所属系统
26
+ * @type {string}
27
+ * @memberof SyncDeviceUnitVo
28
+ */
29
+ 'owningSystem'?: string;
30
+ /**
31
+ * 系统类型
32
+ * @type {string}
33
+ * @memberof SyncDeviceUnitVo
34
+ */
35
+ 'systemType'?: string;
36
+ /**
37
+ * 品牌id
38
+ * @type {string}
39
+ * @memberof SyncDeviceUnitVo
40
+ */
41
+ 'brandId'?: string;
42
+ /**
43
+ * 型号id
44
+ * @type {string}
45
+ * @memberof SyncDeviceUnitVo
46
+ */
47
+ 'modelId'?: string;
48
+ /**
49
+ * 设备厂商类型
50
+ * @type {string}
51
+ * @memberof SyncDeviceUnitVo
52
+ */
53
+ 'producterId'?: string;
54
+ /**
55
+ * 外部单位id
56
+ * @type {string}
57
+ * @memberof SyncDeviceUnitVo
58
+ */
59
+ 'unitId'?: string;
60
+ /**
61
+ * 设备类型
62
+ * @type {string}
63
+ * @memberof SyncDeviceUnitVo
64
+ */
65
+ 'deviceType'?: string;
66
+ /**
67
+ * 设备部件类型
68
+ * @type {string}
69
+ * @memberof SyncDeviceUnitVo
70
+ */
71
+ 'unitType'?: string;
72
+ /**
73
+ * code
74
+ * @type {string}
75
+ * @memberof SyncDeviceUnitVo
76
+ */
77
+ 'deviceCode'?: string;
78
+ /**
79
+ * 设备name
80
+ * @type {string}
81
+ * @memberof SyncDeviceUnitVo
82
+ */
83
+ 'deviceName'?: string;
84
+ /**
85
+ * 外部设备id
86
+ * @type {string}
87
+ * @memberof SyncDeviceUnitVo
88
+ */
89
+ 'outDeviceId'?: string;
90
+ /**
91
+ * 外部部件id
92
+ * @type {string}
93
+ * @memberof SyncDeviceUnitVo
94
+ */
95
+ 'outUnitId'?: string;
96
+ /**
97
+ * 设备部件编码
98
+ * @type {string}
99
+ * @memberof SyncDeviceUnitVo
100
+ */
101
+ 'unitCode'?: string;
102
+ /**
103
+ * 设备部件名称
104
+ * @type {string}
105
+ * @memberof SyncDeviceUnitVo
106
+ */
107
+ 'unitName'?: string;
108
+ /**
109
+ * 部件卡号
110
+ * @type {string}
111
+ * @memberof SyncDeviceUnitVo
112
+ */
113
+ 'unitCard'?: string;
114
+ /**
115
+ * 部件源地址
116
+ * @type {string}
117
+ * @memberof SyncDeviceUnitVo
118
+ */
119
+ 'unitSource'?: string;
120
+ /**
121
+ * 部件状态
122
+ * @type {string}
123
+ * @memberof SyncDeviceUnitVo
124
+ */
125
+ 'status'?: string;
126
+ /**
127
+ * 最大阈值
128
+ * @type {string}
129
+ * @memberof SyncDeviceUnitVo
130
+ */
131
+ 'maxValue'?: string;
132
+ /**
133
+ * 最小阈值
134
+ * @type {string}
135
+ * @memberof SyncDeviceUnitVo
136
+ */
137
+ 'minValue'?: string;
138
+ /**
139
+ * 详细安装位置
140
+ * @type {string}
141
+ * @memberof SyncDeviceUnitVo
142
+ */
143
+ 'location'?: string;
144
+ /**
145
+ * 心跳时间
146
+ * @type {string}
147
+ * @memberof SyncDeviceUnitVo
148
+ */
149
+ 'heartBeatAt'?: string;
150
+ /**
151
+ * 下次心跳时间
152
+ * @type {string}
153
+ * @memberof SyncDeviceUnitVo
154
+ */
155
+ 'heartBeatExpiresAt'?: string;
156
+ /**
157
+ * 倍率
158
+ * @type {number}
159
+ * @memberof SyncDeviceUnitVo
160
+ */
161
+ 'magnification'?: number;
162
+ /**
163
+ * 记录id 暂时无用
164
+ * @type {number}
165
+ * @memberof SyncDeviceUnitVo
166
+ */
167
+ 'recordId'?: number;
168
+ /**
169
+ * 上传时间间隔
170
+ * @type {number}
171
+ * @memberof SyncDeviceUnitVo
172
+ */
173
+ 'uploadTimeInterval'?: number;
174
+ /**
175
+ * 节点id
176
+ * @type {number}
177
+ * @memberof SyncDeviceUnitVo
178
+ */
179
+ 'nodeId'?: number;
180
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -165,10 +165,34 @@ export interface SyncEquipmentVO {
165
165
  * @memberof SyncEquipmentVO
166
166
  */
167
167
  'heartBeatAt'?: string;
168
+ /**
169
+ * 下次心跳时间
170
+ * @type {string}
171
+ * @memberof SyncEquipmentVO
172
+ */
173
+ 'heartBeatExpiresAt'?: string;
168
174
  /**
169
175
  * 倍率
170
176
  * @type {number}
171
177
  * @memberof SyncEquipmentVO
172
178
  */
173
179
  'magnification'?: number;
180
+ /**
181
+ * 记录id 暂时无用
182
+ * @type {number}
183
+ * @memberof SyncEquipmentVO
184
+ */
185
+ 'recordId'?: number;
186
+ /**
187
+ * 上传时间间隔
188
+ * @type {number}
189
+ * @memberof SyncEquipmentVO
190
+ */
191
+ 'uploadTimeInterval'?: number;
192
+ /**
193
+ * 节点id
194
+ * @type {number}
195
+ * @memberof SyncEquipmentVO
196
+ */
197
+ 'nodeId'?: number;
174
198
  }
@@ -357,14 +357,14 @@ export interface SysUser {
357
357
  'supplierId'?: number;
358
358
  /**
359
359
  *
360
- * @type {number}
360
+ * @type {string}
361
361
  * @memberof SysUser
362
362
  */
363
- 'cuserId'?: number;
363
+ 'cid'?: string;
364
364
  /**
365
365
  *
366
- * @type {string}
366
+ * @type {number}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cid'?: string;
369
+ 'cuserId'?: number;
370
370
  }
@@ -10,12 +10,12 @@
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 SurveillanceStatusEnum: {
18
- readonly OnLine: "ON_LINE";
19
- readonly OffLine: "OFF_LINE";
17
+ export declare const ViolationCenterAttributeEnum: {
18
+ readonly OriginWarehouse: "ORIGIN_WAREHOUSE";
19
+ readonly BelongWarehouse: "BELONG_WAREHOUSE";
20
20
  };
21
- export type SurveillanceStatusEnum = typeof SurveillanceStatusEnum[keyof typeof SurveillanceStatusEnum];
21
+ export type ViolationCenterAttributeEnum = typeof ViolationCenterAttributeEnum[keyof typeof ViolationCenterAttributeEnum];
@@ -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 SurveillanceStatusEnum = {
20
- OnLine: 'ON_LINE',
21
- OffLine: 'OFF_LINE'
19
+ export const ViolationCenterAttributeEnum = {
20
+ OriginWarehouse: 'ORIGIN_WAREHOUSE',
21
+ BelongWarehouse: 'BELONG_WAREHOUSE'
22
22
  };
@@ -0,0 +1,68 @@
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
+ import type { ViolationCenterAttributeEnum } from './violation-center-attribute-enum';
13
+ import type { ViolationResponsibilityRoleEnum } from './violation-responsibility-role-enum';
14
+ /**
15
+ * 违规工单判定参数
16
+ * @export
17
+ * @interface ViolationDecisionVo
18
+ */
19
+ export interface ViolationDecisionVo {
20
+ /**
21
+ * 是否成立
22
+ * @type {boolean}
23
+ * @memberof ViolationDecisionVo
24
+ */
25
+ 'isEstablished'?: boolean;
26
+ /**
27
+ * 违规数量
28
+ * @type {number}
29
+ * @memberof ViolationDecisionVo
30
+ */
31
+ 'violationCount'?: number;
32
+ /**
33
+ * OMS订单号
34
+ * @type {string}
35
+ * @memberof ViolationDecisionVo
36
+ */
37
+ 'omsNo'?: string;
38
+ /**
39
+ *
40
+ * @type {ViolationResponsibilityRoleEnum}
41
+ * @memberof ViolationDecisionVo
42
+ */
43
+ 'responsibilityRole'?: ViolationResponsibilityRoleEnum;
44
+ /**
45
+ * 责任供应商
46
+ * @type {string}
47
+ * @memberof ViolationDecisionVo
48
+ */
49
+ 'responsibilitySupplier'?: string;
50
+ /**
51
+ * 责任人
52
+ * @type {string}
53
+ * @memberof ViolationDecisionVo
54
+ */
55
+ 'responsibilityUser'?: string;
56
+ /**
57
+ *
58
+ * @type {ViolationCenterAttributeEnum}
59
+ * @memberof ViolationDecisionVo
60
+ */
61
+ 'centerAttribute'?: ViolationCenterAttributeEnum;
62
+ /**
63
+ * 索赔内容
64
+ * @type {string}
65
+ * @memberof ViolationDecisionVo
66
+ */
67
+ 'claimContent'?: string;
68
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,84 @@
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 ViolationIssueTypeEnum: {
18
+ readonly HighAltitudeWorkWithoutSafetyHelmetOrSafetyRope: "HIGH_ALTITUDE_WORK_WITHOUT_SAFETY_HELMET_OR_SAFETY_ROPE";
19
+ readonly WorkersWearingShortsOrSlippersInWarehouseArea: "WORKERS_WEARING_SHORTS_OR_SLIPPERS_IN_WAREHOUSE_AREA";
20
+ readonly ForkliftViolationLiftingPeopleForHighWork: "FORKLIFT_VIOLATION_LIFTING_PEOPLE_FOR_HIGH_WORK";
21
+ readonly HighShelfWarehouseWorkWithoutSafetyHelmet: "HIGH_SHELF_WAREHOUSE_WORK_WITHOUT_SAFETY_HELMET";
22
+ readonly ParkedVehiclesNotFollowingFourCapTwoWedgeRule: "PARKED_VEHICLES_NOT_FOLLOWING_FOUR_CAP_TWO_WEDGE_RULE";
23
+ readonly ForkliftNotRemovingKeyAfterParking: "FORKLIFT_NOT_REMOVING_KEY_AFTER_PARKING";
24
+ readonly ForkliftParkedInWarehouseAfterShiftForksNotReset: "FORKLIFT_PARKED_IN_WAREHOUSE_AFTER_SHIFT_FORKS_NOT_RESET";
25
+ readonly PlatformIllegalCharging: "PLATFORM_ILLEGAL_CHARGING";
26
+ readonly WarehouseAreaIllegalSmoking: "WAREHOUSE_AREA_ILLEGAL_SMOKING";
27
+ readonly VehiclesIllegallyEnteringWarehouseArea: "VEHICLES_ILLEGALLY_ENTERING_WAREHOUSE_AREA";
28
+ readonly OtherSafetyViolations: "OTHER_SAFETY_VIOLATIONS";
29
+ readonly FireExitBlocked: "FIRE_EXIT_BLOCKED";
30
+ readonly GoodsBlockingFireFightingEquipment: "GOODS_BLOCKING_FIRE_FIGHTING_EQUIPMENT";
31
+ readonly DebrisPiledInFrontOfPowerDistributionEquipment: "DEBRIS_PILED_IN_FRONT_OF_POWER_DISTRIBUTION_EQUIPMENT";
32
+ readonly AntiTheftDoorLyingFlatSidewaysOrUpsideDown: "ANTI_THEFT_DOOR_LYING_FLAT_SIDEWAYS_OR_UPSIDE_DOWN";
33
+ readonly GoodsStackedTooHigh: "GOODS_STACKED_TOO_HIGH";
34
+ readonly DampGoods: "DAMP_GOODS";
35
+ readonly TvIllegalStackingHeavyOnLight: "TV_ILLEGAL_STACKING_HEAVY_ON_LIGHT";
36
+ readonly GoodsWithPenetratingDamage: "GOODS_WITH_PENETRATING_DAMAGE";
37
+ readonly SidewaysOrUpsideDown: "SIDEWAYS_OR_UPSIDE_DOWN";
38
+ readonly GoodsStained: "GOODS_STAINED";
39
+ readonly GoodsWithScribbledPackaging: "GOODS_WITH_SCRIBBLED_PACKAGING";
40
+ readonly IrregularGoodsStacking: "IRREGULAR_GOODS_STACKING";
41
+ readonly DamagedGoodsAreaNotSet: "DAMAGED_GOODS_AREA_NOT_SET";
42
+ readonly GoodsCrushedOrDeformed: "GOODS_CRUSHED_OR_DEFORMED";
43
+ readonly IncorrectClampingSurfacePlacement: "INCORRECT_CLAMPING_SURFACE_PLACEMENT";
44
+ readonly GoodsWithFootprintsOnPackaging: "GOODS_WITH_FOOTPRINTS_ON_PACKAGING";
45
+ readonly TvDamageOrDirtyPackaging: "TV_DAMAGE_OR_DIRTY_PACKAGING";
46
+ readonly DustyGoods: "DUSTY_GOODS";
47
+ readonly AntiTippingMeasuresMissing: "ANTI_TIPPING_MEASURES_MISSING";
48
+ readonly WarehouseLeakage: "WAREHOUSE_LEAKAGE";
49
+ readonly UpsideDownOrSidewaysNonTvAppliances: "UPSIDE_DOWN_OR_SIDEWAYS_NON_TV_APPLIANCES";
50
+ readonly DamagedBoxesOnArrival: "DAMAGED_BOXES_ON_ARRIVAL";
51
+ readonly ImproperTvLoading: "IMPROPER_TV_LOADING";
52
+ readonly WorkingInRain: "WORKING_IN_RAIN";
53
+ readonly HeavyOnLight: "HEAVY_ON_LIGHT";
54
+ readonly DampOrDirtyContainer: "DAMP_OR_DIRTY_CONTAINER";
55
+ readonly ImproperTvStorage: "IMPROPER_TV_STORAGE";
56
+ readonly TvWetOrDamagedBox: "TV_WET_OR_DAMAGED_BOX";
57
+ readonly WrongClampingSurface: "WRONG_CLAMPING_SURFACE";
58
+ readonly DraggingGoodsOnGround: "DRAGGING_GOODS_ON_GROUND";
59
+ readonly ClampingTooHighAndDropping: "CLAMPING_TOO_HIGH_AND_DROPPING";
60
+ readonly ImproperClampingOfWashingMachines: "IMPROPER_CLAMPING_OF_WASHING_MACHINES";
61
+ readonly ImproperClampingOfRefrigerators: "IMPROPER_CLAMPING_OF_REFRIGERATORS";
62
+ readonly CornersOnGround: "CORNERS_ON_GROUND";
63
+ readonly ClampingDifferentSpecsSimultaneously: "CLAMPING_DIFFERENT_SPECS_SIMULTANEOUSLY";
64
+ readonly SqueezingOperationOfClampingTruck: "SQUEEZING_OPERATION_OF_CLAMPING_TRUCK";
65
+ readonly ImproperHandlingByPersonnel: "IMPROPER_HANDLING_BY_PERSONNEL";
66
+ readonly ThrowingGoods: "THROWING_GOODS";
67
+ readonly ImproperTvHandling: "IMPROPER_TV_HANDLING";
68
+ readonly ManualWorkTooHighAndDropping: "MANUAL_WORK_TOO_HIGH_AND_DROPPING";
69
+ readonly RoughHandlingOfTvs: "ROUGH_HANDLING_OF_TVS";
70
+ readonly ImproperClampingOfMassageChairs: "IMPROPER_CLAMPING_OF_MASSAGE_CHAIRS";
71
+ readonly ImproperElectronicWaybillAttachment: "IMPROPER_ELECTRONIC_WAYBILL_ATTACHMENT";
72
+ readonly ClampingAndDragging: "CLAMPING_AND_DRAGGING";
73
+ readonly IndustryClaimRecovery: "INDUSTRY_CLAIM_RECOVERY";
74
+ readonly AssetDamage: "ASSET_DAMAGE";
75
+ readonly ElectricityWaste: "ELECTRICITY_WASTE";
76
+ readonly NotSingleBuildingGoodsCollection: "NOT_SINGLE_BUILDING_GOODS_COLLECTION";
77
+ readonly FalseInventory: "FALSE_INVENTORY";
78
+ readonly SixSProblem: "SIX_S_PROBLEM";
79
+ readonly NoTeamMeeting: "NO_TEAM_MEETING";
80
+ readonly PlatformStagingAreaNotCleared: "PLATFORM_STAGING_AREA_NOT_CLEARED";
81
+ readonly UtilizationProblem: "UTILIZATION_PROBLEM";
82
+ readonly NoOneInControlRoom: "NO_ONE_IN_CONTROL_ROOM";
83
+ };
84
+ export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];