xiaoyong931011
2023-04-24 9d7c64a9ecbf5db7adfcf1c52f4b72e36f315248
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;