<?php namespace app\admin\model\shopro; use app\admin\model\shopro\Common; class SearchHistory extends Common { protected $name = 'shopro_search_history'; protected $type = [ ]; // 追加属性 protected $append = [ ]; }