package com.nis.dao; import java.util.List; import com.nis.entity.SysConfig; public interface SysConfigDao { List selectList(); }