mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-30 12:47:57 +08:00
Update demo
This commit is contained in:
parent
49935d531c
commit
ec4dc69b47
@ -16,7 +16,7 @@ namespace TDengineTest
|
||||
db.CodeFirst.InitTables<SUsingTagModel>();
|
||||
|
||||
//插入并根据Tag的值创建子表
|
||||
db.CopyNew().Insertable(new List<SUsingTagModel>(){
|
||||
db.Insertable(new List<SUsingTagModel>(){
|
||||
new SUsingTagModel()
|
||||
{
|
||||
Boolean = true,
|
||||
|
Loading…
Reference in New Issue
Block a user