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