mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
Update unit test
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user