手机端盘底库存信息
先写 Controller 层的数据,然后在快捷方式创建对应的 service 层和 dao 层 查询数据并显示要去盘点的信息: package com.yhyx.fhxhcps.depotcheck.controller.mbl; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import com.yhyx.fhxhcps