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.
15 lines
294 B
Java
15 lines
294 B
Java
package com.api.seclinktel.web;
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
/**
|
|
* @Author liang.cheng
|
|
* @Date 2025/6/19 11:03
|
|
* @Description:
|
|
* @Version 1.0
|
|
*/
|
|
|
|
@Path("/seclinktel/performance/workflow")
|
|
public class PerformanceWorkflowAction extends com.engine.seclinktel.web.PerformanceWorkflowAction {
|
|
}
|