1
dengjunjie
10 天以前 098055c5414023bce83999290082144ffe787e4f
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicRepository
{
    public interface IDt_PalletStockInfoDetailRepository : IRepository<Dt_PalletStockInfoDetail>
    {
    }
}