package cn.basttg.core.service; public interface TestService { public void exception(Integer id) throws Exception; public void dao(Integer id) throws Exception; }

package cn.basttg.core.service; public interface TestService { public void exception(Integer id) throws Exception; public void dao(Integer id) throws Exception; }