mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 13:03:43 +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 io.swagger.annotations.ApiModelProperty;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
|
||||||
@ApiModel
|
@ApiModel
|
||||||
@Data
|
@Data
|
||||||
public class RechargeDTO {
|
public class RechargeDTO {
|
||||||
|
|
||||||
@ApiModelProperty(value = "充值金额")
|
@ApiModelProperty(value = "充值金额")
|
||||||
private Integer price;
|
private String price;
|
||||||
|
|
||||||
@ApiModelProperty(value = "充值说明")
|
@ApiModelProperty(value = "充值说明")
|
||||||
private String name;
|
private String name;
|
||||||
|
Loading…
Reference in New Issue
Block a user