This commit is contained in:
2023-08-07 14:26:22 +08:00
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-删除)
*/