puzhibing
2024-10-28 3be4f3da80af1a050ebe45a4572daa7b5a490a45
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;
}