mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
ICodeFirst 增加 ConfigEntity 方法,现实干净实体无特性的需求
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using FreeSql.DataAnnotations;
|
||||
using System;
|
||||
|
||||
namespace FreeSql {
|
||||
public interface ICodeFirst {
|
||||
@ -48,5 +49,6 @@ namespace FreeSql {
|
||||
/// <param name="type"></param>
|
||||
/// <returns></returns>
|
||||
(int type, string dbtype, string dbtypeFull, bool? isnullable, object defaultValue)? GetDbInfo(Type type);
|
||||
ICodeFirst ConfigEntity<T>(Action<TableFluent<T>> entity);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user