at接口逻辑代码修改1125
parent
f2e3cf86f6
commit
9b8155c973
@ -0,0 +1,16 @@
|
|||||||
|
package com.api.dito.reqremark;
|
||||||
|
|
||||||
|
import com.engine.dito.reqremark.web.AtRequestRemarkAction;
|
||||||
|
|
||||||
|
import javax.ws.rs.Path;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Title
|
||||||
|
* @Author wangchaofa
|
||||||
|
* @CreateDate 2023/9/28
|
||||||
|
* @Version 1.0
|
||||||
|
* @Description
|
||||||
|
*/
|
||||||
|
@Path("/dito/atreqremark")
|
||||||
|
public class AtRequestRemarkActionApi extends AtRequestRemarkAction {
|
||||||
|
}
|
Loading…
Reference in New Issue