Helius
2021-06-15 1410c2c53a44f66a3dd06b5fc3d9e8152a1d4bf1
src/main/java/com/xcong/excoin/modules/home/dto/MemberQuickBuySaleDto.java
@@ -12,10 +12,6 @@
@ApiModel(value = "会员快捷买入卖出参数接收类", description = "会员快捷买入卖出参数接收类")
public class MemberQuickBuySaleDto {
   
   @NotNull(message = "用户Id不能为空")
   @ApiModelProperty(value = "用户Id",example = "1")
    private Long memberId;
   @NotNull(message = "金额不能为空")
   @ApiModelProperty(value = "金额(人民币)",example = "700")
    private BigDecimal amountCny;