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