yl
2023-01-06 620f6a135ff9001c9bcae54d407b910d5b1bc3d7
VueWebApi/DLL/BLL/BasicSettingBLL.cs
@@ -285,5 +285,15 @@
            return BasicSettingDAL.AnDengResponUserDeleteSeave(id, ando_cogfigid);
        }
        #endregion
        #region[通过车间编码查找设备信息]
        public static ToMessage WhkspIsEqpSearch(string wkshpcode)
        {
            return BasicSettingDAL.WhkspIsEqpSearch(wkshpcode);
        }
        #endregion
    }
}