@gizone/rrs-client 4.2.7-alpha.455 → 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
  }
@@ -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
  }
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.7-alpha.455",
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": {