mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 下发停车优惠券时,记录到数据库表中
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.jsowell.pile.dto.lutongyunting;
|
||||
|
||||
import com.jsowell.pile.domain.OrderBasicInfo;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
@@ -39,4 +40,9 @@ public class BindCouponDTO {
|
||||
* 车牌颜色
|
||||
*/
|
||||
private Integer plateColor;
|
||||
|
||||
/**
|
||||
* 订单基本信息
|
||||
*/
|
||||
private OrderBasicInfo orderBasicInfo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user