AED布点支持手动位置位置信息
This commit is contained in:
+6
@@ -47,6 +47,12 @@ public class AedEquipmentManger implements Serializable {
|
||||
@Excel(name = "资源名称", width = 15)
|
||||
@Schema(title = "资源名称")
|
||||
private String name;
|
||||
/**
|
||||
* 位置数据维护方式
|
||||
*/
|
||||
@Schema(title = "位置数据维护方式(0-地图选点,1-手动维护)")
|
||||
@Dict(dicCode = "geo_collect_type")
|
||||
private Integer geoCollectType = 0;
|
||||
/**
|
||||
* 经度
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user