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