电子围栏 距离

This commit is contained in:
2025-11-24 16:06:30 +08:00
parent b48d2c1cb7
commit e76a85b521
3 changed files with 15 additions and 0 deletions

View File

@@ -271,4 +271,9 @@ public class ShopInfoEditDTO {
*/ */
private Integer isOrderFence; private Integer isOrderFence;
/**
* 电子围栏距离 米
*/
private Long orderFenceDistance;
} }

View File

@@ -111,4 +111,9 @@ public class ShopConfig implements Serializable {
*/ */
private Integer isOrderFence; private Integer isOrderFence;
/**
* 电子围栏距离 米
*/
private Integer orderFenceDistance;
} }

View File

@@ -339,6 +339,11 @@ public class ShopInfo implements Serializable {
*/ */
@Column(ignore = true) @Column(ignore = true)
private Integer isOrderFence; private Integer isOrderFence;
/**
* 电子围栏距离 米
*/
@Column(ignore = true)
private Long orderFenceDistance;
/** /**
* 运营端余额 * 运营端余额