VueWebApi/DLL/BLL/BaseDateBLL.cs
@@ -57,5 +57,12 @@
            return BaseDateDAL.QualityScheme();
        }
        #endregion
        #region[存货查询]
        public static ToMessage InventorySelect(string param)
        {
            return BaseDateDAL.InventorySelect(param);
        }
        #endregion
    }
}