Commit 0fde10c7 authored by 赵啸非's avatar 赵啸非

添加同步删除事项接口

parent 14a8ec15
......@@ -53,6 +53,7 @@ public class MatterExtController extends BaseCRUDJsonBodyMappingController<Matte
@GetMapping(value = "delMattersBySiteId")
@UnAuth
public Rest<Object> delMattersBySiteId(@RequestParam(value = "siteId") Long siteId) {
Rest<Object> ret = new Rest<>();
Map<String, Object> model = new HashMap<>();
......
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