This commit is contained in:
YAS\29473
2025-05-20 15:43:36 +08:00
parent e197ce083f
commit e723474415

View File

@@ -336,6 +336,11 @@ public class PileStationInfo extends BaseEntity {
@Excel(name = "是否有地锁(0-无1-有)")
private String parkingLockFlag;
/**
* 支持服务费率
*/
private BigDecimal serviceRate;
/**
* 删除标识0-正常1-删除)
*/