mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
计费模板表添加字段
This commit is contained in:
@@ -53,6 +53,16 @@ public class PileBillingTemplate extends BaseEntity {
|
||||
@Excel(name = "充电站id")
|
||||
private Long stationId;
|
||||
|
||||
/**
|
||||
* 免费占桩时长 (单位:分钟)
|
||||
*/
|
||||
private String freeTime;
|
||||
|
||||
/**
|
||||
* 占用费率 (单位:元/分钟)
|
||||
*/
|
||||
private String occupyFee;
|
||||
|
||||
/**
|
||||
* 删除标识(0-正常;1-删除)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user