using System; using System.Collections.Generic; using System.Text; using SqlSugar; using WMS.DAL; using WMS.Entity.BllCheckEntity; using WMS.Entity.Context; using WMS.IBLL.IBllCheckServer; namespace WMS.BLL.BllCheckServer { public class StockCheckDetailServer:DbHelper,IStockCheckDetailServer { private static readonly SqlSugarScope Db = DataContext.Db; public StockCheckDetailServer():base(Db) { } } }