xiaoyong931011
2023-04-18 d0bc1dc11cb4c33be205448f8f952fa5e7e93cf9
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;