| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.jeecg.modules.mdc.entity.MdcEquipmentMagnification; |
| | | import org.jeecg.modules.mdc.vo.MdcEquipmentMagnificationVo; |
| | | import org.jeecg.modules.mdc.vo.MdcMagnificationVo; |
| | | import org.springframework.web.servlet.ModelAndView; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | |
| | | /** |
| | | * 统计 报表数据 |
| | | */ |
| | | void savesEquipmentMagnifications(); |
| | | void savesEquipmentMagnifications(String dateTime); |
| | | |
| | | |
| | | IPage<MdcEquipmentMagnification> pageList(String userId, MdcEquipmentMagnificationVo magnificationVo, Integer pageNo, Integer pageSize, HttpServletRequest req); |
| | |
| | | * @return |
| | | */ |
| | | ModelAndView exportXls(String userId, MdcEquipmentMagnificationVo magnificationVo); |
| | | |
| | | |
| | | MdcMagnificationVo beilvsList(MdcEquipmentMagnificationVo magnificationVo,String userId); |
| | | } |