| | |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.model.PlatformGroup; |
| | | import com.doumee.dao.web.reqeust.PlatformDataDTO; |
| | | import com.doumee.dao.web.response.PlatformGroupWorkVO; |
| | | import com.doumee.dao.web.response.PlatformWorkVO; |
| | | |
| | | import java.util.List; |
| | |
| | | List<PlatformGroup> getAllPlatformGroup(PlatformDataDTO platformDataDTO, LoginUserInfo loginUserInfo); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 获取月台组 等待与异常数据 |
| | | * @param platformGroupId |
| | | * @return |
| | | */ |
| | | PlatformGroupWorkVO getPlatformGroupWork(Integer platformGroupId); |
| | | |
| | | } |