nayota-show-sdk 1.3.25 → 1.3.26
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.
- package/api/area.js +1 -0
- package/package.json +1 -1
package/api/area.js
CHANGED
|
@@ -25,6 +25,7 @@ import { requestShow } from '../utils'
|
|
|
25
25
|
* @property {Object} statisticsJson - 统计组件自定义json
|
|
26
26
|
* @property {string} areaClass - 区域类型id
|
|
27
27
|
* @property {string} managerName - 管理人姓名
|
|
28
|
+
* @property {number} areaSize - 区域面积(平方米)
|
|
28
29
|
* @example
|
|
29
30
|
* {
|
|
30
31
|
"_id": "67073bfe463d6e00099becdd",
|