代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IStationMangerService.cs
@@ -12,5 +12,17 @@ public interface IStationMangerService : IService<Dt_StationManger> { public IRepository<Dt_StationManger> Repository { get; } /// <summary> /// 鑾峰彇鍏ュ簱绔欏彴 /// </summary> /// <param name="fromLocationCode"></param> /// <returns></returns> Dt_StationManger GetInStationInfo(string fromLocationCode); /// <summary> /// 鑾峰彇鍑哄簱绔欏彴 /// </summary> /// <param name="fromLocationCode"></param> /// <returns></returns> Dt_StationManger GetOutStationInfo(string fromLocationCode); } }