|  |  |  | 
|---|
|  |  |  | package com.doumee.service.business; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.doumee.core.model.PageData; | 
|---|
|  |  |  | import com.doumee.core.model.PageWrap; | 
|---|
|  |  |  | import com.doumee.service.business.third.model.PageData; | 
|---|
|  |  |  | import com.doumee.service.business.third.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; | 
|---|
|  |  |  | 
|---|
|  |  |  | long count(PlatformWarnEvent platformWarnEvent); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void savePlatformWarnEvent(SavePlatformWarnEventDTO savePlatformWarnEventDTO); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<PlatformWarnEventListResponse> findListToHk(); | 
|---|
|  |  |  | } | 
|---|