src/main/java/org/yeshi/utils/generater/vo/service/ServiceMetodInfoVO.java
@@ -20,6 +20,8 @@ //方法内容 private String content; private String exceptions; public ServiceMetodInfoVO(String visiteAccess, String returnType, String name, String params) { this.visiteAccess = visiteAccess; this.returnType = returnType; @@ -74,4 +76,12 @@ public void setContent(String content) { this.content = content; } public String getExceptions() { return exceptions; } public void setExceptions(String exceptions) { this.exceptions = exceptions; } }