using System; using System.Collections.Generic; using System.Text; using SqlSugar; using WMS.DAL; using WMS.Entity.BllAsnEntity; using WMS.Entity.Context; using WMS.IBLL.IBllAsnServer; namespace WMS.BLL.BllAsnServer { public class ArrivalNoticeDetailServer: DbHelper,IArrivalNoticeDetailServer { private static readonly SqlSugarScope Db = DataContext.Db; public ArrivalNoticeDetailServer() : base(Db) { } } }