| | |
| | | |
| | | import java.util.Map; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | import jakarta.annotation.Resource; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | |
| | | import com.walker.infrastructure.utils.DateUtils; |
| | | import com.walker.web.ResponseValue; |
| | | |
| | | import io.swagger.annotations.Api; |
| | | |
| | | |
| | | /** |
| | | * @ClassName LWhWarningConfigController |
| | |
| | | **/ |
| | | @RestController |
| | | @RequestMapping("/pc/warehouse/warning") |
| | | @Api(value = "预警查询", tags = "预警查询") |
| | | // @Api(value = "预警查询", tags = "预警查询") |
| | | public class LWhWarningController extends BaseController { |
| | | |
| | | @Resource |