Pu Zhibing
2024-11-06 61585c2cfaefbf8c5c26be6be7756317c0bda0ff
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;
}