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