修改执法信息接口,增加案件审批功能
This commit is contained in:
parent
671fab5345
commit
c0abb3473e
|
|
@ -3,6 +3,7 @@
|
|||
<div class="sidebar" >
|
||||
<div class="collapse-button">
|
||||
<div style="text-align: left;margin-top: 10px;margin-left: 5px;color: #e8e8e8;font-family: 黑体;font-size: 16px">文书目录</div>
|
||||
|
||||
</div>
|
||||
<!-- 目录内容 -->
|
||||
<div class="menu-container">
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
|
||||
import java.util.List;
|
||||
/**
|
||||
* 综合执法/文书管理
|
||||
* 综合执法/执法文书管理
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping(Constants.API_PREFIX + "/lawenforcement/documents")
|
||||
|
|
|
|||
Loading…
Reference in New Issue