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