@@ -25,6 +25,12 @@ namespace IRaCIS.Core.Test.CodeFirstTest.MSSQL
|
||||
public int ImageCount { get; set; }
|
||||
|
||||
public long ImageSize { get; set; }
|
||||
|
||||
#region 测试导航属性
|
||||
|
||||
public List<TestNew> TestNewList { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
public enum ImageType
|
||||
@@ -33,8 +39,10 @@ namespace IRaCIS.Core.Test.CodeFirstTest.MSSQL
|
||||
NoneDIcom = 2
|
||||
};
|
||||
|
||||
public class TestNew: BaseFullAuditEntity
|
||||
public class TestNew : BaseFullAuditEntity
|
||||
{
|
||||
public Guid TrialImageDownloadId { get; set; }
|
||||
|
||||
[StringLength(100)]
|
||||
public string TestName { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user