yl
2022-06-23 ece3372b4f7500483092a90f2a1e40f3586f6f1b
VueWebApi/DLL/BLL/DeviceManagerBLL.cs
@@ -75,6 +75,13 @@
        }
        #endregion
        #region[所属车间查找所属产线接口]
        public static ToMessage WorkShopSelectLine(string workshopcode)
        {
            return DeviceManagerDAL.WorkShopSelectLine(workshopcode);
        }
        #endregion
        #region [设备清单查询]
        public static ToMessage DeviceMangerSearch(string deviceCode, string deviceName, string status, string workShop, string deviceType, string deviceGroup, int startNum, int endNum, string prop, string order)
        {