Administrator
4 days ago 2a47db19d2b60ca3df93fc0c82ecfb761c0d94d1
src/main/java/cc/mrbird/febs/mall/dto/clothes/ApiClothesOrderPayDto.java
@@ -15,7 +15,7 @@
    @ApiModelProperty(value = "订单ID")
    private Long id;
    @NotBlank(message = "参数不能为空")
    @NotNull(message = "参数不能为空")
    @ApiModelProperty(value = "支付类型", example = "1微信2支付宝3余额")
    private Integer type;