xiaoyong931011
2023-08-14 aed9a0f76ba9c181b375c96f5091fc0ee07413c3
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.mall.dto;
 
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel(value = "WxUpCodeDto", description = "接收参数类")
public class WxUpCodeDto {
    private String inviteId;
}