@@ -1,5 +1,4 @@
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
using System.ComponentModel;
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("受试者访视")]
|
||||
@@ -30,8 +29,6 @@ public class SubjectVisit : BaseFullDeleteAuditEntity
|
||||
[JsonIgnore]
|
||||
[ForeignKey("SubmitUserId")]
|
||||
public User SubmitUser { get; set; }
|
||||
|
||||
//导航属性
|
||||
[JsonIgnore]
|
||||
[ForeignKey("TrialId")]
|
||||
public Trial Trial { get; set; }
|
||||
@@ -172,16 +169,4 @@ public class SubjectVisit : BaseFullDeleteAuditEntity
|
||||
public Guid? SubmitUserId { get; set; }
|
||||
public ReadingStatusEnum ReadingStatus { get; set; }
|
||||
}
|
||||
[Description("影像下载打包状态")]
|
||||
public enum PackState
|
||||
{
|
||||
|
||||
[Description("待打包")]
|
||||
WaitPack = 0,
|
||||
|
||||
[Description("打包中")]
|
||||
Packing = 1,
|
||||
|
||||
[Description("打包完成")]
|
||||
Packed = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user