qiuyao
2025-03-31 ee91fab34fcd79f3da55956897633b9cdf3e2f59
1
2
3
4
5
6
7
8
9
10
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Model.Models;
 
namespace WIDESEA_ISerialPortRepository
{
    public interface IArticleInfomRepository : IRepository<Dt_ArticleInfom>
    {
 
    }
}