截止9.14开发
This commit is contained in:
+6
-1
@@ -8,9 +8,14 @@ import org.springframework.web.multipart.MultipartFile;
|
||||
import java.util.List;
|
||||
|
||||
public interface ICaseEvidenceService {
|
||||
List<CaseEvidenceVO> getCaseListByRespondent(String identityNum);
|
||||
// List<CaseEvidenceVO> getCaseListByRespondent(String identityNum);
|
||||
|
||||
AjaxResult getCaseDetailsById(Long id);
|
||||
|
||||
AjaxResult uploadEvidence(MultipartFile file, Integer annexType, Long id);
|
||||
|
||||
//List<CaseEvidenceVO> getCaseListByApplicant(String identityNum);
|
||||
|
||||
List<CaseEvidenceVO> getCaseListAll(String identityNum);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user