service-front/src/main/java/com/java110/front/smo/activiti/IModelSMO.java
@@ -14,6 +14,7 @@ * limitations under the License. */ import org.springframework.http.HttpEntity; import org.springframework.http.ResponseEntity; public interface IModelSMO { @@ -25,4 +26,5 @@ * @return */ ResponseEntity<String> getJson(String modelId); }