update 下发停车优惠券时,记录到数据库表中

This commit is contained in:
Lemon
2024-10-15 16:02:43 +08:00
parent 1776075ac2
commit 2196fbf8d8
4 changed files with 42 additions and 2 deletions

View File

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