清理模型
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-12 10:48:43 +08:00
parent 650f4706a8
commit 2f1f266ea3
2 changed files with 1 additions and 7 deletions
@@ -49,7 +49,6 @@ namespace IRaCIS.Core.Test.CodeFirstTest.MSSQL
{
public Guid TrialImageDownloadId { get; set; }
[StringLength(100)]
public string TestName { get; set; }
}
@@ -137,7 +136,6 @@ namespace IRaCIS.Core.Test.CodeFirstTest.MSSQL
{
public string DefaultLength { get; set; }
[MaxLength(300)]
public string UserDefineLength { get; set; }
public string UserDefineText { get; set; }