xuhy
2024-10-26 c1023206d3207bf9520e99c2f0f4549d8eb61ddc
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;
}