mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
新增 交易记录报文中添加 绑定优惠券逻辑
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package com.jsowell.pile.dto.lutongyunting;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
/**
|
||||
* 给指定车辆绑定优惠券
|
||||
@@ -9,6 +12,9 @@ import lombok.Data;
|
||||
* @Date 2023/8/23 14:15
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Builder
|
||||
public class BindCouponDTO {
|
||||
private String appId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user