yanjinhui
5 天以前 3d3598eea1b93ed7f977d077355ebbcc1270ba38
新建文件夹/WIDESEA_WMSServer/ClassLibrary2/SupplyTaskService.cs
@@ -3,6 +3,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core;
using WIDESEA_Core.BaseRepository;
using WIDESEA_Core.BaseServices;
using WIDESEA_IWMsInfoServices;
@@ -15,5 +16,7 @@
        public SupplyTaskService(IRepository<Dt_SupplyTask> BaseDal) : base(BaseDal)
        {
        }
        public IRepository<Dt_SupplyTask> Repository => BaseDal;
    }
}