package com.jshoperx.dao; import com.jshoperx.entity.ProductT; public interface ProductTDao extends BaseTDao<ProductT>{ }