mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Update demo
This commit is contained in:
@@ -12,7 +12,7 @@ namespace OrmTest
|
||||
public string Name { get; set; }
|
||||
public string Type { get; set; }
|
||||
}
|
||||
|
||||
[SqlSugar.SugarTable("Person001")]
|
||||
public class Person
|
||||
{
|
||||
//数据库字段
|
||||
|
Reference in New Issue
Block a user