广州市综治平台后端
xusd
1 days ago 3feed5879e5a9b794862bf46d38c7f66cfe41d50
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/service/ThGridCitizenEventService.java
@@ -1,6 +1,8 @@
package cn.huge.module.cases.service;
import cn.huge.module.cases.domain.dto.CaseAndEventInfoDTO;
import cn.huge.module.cases.domain.po.ThGridCitizenEvent;
import org.apache.ibatis.annotations.Param;
/**
 * @title: 市民工单事件表服务接口
@@ -18,4 +20,6 @@
     * @return 整合后的案件和工单信息
     */
    CaseAndEventInfoDTO integrateCaseAndEventInfo(String caseId);
    ThGridCitizenEvent getByCaseId(String caseId);