jiangping
2024-11-12 e567d284a005086e549ccd3b38b8a8e760517a88
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/PlatformWarnEventService.java
@@ -3,6 +3,7 @@
import com.doumee.core.model.PageData;
import com.doumee.core.model.PageWrap;
import com.doumee.dao.business.model.PlatformWarnEvent;
import com.doumee.dao.openapi.response.PlatformWarnEventListResponse;
import com.doumee.dao.web.reqeust.SavePlatformWarnEventDTO;
import java.util.List;
@@ -98,4 +99,6 @@
    long count(PlatformWarnEvent platformWarnEvent);
    void savePlatformWarnEvent(SavePlatformWarnEventDTO savePlatformWarnEventDTO);
    List<PlatformWarnEventListResponse> findListToHk();
}