yanjinhui
2025-03-10 f391144114bedefe44c700a590bd50272ff067ec
1
2
3
4
5
6
7
8
9
10
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Model.Models;
 
namespace WIDESEA_ISerialPortRepository
{
    public interface INJCommandsRepository : IRepository<Dt_NJCommands>
    {
 
    }
}