yl
2022-12-07 bad8049c9018f4ca8a5b256fd2d5ddad021fe58d
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
    }
}