zhangchengsong
2026-04-08 f590d457f629d4a7cf6a5e2f77f5454d807e90db
项目代码/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();
        }
    }
}