<?php namespace app\common\model; use think\model; /** * Description of HousePurchaseOtherHouse * * @author sgq */ class HousePurchaseOtherHouse extends model { protected $table = "un_housepurchase_other_house"; }