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