@@ -15,7 +15,7 @@ public class TrialDocument : BaseFullDeleteAuditEntity
|
||||
[ForeignKey("FileTypeId")]
|
||||
public Dictionary FileType { get; set; }
|
||||
#endregion
|
||||
//需要确认的项目用户 通过TrialId 关联 用中间表过滤
|
||||
[Comment("需要确认的项目用户 通过TrialId 关联 用中间表过滤")]
|
||||
public Guid FileTypeId { get; set; }
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user