锁定,解锁案件

This commit is contained in:
18792927508
2023-10-20 14:47:58 +08:00
parent c2c4d71d37
commit 3d36f05cf9
7 changed files with 58 additions and 3 deletions
@@ -64,4 +64,11 @@ public interface ICaseApplicationService {
AjaxResult selectCaseProgress(CaseApplication caseApplication);
int updateHeardate(CaseApplication caseApplication);
/**
* 修改案件锁定状态
* @param caseApplication
* @return
*/
int updateCaseLockStatus(CaseApplication caseApplication);
}