AED布点支持手动位置位置信息

This commit is contained in:
feng
2025-12-02 11:21:50 +08:00
parent e7669dc8bc
commit ae4c5e7ee6
6 changed files with 32 additions and 0 deletions
@@ -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;
/**
* 经度
*/