xiaoyong931011
2023-07-25 808a36903c5edc3b56a4ae9b941d8b173f3afcfa
src/main/java/cc/mrbird/febs/mall/dto/TransferDto.java
@@ -17,7 +17,7 @@
@ApiModel(value = "TransferDto", description = "转账接收参数类")
public class TransferDto {
    @NotBlank(message = "参数不能为空")
    @NotNull(message = "参数不能为空")
    @ApiModelProperty(value = "类型 1:转账 2:转积分", example = "123")
    private int type;