puzhibing
2024-09-11 de31553ec8f08f9e859dd88fbfbf66cc07405311
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;
}