项目代码/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(); } } }