mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
package com.jsowell.pile.dto.lutongyunting;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 给指定车辆绑定优惠券
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/8/23 14:15
|
||||
*/
|
||||
@Data
|
||||
public class BindCouponDTO {
|
||||
/**
|
||||
* 优惠券商家标识
|
||||
*/
|
||||
private String merchantId;
|
||||
|
||||
/**
|
||||
* 优惠券特殊标识
|
||||
*/
|
||||
private String couponId;
|
||||
|
||||
/**
|
||||
* 车牌号码
|
||||
*/
|
||||
private String plateNumber;
|
||||
|
||||
/**
|
||||
* 车牌颜色
|
||||
*/
|
||||
private String plateColor;
|
||||
}
|
||||
Reference in New Issue
Block a user