刘磊
2025-08-25 4c308eab6106324bd40e6ad7fd9e769a5cedcedf
1
2
3
4
5
6
7
8
9
namespace WIDESEA_StorageBasicRepository
{
    public class Dt_PalletStockInfoDetailRepository : RepositoryBase<Dt_PalletStockInfoDetail>, IDt_PalletStockInfoDetailRepository
    {
        public Dt_PalletStockInfoDetailRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
        {
        }
    }
}