新增 路通云停平台 给车辆绑定优惠券接口

This commit is contained in:
Lemon
2023-08-24 10:33:26 +08:00
parent afe370fc8a
commit 318f46123e
4 changed files with 72 additions and 9 deletions

View File

@@ -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;
}