dengjunjie
7 天以前 528badf2f1efe5355975de7942fb7a26e71a8e18
新建文件夹/WIDESEA_WMSServer/ClassLibrary1/IMaterielInfoService.cs
@@ -3,6 +3,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core;
using WIDESEA_Core.BaseRepository;
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
@@ -12,5 +13,8 @@
    public interface IMaterielInfoService : IService<Dt_MaterielInfo>
    {
        IRepository<Dt_MaterielInfo> Repository { get; }
        WebResponseContent GetMedicineGoodsInfom();
        WebResponseContent ProductSynchronous();
    }
}