<?php namespace app\model; /** * * @property int id * @property string stock_code * @property string history_info */ class HistoryFundStockModel extends BaseModel { // 基金 历史走势 protected $name = 'history_fund_stock'; protected $pk = 'id'; }