Commit c4a8655e authored by hujun's avatar hujun

删除无用模型

parent fc32ef0d
......@@ -18,9 +18,6 @@ use app\model\GHouses;
use app\model\GHousesImgs;
use app\model\GImageDepot;
use app\model\GLabels;
use app\model\HouseImgs;
use app\model\HouseInfos;
use app\model\Labels;
use app\model\OBargainModel;
use app\model\OMarchInModel;
use app\model\Regions;
......@@ -40,8 +37,8 @@ class Shop extends Basic
function __construct($request = null)
{
parent::__construct($request);
$this->db = new HouseInfos();
$this->dbImg = new HouseImgs();
$this->db = new GHouses();
$this->dbImg = new GHousesImgs();
$this->labels = new GLabels();
$this->attentionModel = new AttentionModel();
$this->gHousesModel = new GHouses();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment