yanjinhui
2025-10-27 7f5c1fef5f8fdcdb3a0a2ebadae9ae31564a103c
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicRepository
{
    public interface IDt_PalletStockInfoDetailRepository : IRepository<Dt_PalletStockInfoDetail>
    {
    }
}