mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Add unit test
This commit is contained in:
@@ -12,7 +12,7 @@ namespace SqlSugarDemo
|
||||
|
||||
public int id { set; get; }
|
||||
public string name { set; get; }
|
||||
public DateTime create_time { set; get; }
|
||||
public DateTime? create_time { set; get; }
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user