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
e765dc6ac7
commit
93487a4283
@ -7,8 +7,7 @@ using System.Threading.Tasks;
|
||||
namespace OrmTest
|
||||
{
|
||||
/// <summary>
|
||||
/// Setting up the database name does not require you to create the database
|
||||
/// 设置好数据库名不需要你去手动建库
|
||||
/// 配置连接字符串后,需要手动建库,表可以自动创建
|
||||
/// </summary>
|
||||
public class Config
|
||||
{
|
||||
|
@ -7,8 +7,7 @@ using System.Threading.Tasks;
|
||||
namespace OrmTest
|
||||
{
|
||||
/// <summary>
|
||||
/// Setting up the database name does not require you to create the database
|
||||
/// 设置好数据库名不需要你去手动建库
|
||||
/// 配置连接字符串后,需要手动建库,表可以自动创建
|
||||
/// </summary>
|
||||
public class Config
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user