shane
2021-08-17 b015028be149074acd39e46238cd7aec7d123355
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);
}