修改病历夹,病例夹患者列表加描述

This commit is contained in:
wuchunlei
2025-05-27 09:30:58 +08:00
parent 08ce88ac6f
commit eeacf9991a
2 changed files with 23 additions and 0 deletions

View File

@@ -30,5 +30,8 @@ public class AiRecordFolderChat implements Serializable {
@TableLogic
private Integer delFlag;
@TableField(exist = false)
private String description;
}