package com.jsh.dao.basic; import com.jsh.base.BaseIDAO; import com.jsh.model.po.Functions; public interface FunctionsIDAO extends BaseIDAO { }