yl
2022-11-14 1e54ff944f1c6ef3d389db3e46cbfddcbf63b21f
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
    }
}