package me.xhh.hector06; import java.io.Serializable; public interface IExampleDao extends Serializable { String showExample() throws RuntimeException; }