diff --git a/Src/Asp.Net/DmTest/Config.cs b/Src/Asp.Net/DmTest/Config.cs
index ea24f40bd..d494766fe 100644
--- a/Src/Asp.Net/DmTest/Config.cs
+++ b/Src/Asp.Net/DmTest/Config.cs
@@ -7,8 +7,7 @@ using System.Threading.Tasks;
namespace OrmTest
{
///
- /// Setting up the database name does not require you to create the database
- /// 设置好数据库名不需要你去手动建库
+ /// 配置连接字符串后,需要手动建库,表可以自动创建
///
public class Config
{
diff --git a/Src/Asp.NetCore2/SqlSeverTest/DmOrmTest/Config.cs b/Src/Asp.NetCore2/SqlSeverTest/DmOrmTest/Config.cs
index ea24f40bd..d494766fe 100644
--- a/Src/Asp.NetCore2/SqlSeverTest/DmOrmTest/Config.cs
+++ b/Src/Asp.NetCore2/SqlSeverTest/DmOrmTest/Config.cs
@@ -7,8 +7,7 @@ using System.Threading.Tasks;
namespace OrmTest
{
///
- /// Setting up the database name does not require you to create the database
- /// 设置好数据库名不需要你去手动建库
+ /// 配置连接字符串后,需要手动建库,表可以自动创建
///
public class Config
{