修改测试迁移
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-12 23:51:51 +08:00
parent c9b1e5f92a
commit 603f6e095c
15 changed files with 616 additions and 107 deletions
@@ -180,5 +180,19 @@ namespace IRaCIS.Core.Test.CodeFirstTest.MSSQL
}
#endregion
#region
public class TestStr: BaseFullAuditEntity
{
public string DefualtLength { get; set; }
[MaxLength]
public string MaxLength { get; set; }
[StringLength(400)]
public string DefineLength { get; set;}
}
#endregion
}