|
@ -87,7 +87,7 @@ public class IcNeighborHoodFormDTO implements Serializable { |
|
|
/** |
|
|
/** |
|
|
* 坐标位置 |
|
|
* 坐标位置 |
|
|
*/ |
|
|
*/ |
|
|
@NotBlank(message = "坐标位置不能为空", groups = {AddGroup.class, UpdateGroup.class}) |
|
|
//@NotBlank(message = "坐标位置不能为空", groups = {AddGroup.class, UpdateGroup.class})
|
|
|
private String location; |
|
|
private String location; |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -100,7 +100,7 @@ public class IcNeighborHoodFormDTO implements Serializable { |
|
|
/** |
|
|
/** |
|
|
* 中心点位:纬度 |
|
|
* 中心点位:纬度 |
|
|
*/ |
|
|
*/ |
|
|
@NotBlank(message = "维度不能为空", groups = {UpdateGroup.class}) |
|
|
@NotBlank(message = "纬度不能为空", groups = {UpdateGroup.class}) |
|
|
private String latitude; |
|
|
private String latitude; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|