Update unit test

This commit is contained in:
sunkaixuan
2022-12-16 19:31:10 +08:00
parent c994155559
commit 3397b22927
2 changed files with 4 additions and 2 deletions

View File

@@ -108,12 +108,14 @@ namespace OrmTest
{
public int Id { get; set; }
}
[SugarTable("UnitCodeFirst131")]
public class UNITCODEFIRST131
{
public int Id { get; set; }
[SqlSugar.SugarColumn(DefaultValue = "a")]
public string Name { get; set; }
}
[SugarTable("UnitCodeFirst131")]
public class UNITCOdEFIRST131
{
public int Id { get; set; }