yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/dal/dataobject/followup/CrmFollowUpRecordDO.java
@@ -21,7 +21,7 @@ * * 用于记录客户、联系人的每一次跟进 * * @author 芋道源码 * @author 超级管理员 */ @TableName(value = "crm_follow_up_record", autoResultMap = true) @KeySequence("crm_follow_up_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。 @@ -72,12 +72,6 @@ */ @TableField(typeHandler = StringListTypeHandler.class) private List<String> picUrls; /** * 附件 */ @TableField(typeHandler = StringListTypeHandler.class) private List<String> fileUrls; /** * 关联的商机编号数组 *