整理数据库实体备注
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-20 21:42:18 +08:00
parent 40c8a51a31
commit 3ee0c2ccc7
54 changed files with 359 additions and 226 deletions
+1 -1
View File
@@ -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;