luodangjia
2024-08-22 d15279d5af0bfb386f225c42e6b9bd9c90e99d82
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;
}