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