mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
会员组移除站点
This commit is contained in:
@@ -22,9 +22,9 @@ public class CreateOrUpdateBillingTemplateDTO {
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 时段类型(1-尖时;2-峰时;3-平时;4-谷时)
|
||||
* 车辆类型(1-电动汽车;2-电动自行车)
|
||||
*/
|
||||
@ApiModelProperty("时段类型")
|
||||
@ApiModelProperty("车辆类型")
|
||||
private String type;
|
||||
|
||||
/**
|
||||
|
||||
@@ -19,4 +19,6 @@ public class MemberGroupDTO extends BaseEntity {
|
||||
private String groupCode;
|
||||
|
||||
private List<String> merchantIdList;
|
||||
|
||||
private String stationId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user