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