mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
新增 路通云停平台 给车辆绑定优惠券接口
This commit is contained in:
@@ -10,6 +10,10 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
public class BindCouponDTO {
|
||||
private String appId;
|
||||
|
||||
private String secretKey;
|
||||
|
||||
/**
|
||||
* 优惠券商家标识
|
||||
*/
|
||||
@@ -28,5 +32,5 @@ public class BindCouponDTO {
|
||||
/**
|
||||
* 车牌颜色
|
||||
*/
|
||||
private String plateColor;
|
||||
private Integer plateColor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user