@gizone/rrs-client 4.2.9-alpha.524 → 4.2.9-alpha.527

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.
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
389
+ 'cid'?: string;
390
390
  }
@@ -153,7 +153,7 @@ export interface WorkOrderGroupEquipmentDTO {
153
153
  */
154
154
  'handlerUserName'?: string;
155
155
  /**
156
- * 抽检结果
156
+ * 抽检结果(巡检点抽检结果)
157
157
  * @type {string}
158
158
  * @memberof WorkOrderGroupEquipmentDTO
159
159
  */
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
389
+ 'cid'?: string;
390
390
  }
@@ -153,7 +153,7 @@ export interface WorkOrderGroupEquipmentDTO {
153
153
  */
154
154
  'handlerUserName'?: string;
155
155
  /**
156
- * 抽检结果
156
+ * 抽检结果(巡检点抽检结果)
157
157
  * @type {string}
158
158
  * @memberof WorkOrderGroupEquipmentDTO
159
159
  */
@@ -388,16 +388,16 @@ export interface SysUser {
388
388
  'sourceUserId'?: string;
389
389
  /**
390
390
  *
391
- * @type {string}
391
+ * @type {number}
392
392
  * @memberof SysUser
393
393
  */
394
- 'cid'?: string;
394
+ 'cuserId'?: number;
395
395
  /**
396
396
  *
397
- * @type {number}
397
+ * @type {string}
398
398
  * @memberof SysUser
399
399
  */
400
- 'cuserId'?: number;
400
+ 'cid'?: string;
401
401
  }
402
402
 
403
403
 
@@ -168,7 +168,7 @@ export interface WorkOrderGroupEquipmentDTO {
168
168
  */
169
169
  'handlerUserName'?: string;
170
170
  /**
171
- * 抽检结果
171
+ * 抽检结果(巡检点抽检结果)
172
172
  * @type {string}
173
173
  * @memberof WorkOrderGroupEquipmentDTO
174
174
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.524",
3
+ "version": "4.2.9-alpha.527",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {