| | |
| | | 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); |
| | | } |
| | | } |