代码管理/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/RoadwayInfoService.cs @@ -15,5 +15,7 @@ public RoadwayInfoService(IRoadwayInfoRepository BaseDal) : base(BaseDal) { } public IRoadwayInfoRepository Repository => BaseDal; } }