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