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