大屏修改

This commit is contained in:
wanghao
2025-12-13 16:08:04 +08:00
parent 8f1d3fdf2a
commit 707e41025c
7 changed files with 26 additions and 7 deletions
@@ -190,4 +190,11 @@ public class Resource implements Serializable {
*/
@Schema(title = "安眼id")
private String ayId;
/**
* 位置数据维护方式
*/
@Schema(title = "位置数据维护方式(0-地图选点,1-手动维护)")
@Dict(dicCode = "geo_collect_type")
private Integer geoCollectType;
}