feat: 添加webfirst字段生成器
This commit is contained in:
@@ -8,7 +8,7 @@ using Yi.Framework.Module.WebFirstManager.Dtos.Field;
|
||||
|
||||
namespace Yi.Framework.Module.WebFirstManager
|
||||
{
|
||||
public interface IFieldService : ICrudAppService<FieldGetOutDto, FieldGetListOutputDto, long, FieldGetListInput, FieldCreateInput, FieldUpdateInput>
|
||||
public interface IFieldService : ICrudAppService<FieldDto, long, FieldGetListInput>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user