feat: 数据库迁移
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Yi.Framework.Infrastructure.Ddd.Services.Abstract;
|
||||
using Yi.Furion.Core.App.Dtos.Trends;
|
||||
|
||||
namespace Yi.Furion.Application.App.Services
|
||||
{
|
||||
/// <summary>
|
||||
/// Trends服务抽象
|
||||
/// </summary>
|
||||
public interface ITrendsService : ICrudAppService<TrendsGetOutputDto, TrendsGetListOutputDto, long, TrendsGetListInput, TrendsCreateInput, TrendsUpdateInputVo>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user