xuhy
2024-11-01 b5e22000d421fd3a688c375bfeb2b46bfe293afd
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;
}