通过安眼接口更新基础数据
This commit is contained in:
+5
@@ -437,5 +437,10 @@ public class AedEquipmentManger implements Serializable {
|
||||
*/
|
||||
private String controlOrgName;
|
||||
|
||||
/**
|
||||
* 对应的安眼系统的业务ID
|
||||
*/
|
||||
@Schema(title = "安眼id")
|
||||
private String ayId;
|
||||
|
||||
}
|
||||
|
||||
+4
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user