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) {