临床数据修改

This commit is contained in:
he
2025-02-08 10:20:15 +08:00
parent 91471dee13
commit 7e7c186784
9 changed files with 18776 additions and 8 deletions
@@ -39,5 +39,15 @@ public class ClinicalDataSystemSet : BaseAddAuditEntity
[StringLength(1000)]
public string Path { get; set; } = null!;
/// <summary>
/// 英文模板文件名称
/// </summary>
public string EnFileName { get; set; } = string.Empty;
/// <summary>
/// 英文文件路径
/// </summary>
public string EnPath { get; set; } = string.Empty;
public UploadRole UploadRole { get; set; }
}