feat: 添加webfirst字段生成器
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Framework.Infrastructure.Ddd.Services.Abstract;
|
||||
using Yi.Framework.Module.WebFirstManager.Dtos.Table;
|
||||
|
||||
namespace Yi.Framework.Module.WebFirstManager
|
||||
{
|
||||
public interface ITableService
|
||||
public interface ITableService : ICrudAppService<TableDto, long, TableGetListInput>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user