mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-14 10:15:03 +08:00
Update demo
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user