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