dengjunjie
2026-02-27 bc8d5d9f033b638e97007c8a9cec8a703879fcbe
代码管理/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);
    }
}