wangxinhui
10 天以前 2aec0a99e559fb11b7046b148e5f357b3208cb66
项目代码/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>
    {
    }
}