puzhibing
2024-09-06 d0c0cac477208b40ef2ca085f1b02cc24fbf03c6
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;
}