yanjinhui
2025-03-12 0a430c14f3e3ceb4ba63462c4f2c92768fc79e87
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>
    {
 
    }
}