@gizone/rrs-client 4.2.9-alpha.484 → 4.2.9-alpha.486

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.
@@ -27,4 +27,10 @@ export interface DashboardParkStatisticsVO {
27
27
  * @memberof DashboardParkStatisticsVO
28
28
  */
29
29
  'surveillanceCount'?: number;
30
+ /**
31
+ * 监控覆盖率
32
+ * @type {number}
33
+ * @memberof DashboardParkStatisticsVO
34
+ */
35
+ 'monitoringCoverageRate'?: number;
30
36
  }
@@ -93,4 +93,16 @@ export interface DashboardSurveillanceParkGroupStatsVO {
93
93
  * @memberof DashboardSurveillanceParkGroupStatsVO
94
94
  */
95
95
  'srmCenterCode'?: string;
96
+ /**
97
+ * 园区合同面积
98
+ * @type {number}
99
+ * @memberof DashboardSurveillanceParkGroupStatsVO
100
+ */
101
+ 'parkContractArea'?: number;
102
+ /**
103
+ * 监控覆盖率
104
+ * @type {number}
105
+ * @memberof DashboardSurveillanceParkGroupStatsVO
106
+ */
107
+ 'coverageRate'?: number;
96
108
  }
@@ -27,4 +27,10 @@ export interface DashboardParkStatisticsVO {
27
27
  * @memberof DashboardParkStatisticsVO
28
28
  */
29
29
  'surveillanceCount'?: number;
30
+ /**
31
+ * 监控覆盖率
32
+ * @type {number}
33
+ * @memberof DashboardParkStatisticsVO
34
+ */
35
+ 'monitoringCoverageRate'?: number;
30
36
  }
@@ -93,4 +93,16 @@ export interface DashboardSurveillanceParkGroupStatsVO {
93
93
  * @memberof DashboardSurveillanceParkGroupStatsVO
94
94
  */
95
95
  'srmCenterCode'?: string;
96
+ /**
97
+ * 园区合同面积
98
+ * @type {number}
99
+ * @memberof DashboardSurveillanceParkGroupStatsVO
100
+ */
101
+ 'parkContractArea'?: number;
102
+ /**
103
+ * 监控覆盖率
104
+ * @type {number}
105
+ * @memberof DashboardSurveillanceParkGroupStatsVO
106
+ */
107
+ 'coverageRate'?: number;
96
108
  }
@@ -32,5 +32,11 @@ export interface DashboardParkStatisticsVO {
32
32
  * @memberof DashboardParkStatisticsVO
33
33
  */
34
34
  'surveillanceCount'?: number;
35
+ /**
36
+ * 监控覆盖率
37
+ * @type {number}
38
+ * @memberof DashboardParkStatisticsVO
39
+ */
40
+ 'monitoringCoverageRate'?: number;
35
41
  }
36
42
 
@@ -98,5 +98,17 @@ export interface DashboardSurveillanceParkGroupStatsVO {
98
98
  * @memberof DashboardSurveillanceParkGroupStatsVO
99
99
  */
100
100
  'srmCenterCode'?: string;
101
+ /**
102
+ * 园区合同面积
103
+ * @type {number}
104
+ * @memberof DashboardSurveillanceParkGroupStatsVO
105
+ */
106
+ 'parkContractArea'?: number;
107
+ /**
108
+ * 监控覆盖率
109
+ * @type {number}
110
+ * @memberof DashboardSurveillanceParkGroupStatsVO
111
+ */
112
+ 'coverageRate'?: number;
101
113
  }
102
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.484",
3
+ "version": "4.2.9-alpha.486",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {