肖洋
2024-11-22 5b2265e68c0a493c52ea336f77f8dbcd7655d34a
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/Partial/Method.cs
@@ -11,6 +11,7 @@
    {
        public List<Dt_StationManager> GetAllStationByDeviceCode(string DeviceCode)
        {
            //todo: 使用缓存储存
            return BaseDal.QueryData(x => x.stationPLC == DeviceCode).ToList();
        }
    }