xiaoyong931011
2023-10-13 4b2289e1aaa5732ce658f0ffda5cc5fd1f1c48eb
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;