forked from dyf/fys-Multi-tenant
设备告警
This commit is contained in:
@ -68,12 +68,12 @@ public class DeviceAlarm extends TenantEntity {
|
||||
/**
|
||||
* 经度
|
||||
*/
|
||||
private Long longitude;
|
||||
private Double longitude;
|
||||
|
||||
/**
|
||||
* 纬度
|
||||
*/
|
||||
private Long latitude;
|
||||
private Double latitude;
|
||||
|
||||
/**
|
||||
* 报警位置
|
||||
@ -99,7 +99,7 @@ public class DeviceAlarm extends TenantEntity {
|
||||
* 0已处理,1未处理
|
||||
* treatment_state
|
||||
*/
|
||||
private Long treatmentState;
|
||||
private Integer treatmentState;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user