| | |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.jeecg.common.api.vo.Result; |
| | | import org.jeecg.modules.mdc.service.IEquipmentLogService; |
| | | import org.jeecg.modules.mdc.subcontrol.service.MdcBigScreenService; |
| | | import org.jeecg.modules.mdc.subcontrol.vo.AllEquipmentLogVo; |
| | | import org.jeecg.modules.mdc.subcontrol.vo.LastWeekDataRankingVo; |
| | | import org.jeecg.modules.mdc.subcontrol.vo.MdcEquipmentOpVo; |
| | | import org.jeecg.modules.mdc.vo.MdcEquipmentVo; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |