gongzuming
2024-09-19 a768dc3daa04d35fedfbe75c0a59b9b2545b85c4
src/main/java/com/mzl/flower/entity/coupon/CouponTemplateCustomerDO.java
@@ -29,7 +29,7 @@
     * 指定的顾客id
     */
    @TableField("custom_id")
    private String customId;
    private Long customId;
}