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