xuhy
2024-08-24 9f3ec525ee12798e4bff9e6a12eeb9d26890c90d
1
2
3
4
5
6
7
8
9
package com.ruoyi.account.api.dto;
 
import lombok.Data;
 
@Data
public class SendCouponDto {
    private Integer id;
    private Integer number;
}