xiaoyong931011
2023-04-13 d58c3c67dfae70e3a0490b982fd96ee32ddd0a86
src/main/java/cc/mrbird/febs/mall/dto/TransferDto.java
@@ -18,6 +18,10 @@
public class TransferDto {
    @NotBlank(message = "参数不能为空")
    @ApiModelProperty(value = "类型 1:转账 2:转积分", example = "123")
    private int type;
    @NotBlank(message = "参数不能为空")
    @ApiModelProperty(value = "联系电话或邀请码", example = "123")
    private String account;