| | |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.CrossOrigin; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | |
| | | * @param request |
| | | * @return |
| | | */ |
| | | //@GetMapping(value = "/list") |
| | | @Deprecated |
| | | @GetMapping(value = "/list") |
| | | public OpResult<List<PlantDTO>> list() { |
| | | |
| | | try { |