<?php namespace app\admin\model\shopro\data; use app\admin\model\shopro\Common; class Richtext extends Common { // 表名 protected $name = 'shopro_data_richtext'; // 追加属性 protected $append = [ ]; }