添加供应商定义模块
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Framework.Common.Models;
|
||||
using Yi.Framework.DtoModel.ERP.Supplier;
|
||||
using Yi.Framework.Interface.Base.Crud;
|
||||
|
||||
@@ -10,6 +11,6 @@ namespace Yi.Framework.Interface.ERP
|
||||
{
|
||||
public interface ISupplierService : ICrudAppService<SupplierGetListOutput, long, SupplierCreateUpdateInput>
|
||||
{
|
||||
Task<List<SupplierGetListOutput>> GetListAsync();
|
||||
Task<PageModel<List<SupplierGetListOutput>>> PageListAsync(SupplierCreateUpdateInput input, PageParModel page);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user