无关风月
2024-08-22 53dcd3ccc566382ed04fe3c06974dfedd0fffef3
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;
}