The calling code is:
function showlist(){
$goods = new \Model\GoodsModel();
var_dump($goods);
$this -> display();
Remove \ in front of Model
Remove \ in front of Model