|  |  |  | 
|---|
|  |  |  | import com.doumee.core.model.PageData; | 
|---|
|  |  |  | import com.doumee.core.model.PageWrap; | 
|---|
|  |  |  | import com.doumee.dao.business.model.Platform; | 
|---|
|  |  |  | import com.doumee.dao.openapi.response.PlatformNumByStatusResponse; | 
|---|
|  |  |  | import com.doumee.dao.openapi.response.PlatformStatusListResponse; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | * @return long | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | long count(Platform platform); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | PlatformNumByStatusResponse getPlatformNumByStatusResponse(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<PlatformStatusListResponse>  getPlatformStatusList(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<Platform> platformWorkReportList(Platform platform); | 
|---|
|  |  |  | } | 
|---|