xuhy
2024-08-26 29b9eaf6798075fb494b02ee25037f05efdd9399
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;
}