刘磊
2025-08-25 4c308eab6106324bd40e6ad7fd9e769a5cedcedf
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicRepository
{
    public interface IDt_PalletStockInfo_htyRepository : IRepository<Dt_PalletStockInfo_hty>
    {
    }
}