| | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Controller; |
| | | import org.springframework.ui.ModelMap; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Description |
| | |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-粮温检测 |
| | | * @param view |
| | | * @return |
| | | */ |
| | | @RequestMapping("/grain-check1") |
| | | public String grainCheck1(ModelMap view) { |
| | | return prefix + "grain-check1"; |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-气体检测 |
| | | * @param view |
| | | * @return |
| | |
| | | public String gas(ModelMap view) { |
| | | view.put("flag", "gas"); |
| | | return prefix + "gas"; |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-粮温检测 |
| | | * @param view |
| | | * @return |
| | | */ |
| | | @RequestMapping("/gas-check") |
| | | public String gasCheck(ModelMap view) { |
| | | return prefix + "gas-check"; |
| | | } |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-粮温检测 |
| | | * @param view |
| | | * @return |
| | | */ |
| | | @RequestMapping("/pest-check") |
| | | public String pestCheck(ModelMap view) { |
| | | return prefix + "pest-check"; |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-通风作业 |
| | | * @param view |
| | | * @return |
| | |
| | | return prefix + "verb"; |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-通风控制 |
| | | * @param view |
| | | * @return |
| | | */ |
| | | @RequestMapping("/verb-control") |
| | | public String verbControl(ModelMap view) { |
| | | return prefix + "verb-control"; |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-温控作业 |
| | |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-通风控制 |
| | | * @param view |
| | | * @return |
| | | */ |
| | | @RequestMapping("/recir-control") |
| | | public String recirControl(ModelMap view) { |
| | | return prefix + "recir-control"; |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-气调作业 |
| | | * @param view |
| | | * @return |
| | |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-通风控制 |
| | | * @param view |
| | | * @return |
| | | */ |
| | | @RequestMapping("/n2-control") |
| | | public String n2Control(ModelMap view) { |
| | | return prefix + "n2-control"; |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-安全管理 |
| | | * @param view |
| | | * @return |