package com.jshoperx.dao; import com.jshoperx.entity.SystemMailT; public interface SystemMailTDao extends BaseTDao<SystemMailT>{ }