wl
2022-10-17 d46beba25ccb64a1047a98d642b6ce45e82f0bee
ycl-platform/src/main/java/com/ycl/service/caseHandler/IBaseCaseService.java
@@ -7,6 +7,8 @@
import com.ycl.entity.caseHandler.BaseCase;
import com.ycl.entity.caseHandler.BaseCaseDetail;
import java.util.ArrayList;
/**
 * <p>
 * 案件基本信息 服务类
@@ -30,9 +32,9 @@
    Page listIllegalBuilding(Page page, Integer state, Integer resource);
    Boolean saveViolationCase(ViolationParam violationParam,Integer id);
    Boolean saveViolationCase(ViolationParam violationParam,Long id);
    Boolean saveIllegalBuildingCase(IllegalBuildingParam illegalBuildingParam, Integer id);
    Boolean saveIllegalBuildingCase(IllegalBuildingParam illegalBuildingParam, Long id);
    /**
     * 同步案件进度
     *
@@ -44,4 +46,8 @@
    String processEvent(Integer caseId);
    BaseCaseDetail baseCaseDetail(String code);
    ArrayList<String> listCaseImages(Integer id, Integer type);
    void endCase(Long caseId, String result,String opinion);
}