Pu Zhibing
2024-11-05 0132ff3faf4d27f6b99af37f8ea8cb9520b1622f
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;
}