package com.happy.dao; import com.happy.Model.Config; import java.util.List; public interface ConfigDao { public List query(String name); }