xuhy
2024-08-26 3569363d56f5298bdd7fb51f6567e9827febae6d
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;
}