mg
2022-10-17 91ed0c1884db746e0f0921935f4674f3011f5827
ycl-platform/src/main/java/com/ycl/service/caseHandler/IBaseCaseService.java
@@ -49,5 +49,5 @@
    ArrayList<String> listCaseImages(Integer id, Integer type);
    void endCase(Long caseId, String result);
    void endCase(Long caseId, String result,String opinion);
}