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