出入库功能模块
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using DOAN.Model.BZFM;
|
||||
using DOAN.Model.BZFM.Dto;
|
||||
using DOAN.Model.System;
|
||||
using DOAN.Model.System.Dto;
|
||||
|
||||
namespace DOAN.Service.BZFM.IBZFMService
|
||||
{
|
||||
@@ -26,7 +27,9 @@ namespace DOAN.Service.BZFM.IBZFMService
|
||||
/// </summary>
|
||||
/// <param name="material"></param>
|
||||
/// <returns></returns>
|
||||
(string, object, object) Importmaterial(List<MmMaterial> material);
|
||||
ImportResultDto Importmaterial(List<MmMaterial> material);
|
||||
|
||||
public PagedInfo<MmMaterial> SelectMaterialList(MmMaterialQueryDto material, PagerInfo pager);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user