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