电子围栏 距离
This commit is contained in:
@@ -271,4 +271,9 @@ public class ShopInfoEditDTO {
|
||||
*/
|
||||
private Integer isOrderFence;
|
||||
|
||||
/**
|
||||
* 电子围栏距离 米
|
||||
*/
|
||||
private Long orderFenceDistance;
|
||||
|
||||
}
|
||||
|
||||
@@ -111,4 +111,9 @@ public class ShopConfig implements Serializable {
|
||||
*/
|
||||
private Integer isOrderFence;
|
||||
|
||||
/**
|
||||
* 电子围栏距离 米
|
||||
*/
|
||||
private Integer orderFenceDistance;
|
||||
|
||||
}
|
||||
|
||||
@@ -339,6 +339,11 @@ public class ShopInfo implements Serializable {
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private Integer isOrderFence;
|
||||
/**
|
||||
* 电子围栏距离 米
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private Long orderFenceDistance;
|
||||
|
||||
/**
|
||||
* 运营端余额
|
||||
|
||||
Reference in New Issue
Block a user