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