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