Commit ab3d3d1d authored by 廖旭伟's avatar 廖旭伟

单事项预审增加撤回接口

parent a6c16f39
......@@ -423,6 +423,7 @@ public class MatterApplyController extends BaseCRUDJsonBodyMappingController<Mat
* @return
*/
@PostMapping({"revoke"})
@UnAuth
public String applyRevoke(@RequestBody MatterApplyEntity entity) {
Map<String, Object> model = new HashMap();
Context context = this.getContext();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment