xuhy
2025-06-16 71d23d994445025d9eaf18c86bbdcf82f632bf83
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;
}