| | |
| | | import org.springblade.jfpt.animalheat.entity.BladeAnimalHeat; |
| | | import org.springblade.jfpt.animalheat.service.AnimalHeatService; |
| | | import org.springblade.jfpt.animalheat.vo.AnimalHeatVo; |
| | | import org.springblade.jfpt.animalheat.vo.StatisVo; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 体温监测控制层 |
| | |
| | | |
| | | |
| | | /** |
| | | * 体温数据的分页数据 |
| | | * @param animalHeatVo 查询条件 |
| | | * 体温数据的分页数据--图表的点击事件 |
| | | * @param animalHeatVo 查询条件 包含时间状态type 0:本日 1:本周 2:本月 |
| | | * @param query 查询页码 |
| | | * @return |
| | | */ |