package com.jshoperx.service; import com.jshoperx.entity.CartT; public interface CartTService extends BaseTService<CartT>{ }