dengjunjie
2025-10-17 4e81beaf39a525c1ecb86d50dd05438959af6e12
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicRepository
{
    public interface IDt_PalletStockInfoDetailRepository : IRepository<Dt_PalletStockInfoDetail>
    {
    }
}