执法信息新增接口

This commit is contained in:
luolianxin 2025-04-30 18:03:53 +08:00
parent 1ed4269da0
commit 0f83635982
2 changed files with 0 additions and 2 deletions

View File

@ -207,7 +207,6 @@ public class CaseController {
* *
* @param caseId 案件id * @param caseId 案件id
* @param caseInfo 案件实体 * @param caseInfo 案件实体
* @return 案件实体
*/ */
@PutMapping("/updateSupplementVerify/{caseId}") @PutMapping("/updateSupplementVerify/{caseId}")
public Result<Case> updateSupplementVerify(@PathVariable String caseId, @RequestBody Case caseInfo, @CurrentUser RemoteUserInfo user) { public Result<Case> updateSupplementVerify(@PathVariable String caseId, @RequestBody Case caseInfo, @CurrentUser RemoteUserInfo user) {

View File

@ -93,7 +93,6 @@ public class EnforcementInfoHistoryController {
/** /**
* 执法立案统计不分页 * 执法立案统计不分页
*
* @param query * @param query
* @return 查询执法立案统计结果 * @return 查询执法立案统计结果
*/ */