陶杰
2024-09-05 3f01affe0c9b8d7c7956663883dde987845114c4
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;
}