mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update demo
This commit is contained in:
parent
df8f15aead
commit
f0dfc16c3b
@ -40,11 +40,12 @@ namespace TDengineTest
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
//固定建表
|
||||||
|
CodeFirst(db);
|
||||||
|
|
||||||
//插入并且自动建子表
|
//自动建表
|
||||||
InsertUsingTag(db);
|
InsertUsingTag(db);
|
||||||
|
|
||||||
|
|
||||||
//生成实体
|
//生成实体
|
||||||
DbFirst(db);
|
DbFirst(db);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user