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