zhangchengsong
6 天以前 ce70974f99cd377579e9b07873c8ce79df6e05c3
项目代码/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();
        }
    }
}