You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
weaver-ningbojinghua/src/com/api/nbkq/web/NbJhWorkflowActionApi.java

11 lines
197 B
Java

package com.api.nbkq.web;
import com.engine.nbkq.web.NbjhWorkflowAction;
import javax.ws.rs.Path;
@Path("/nbjh/leaveworkflow")
public class NbJhWorkflowActionApi extends NbjhWorkflowAction {
}