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