wangxinhui
2025-09-06 1f121db427cc068eee97b699c410d1b5f320e867
项目代码/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>
    {
    }
}