dengjunjie
2025-10-24 d4fc143136f77f0bb68e0ec7579d250a6ae550b6
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicRepository
{
    public interface IDt_PalletStockInfo_htyRepository : IRepository<Dt_PalletStockInfo_hty>
    {
    }
}