计费模板表添加字段

This commit is contained in:
Lemon
2023-08-07 14:22:20 +08:00
parent 335006c1d7
commit a981d6e343
2 changed files with 31 additions and 1 deletions

View File

@@ -53,6 +53,16 @@ public class PileBillingTemplate extends BaseEntity {
@Excel(name = "充电站id")
private Long stationId;
/**
* 免费占桩时长 (单位:分钟)
*/
private String freeTime;
/**
* 占用费率 (单位:元/分钟)
*/
private String occupyFee;
/**
* 删除标识0-正常1-删除)
*/