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