xiaoyong931011
2023-01-09 4296d2a687c0168ed70336eefe1d3f0955f4953e
1
2
3
4
5
6
7
8
9
10
11
12
13
package cc.mrbird.febs.mall.dto;
 
import lombok.Data;
 
@Data
public class LuckDrawSettingDto {
 
    //积分中奖概率
    private String scoreSet;
    //佣金中奖概率
    private String cashSet;
 
}