peng
2025-09-26 31f7453c6e307909534d760fb1c929eff741cf7c
framework/src/main/java/cn/lili/modules/lmk/domain/entity/Activity.java
@@ -72,4 +72,10 @@
    @TableField("publish")
    private Boolean publish;
    @TableField("member_id")
    private String memberId;
    @TableField("store_id")
    private String storeId;
}