通过安眼接口更新基础数据

This commit is contained in:
feng
2025-12-02 17:54:32 +08:00
parent cd6d48c22e
commit cb0d45c81b
9 changed files with 66 additions and 44 deletions
@@ -437,5 +437,10 @@ public class AedEquipmentManger implements Serializable {
*/
private String controlOrgName;
/**
* 对应的安眼系统的业务ID
*/
@Schema(title = "安眼id")
private String ayId;
}
@@ -67,6 +67,7 @@ public class Resource implements Serializable {
@Excel(name = "纬度", width = 15)
@Schema(title = "纬度")
private BigDecimal latitude;
/**
* 资源类型(1:油田医院 3:健康小屋 5:救护车) 202508xj 项目字典发生变化 , 使用字典resource_type ,
*/
@@ -184,7 +185,9 @@ public class Resource implements Serializable {
@Excel(name = "备注", width = 15)
@Schema(title = "备注")
private String memo;
/**
* 对应的安眼系统的业务ID
*/
@Schema(title = "安眼id")
private String ayId;
}