| | |
| | | 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 |
| | |
| | | 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 |