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
229 B
Java
15 lines
229 B
Java
2 years ago
|
package com.api.aixinchina;
|
||
|
|
||
|
|
||
|
import com.engine.web.aixinaction.AixinAction;
|
||
|
|
||
|
import javax.ws.rs.Path;
|
||
|
|
||
|
/**
|
||
|
* @author:CL
|
||
|
* @date:2023/1/29 8:33
|
||
|
*/
|
||
|
@Path("/workflow/aixinspan")
|
||
|
public class AiXinRateApi extends AixinAction {
|
||
|
}
|