|
...
|
...
|
@@ -113,22 +113,22 @@ public class AiragLog implements Serializable { |
|
|
|
private int ifSaveKnowledge;
|
|
|
|
|
|
|
|
// 新增:临时字段(非数据库字段)
|
|
|
|
@TableField(exist = false) // MyBatis-Plus 标记该字段不存在于数据库表中
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String name;
|
|
|
|
// 新增:临时字段(非数据库字段)
|
|
|
|
@TableField(exist = false) // MyBatis-Plus 标记该字段不存在于数据库表中
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String buttonName;
|
|
|
|
|
|
|
|
// 新增:临时字段(非数据库字段)
|
|
|
|
@TableField(exist = false) // MyBatis-Plus 标记该字段不存在于数据库表中
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String createTime_begin;
|
|
|
|
// 新增:临时字段(非数据库字段)
|
|
|
|
@TableField(exist = false) // MyBatis-Plus 标记该字段不存在于数据库表中
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String createTime_end;
|
|
|
|
// 新增:临时字段(非数据库字段)
|
|
|
|
@TableField(exist = false) // MyBatis-Plus 标记该字段不存在于数据库表中
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String knowledgeId;
|
|
|
|
|
|
|
|
@TableField(exist = false) // MyBatis-Plus 标记该字段不存在于数据库表中
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String createTimeStr;
|
|
|
|
} |
...
|
...
|
|