yb
2 天以前 45f273a2bdef5db34da34a1ac72ee26da5452c8d
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentMagnificationService.java
@@ -4,6 +4,7 @@
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;
@@ -12,7 +13,7 @@
    /**
     * 统计 报表数据
     */
    void savesEquipmentMagnifications();
    void savesEquipmentMagnifications(String dateTime);
    IPage<MdcEquipmentMagnification> pageList(String userId, MdcEquipmentMagnificationVo magnificationVo, Integer pageNo, Integer pageSize, HttpServletRequest req);
@@ -26,4 +27,7 @@
     * @return
     */
    ModelAndView exportXls(String userId, MdcEquipmentMagnificationVo magnificationVo);
    MdcMagnificationVo beilvsList(MdcEquipmentMagnificationVo magnificationVo,String userId);
}