mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-22 12:09:19 +08:00
增加对sql只返回string的支持;
修复添加表单时,如果关联的数据库已存在的bug
This commit is contained in:
7
OpenAuth.App/Form/IForm.cs
Normal file
7
OpenAuth.App/Form/IForm.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace OpenAuth.App
|
||||
{
|
||||
public interface IForm
|
||||
{
|
||||
string GetSql(Repository.Domain.Form form, string dbType);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user