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