回滚main

This commit is contained in:
橙子
2021-11-09 19:51:35 +08:00
parent 08ba7207bb
commit 2d2dd55cc0
20 changed files with 6 additions and 672 deletions

View File

@@ -8,18 +8,6 @@ using Yi.Framework.Model.Models;
namespace Yi.Framework.Interface
{
public partial interface IBrandService:IBaseService<brand>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
Task<IEnumerable<brand>> GetAllEntitiesTrueAsync();
}
public partial interface ICategoryService:IBaseService<category>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
Task<IEnumerable<category>> GetAllEntitiesTrueAsync();
}
public partial interface IMenuService:IBaseService<menu>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
@@ -32,54 +20,12 @@ namespace Yi.Framework.Interface
Task<IEnumerable<mould>> GetAllEntitiesTrueAsync();
}
public partial interface IOrderService:IBaseService<order>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
Task<IEnumerable<order>> GetAllEntitiesTrueAsync();
}
public partial interface IRoleService:IBaseService<role>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
Task<IEnumerable<role>> GetAllEntitiesTrueAsync();
}
public partial interface ISkuService:IBaseService<sku>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
Task<IEnumerable<sku>> GetAllEntitiesTrueAsync();
}
public partial interface ISpec_groupService:IBaseService<spec_group>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
Task<IEnumerable<spec_group>> GetAllEntitiesTrueAsync();
}
public partial interface ISpec_paramService:IBaseService<spec_param>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
Task<IEnumerable<spec_param>> GetAllEntitiesTrueAsync();
}
public partial interface ISpuService:IBaseService<spu>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
Task<IEnumerable<spu>> GetAllEntitiesTrueAsync();
}
public partial interface ISpu_detailService:IBaseService<spu_detail>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
Task<IEnumerable<spu_detail>> GetAllEntitiesTrueAsync();
}
public partial interface IStockService:IBaseService<stock>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
Task<IEnumerable<stock>> GetAllEntitiesTrueAsync();
}
public partial interface IUserService:IBaseService<user>
{
Task<bool> DelListByUpdateAsync(List<int> _ids);