| | |
| | | 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 |
| | |
| | | public String n2(ModelMap view) { |
| | | view.put("flag", "n2"); |
| | | return prefix + "n2"; |
| | | } |
| | | |
| | | /** |
| | | * 仓储保管作业-通风控制 |
| | | * @param view |
| | | * @return |
| | | */ |
| | | @RequestMapping("/n2-control") |
| | | public String n2Control(ModelMap view) { |
| | | return prefix + "n2-control"; |
| | | } |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | /** |
| | | * 粮油专卡 |
| | | * @param view |
| | | * @return |
| | | */ |
| | | @RequestMapping("/card-food-oil") |
| | | public String cardFoodOil(ModelMap view) { |
| | | return prefix + "card-food-oil"; |
| | | } |
| | | |
| | | /** |
| | | * 巡检打卡 |
| | | * @param view |
| | | * @return |