package com.minhyuk.base.dao; import java.util.List; import com.minhyuk.base.to.CodeBean; public interface CodeDAO { public List selectCodeList(); }