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