@gizone/rrs-client 4.2.7-alpha.441 → 4.2.7-alpha.443

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.
@@ -22,6 +22,12 @@ export interface DashboardAccessSourceGroupStatsVO {
22
22
  * @memberof DashboardAccessSourceGroupStatsVO
23
23
  */
24
24
  'accessSource'?: AccessAppointmentSourceEnum;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof DashboardAccessSourceGroupStatsVO
29
+ */
30
+ 'accessSourceDesc'?: string;
25
31
  /**
26
32
  * 总数
27
33
  * @type {number}
@@ -22,6 +22,12 @@ export interface DashboardWorkOrderTypeSubcategoryGroupStatsVO {
22
22
  * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
23
23
  */
24
24
  'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
29
+ */
30
+ 'workOrderTypeSubcategoryDesc'?: string;
25
31
  /**
26
32
  * 工单总数
27
33
  * @type {number}
@@ -22,6 +22,12 @@ export interface DashboardAccessSourceGroupStatsVO {
22
22
  * @memberof DashboardAccessSourceGroupStatsVO
23
23
  */
24
24
  'accessSource'?: AccessAppointmentSourceEnum;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof DashboardAccessSourceGroupStatsVO
29
+ */
30
+ 'accessSourceDesc'?: string;
25
31
  /**
26
32
  * 总数
27
33
  * @type {number}
@@ -22,6 +22,12 @@ export interface DashboardWorkOrderTypeSubcategoryGroupStatsVO {
22
22
  * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
23
23
  */
24
24
  'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
29
+ */
30
+ 'workOrderTypeSubcategoryDesc'?: string;
25
31
  /**
26
32
  * 工单总数
27
33
  * @type {number}
@@ -29,6 +29,12 @@ export interface DashboardAccessSourceGroupStatsVO {
29
29
  * @memberof DashboardAccessSourceGroupStatsVO
30
30
  */
31
31
  'accessSource'?: AccessAppointmentSourceEnum;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof DashboardAccessSourceGroupStatsVO
36
+ */
37
+ 'accessSourceDesc'?: string;
32
38
  /**
33
39
  * 总数
34
40
  * @type {number}
@@ -29,6 +29,12 @@ export interface DashboardWorkOrderTypeSubcategoryGroupStatsVO {
29
29
  * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
30
30
  */
31
31
  'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
36
+ */
37
+ 'workOrderTypeSubcategoryDesc'?: string;
32
38
  /**
33
39
  * 工单总数
34
40
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.7-alpha.441",
3
+ "version": "4.2.7-alpha.443",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {