qiuyao
2025-03-24 3cb2b90791da8e9db3b65eaee0ec4d41afd77325
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>
    {
 
    }
}