yanjinhui
3 天以前 7ec2fdc761acd483a621c590fae3a60af7b464ba
新建文件夹/WIDESEA_WMSServer/ClassLibrary1/IMaterielInfoService.cs
@@ -3,6 +3,8 @@
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;
@@ -10,5 +12,9 @@
{
    public interface IMaterielInfoService : IService<Dt_MaterielInfo>
    {
        IRepository<Dt_MaterielInfo> Repository { get; }
        WebResponseContent GetMedicineGoodsInfom();
        WebResponseContent ProductSynchronous();
    }
}