无关风月
2025-07-12 562fac9ce09621e86ab8707ff270b706576e9821
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;
}