医学审核对话导表

This commit is contained in:
2025-11-25 09:56:51 +08:00
parent 680a6cb437
commit 9158f28998
5 changed files with 186 additions and 2 deletions
@@ -343,6 +343,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public List<Domain.Models.OSSImageInfo> FileList { get; set; } = new List<Domain.Models.OSSImageInfo>();
//存储最后翻译的内容
public string ResultContent { get; set; }
}