wanshenmean
8 天以前 4d5b4319ebfb155b199ec641ec377b220f9fa837
Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockInfo_HtyService.cs
@@ -1,5 +1,4 @@
using AutoMapper;
using WIDESEA_Core.BaseRepository;
using WIDESEA_Core.BaseRepository;
using WIDESEA_Core.BaseServices;
using WIDESEA_IStockService;
using WIDESEA_Model.Models;
@@ -8,13 +7,10 @@
{
    public partial class StockInfo_HtyService : ServiceBase<Dt_StockInfo_Hty, IRepository<Dt_StockInfo_Hty>>, IStockInfo_HtyService
    {
        private readonly IMapper _mapper;
        public IRepository<Dt_StockInfo_Hty> Repository => BaseDal;
        public StockInfo_HtyService(IRepository<Dt_StockInfo_Hty> BaseDal, IMapper mapper) : base(BaseDal)
        public StockInfo_HtyService(IRepository<Dt_StockInfo_Hty> BaseDal) : base(BaseDal)
        {
            _mapper = mapper;
        }
    }
}