mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update demo
This commit is contained in:
@@ -39,12 +39,13 @@ namespace TDengineTest
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
//插入并且自动建子表
|
||||
|
||||
//固定建表
|
||||
CodeFirst(db);
|
||||
|
||||
//自动建表
|
||||
InsertUsingTag(db);
|
||||
|
||||
|
||||
|
||||
//生成实体
|
||||
DbFirst(db);
|
||||
|
||||
|
Reference in New Issue
Block a user