zhangchengsong
4 天以前 0e450768c357b45701a2e5ed162f4e93b3dd617c
项目代码/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Dt_roadwayinfoService.cs
@@ -15,6 +15,13 @@
    {
        public Dt_roadwayinfoService(IDt_roadwayinfoRepository BaseDal) : base(BaseDal)
        {
        }
        public Dt_roadwayinfo GetRoadwayinfo(string Roadway)
        {
            return BaseDal.QueryData(x=>x.RoadwayNo==Roadway).FirstOrDefault();
        }
    }
}