zxl
2025-05-16 1e4fce87e08f4a00c76cac14286d8c2c99e3cba0
framework/src/main/java/cn/lili/modules/lmk/domain/entity/CustomerTag.java
@@ -22,5 +22,8 @@
    /**  标签名称*/
    private String tagName;
    @TableField("create_type")
    /** 创建方式 */
    private String createType;
}