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; }