mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 20:54:26 +08:00
feat:会员充值
This commit is contained in:
parent
18779ce9e8
commit
182f5bf5fb
@ -4,12 +4,14 @@ import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@ApiModel
|
||||
@Data
|
||||
public class RechargeDTO {
|
||||
|
||||
@ApiModelProperty(value = "充值金额")
|
||||
private Integer price;
|
||||
private String price;
|
||||
|
||||
@ApiModelProperty(value = "充值说明")
|
||||
private String name;
|
||||
|
Loading…
Reference in New Issue
Block a user