陶杰
2024-09-02 9f41be3b9d7c0acdc79f83a5a71b2de018015c3a
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;
}