wangxinhui
2 天以前 9ce6731460179c71f0f2c636b2a1598324d5194e
项目代码/WMS/WMSServices/WIDESEA_IBasicRepository/ISupplierInfoRepository.cs
对比新文件
@@ -0,0 +1,17 @@
锘縰sing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core.BaseRepository;
using WIDESEA_Model.Models;
namespace WIDESEA_IBasicRepository
{
    /// <summary>
    /// 渚涘簲鍟嗕俊鎭粨鍌ㄦ帴鍙e眰
    /// </summary>
    public interface ISupplierInfoRepository : IRepository<Dt_SupplierInfo>
    {
    }
}