@gizone/rrs-client 4.2.7-alpha.456 → 4.2.7-alpha.457

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.
@@ -57,6 +57,12 @@ export interface DashboardWorkOrderParkGroupStatsVO {
57
57
  * @memberof DashboardWorkOrderParkGroupStatsVO
58
58
  */
59
59
  'completionRate'?: number;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof DashboardWorkOrderParkGroupStatsVO
64
+ */
65
+ 'completionRateStr'?: string;
60
66
  /**
61
67
  * srm大区编码
62
68
  * @type {string}
@@ -53,6 +53,12 @@ export interface DashboardWorkOrderTypeGroupStatsVO {
53
53
  * @memberof DashboardWorkOrderTypeGroupStatsVO
54
54
  */
55
55
  'completionRate'?: number;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof DashboardWorkOrderTypeGroupStatsVO
60
+ */
61
+ 'completionRateStr'?: string;
56
62
  /**
57
63
  * 工单问题类型分组统计
58
64
  * @type {Array<DashboardWorkOrderIssueTypeGroupStatsVO>}
@@ -58,4 +58,10 @@ export interface DashboardWorkOrderTypeSubcategoryGroupStatsVO {
58
58
  * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
59
59
  */
60
60
  'completionRate'?: number;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
65
+ */
66
+ 'completionRateStr'?: string;
61
67
  }
@@ -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
  }
@@ -57,6 +57,12 @@ export interface DashboardWorkOrderParkGroupStatsVO {
57
57
  * @memberof DashboardWorkOrderParkGroupStatsVO
58
58
  */
59
59
  'completionRate'?: number;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof DashboardWorkOrderParkGroupStatsVO
64
+ */
65
+ 'completionRateStr'?: string;
60
66
  /**
61
67
  * srm大区编码
62
68
  * @type {string}
@@ -53,6 +53,12 @@ export interface DashboardWorkOrderTypeGroupStatsVO {
53
53
  * @memberof DashboardWorkOrderTypeGroupStatsVO
54
54
  */
55
55
  'completionRate'?: number;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof DashboardWorkOrderTypeGroupStatsVO
60
+ */
61
+ 'completionRateStr'?: string;
56
62
  /**
57
63
  * 工单问题类型分组统计
58
64
  * @type {Array<DashboardWorkOrderIssueTypeGroupStatsVO>}
@@ -58,4 +58,10 @@ export interface DashboardWorkOrderTypeSubcategoryGroupStatsVO {
58
58
  * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
59
59
  */
60
60
  'completionRate'?: number;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
65
+ */
66
+ 'completionRateStr'?: string;
61
67
  }
@@ -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
  }
@@ -62,6 +62,12 @@ export interface DashboardWorkOrderParkGroupStatsVO {
62
62
  * @memberof DashboardWorkOrderParkGroupStatsVO
63
63
  */
64
64
  'completionRate'?: number;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof DashboardWorkOrderParkGroupStatsVO
69
+ */
70
+ 'completionRateStr'?: string;
65
71
  /**
66
72
  * srm大区编码
67
73
  * @type {string}
@@ -62,6 +62,12 @@ export interface DashboardWorkOrderTypeGroupStatsVO {
62
62
  * @memberof DashboardWorkOrderTypeGroupStatsVO
63
63
  */
64
64
  'completionRate'?: number;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof DashboardWorkOrderTypeGroupStatsVO
69
+ */
70
+ 'completionRateStr'?: string;
65
71
  /**
66
72
  * 工单问题类型分组统计
67
73
  * @type {Array<DashboardWorkOrderIssueTypeGroupStatsVO>}
@@ -65,6 +65,12 @@ export interface DashboardWorkOrderTypeSubcategoryGroupStatsVO {
65
65
  * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
66
66
  */
67
67
  'completionRate'?: number;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
72
+ */
73
+ 'completionRateStr'?: string;
68
74
  }
69
75
 
70
76
 
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.7-alpha.456",
3
+ "version": "4.2.7-alpha.457",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {