陶杰
2024-09-02 b977bf61c82b7dc39079974d7316b7a80cf520fa
src/main/java/com/mzl/flower/dto/request/coupon/CreateCouponTemplateBO.java
@@ -144,6 +144,6 @@
    @ApiModelProperty(value = "指定的用户列表id")
    @NotNull(message = "指定的用户列表id不能为空")
    private List<String> pointCostomIdList;
    private List<Long> pointCostomIdList;
}