fix(consultation):

bug修改, 字段删除
This commit is contained in:
hejiayang
2026-03-23 15:27:33 +08:00
parent 344cd1ff5e
commit 0389fc8390
2 changed files with 1 additions and 5 deletions
@@ -159,7 +159,4 @@ public class ConSessionView implements Serializable {
@TableField(value = "user_first_reply_time")
@Schema(description = "")
private Date userFirstReplyTime;
@TableField(value = "tf_qh")
@Schema(description = "")
private Boolean tfQh;
}