案件记录附件表

This commit is contained in:
18792927508
2023-11-23 20:39:35 +08:00
parent cb8df46151
commit 0cef2791d6
9 changed files with 215 additions and 7 deletions
@@ -25,4 +25,11 @@ public interface CaseAttachMapper {
List<CaseAttach> getCaseAttachByCaseIdAndType(CaseAttach caseAttach);
CaseAttach queryAnnexById(Integer annexId);
/**
* 根据案件id和附件类型删除
* @param caseAppliId
* @param annexType
*/
void deleteByCasedIdAndType(@Param("caseAppliId")Long caseAppliId,@Param("annexType") int annexType);
}