KKSU
2024-04-01 a14248f2793769771a75e6633c8d13348b5ad4b1
src/main/java/cc/mrbird/febs/mall/dto/TransferDto.java
@@ -18,7 +18,7 @@
@ApiModel(value = "TransferDto", description = "转账接收参数类")
public class TransferDto {
    @ApiModelProperty(value = "转出类型 1:FCM 2:令牌", example = "1")
    @ApiModelProperty(value = "转出类型 1:FCM 2:令牌 3:卡牌", example = "1")
    private int type;
    @NotBlank(message = "转出账户不能为空")