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