|
@ -15,7 +15,6 @@ use yii\behaviors\TimestampBehavior; |
|
|
* @property string $keywords 关键字 |
|
|
* @property string $keywords 关键字 |
|
|
* @property string $desc 描述 |
|
|
* @property string $desc 描述 |
|
|
* @property int $sort_order 排序 |
|
|
* @property int $sort_order 排序 |
|
|
* @property int $icon_type 图标类型 |
|
|
|
|
|
* @property string $icon 图标 |
|
|
* @property string $icon 图标 |
|
|
* @property string $filter_attr 筛选属性 |
|
|
* @property string $filter_attr 筛选属性 |
|
|
* @property int $is_show 是否显示,1为不显示 |
|
|
* @property int $is_show 是否显示,1为不显示 |
|
@ -75,7 +74,6 @@ class ShopCategory extends \yii\db\ActiveRecord |
|
|
'keywords' => '关键字', |
|
|
'keywords' => '关键字', |
|
|
'desc' => '描述', |
|
|
'desc' => '描述', |
|
|
'sort_order' => '排序', |
|
|
'sort_order' => '排序', |
|
|
'icon_type' => '图标类型', |
|
|
|
|
|
'icon' => '图标', |
|
|
'icon' => '图标', |
|
|
'filter_attr' => '筛选属性', |
|
|
'filter_attr' => '筛选属性', |
|
|
'is_show' => '是否显示', |
|
|
'is_show' => '是否显示', |
|
|