mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
新增计费模板描述字段
This commit is contained in:
@@ -6,9 +6,18 @@ import lombok.Setter;
|
||||
@Getter
|
||||
@Setter
|
||||
public class MemberGroupStationVO {
|
||||
// 站点id
|
||||
private String stationId;
|
||||
|
||||
// 站点名称
|
||||
private String stationName;
|
||||
|
||||
// 优惠计费模板编号
|
||||
private String templateCode;
|
||||
|
||||
// 优惠计费模板备注
|
||||
private String remark;
|
||||
|
||||
// 优惠计费模板描述
|
||||
private String templateDesc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user