dengjunjie
20 小时以前 a8367fa42d18c40407408c79e8a5fd32cd09f05c
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IStationMangerService.cs
@@ -12,5 +12,23 @@
    public interface IStationMangerService : IService<Dt_StationManger>
    {
        public IRepository<Dt_StationManger> Repository { get; }
        /// <summary>
        /// 鑾峰彇绔欏彴淇℃伅
        /// </summary>
        /// <param name="fromLocationCode"></param>
        /// <returns></returns>
        Dt_StationManger GetStationInfo(string fromLocationCode);
        /// <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);
    }
}