刘磊
2024-12-27 442c3d4ed659b05e960e7f2747b41c8488793905
1
2
3
4
5
6
7
8
9
namespace WIDESEA_StorageBasicRepository
{
    public class StockInfoDetailRepository : RepositoryBase<DtStockInfoDetail>, IStockInfoDetailRepository
    {
        public StockInfoDetailRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
        {
        }
    }
}