项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/IDt_StationManagerRepository.cs
文件名从 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/IAgvStationRepository.cs 修改 @@ -22,11 +22,11 @@ using System.Threading.Tasks; using WIDESEAWCS_Core.BaseRepository; using WIDESEAWCS_Model.Models; using WIDESEAWCS_Model.Models.System; using WIDESEAWCS_Model.Models.BasicInfo; namespace WIDESEAWCS_ISystemRepository namespace WIDESEAWCS_IBasicInfoRepository { public interface IAgvStationRepository : IRepository<AGVStation> public interface IDt_StationManagerRepository : IRepository<Dt_StationManager> { }