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