yl
2022-08-15 8683c4747c8643791f6e01118d7020aab8983f9a
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)
        {