255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'goods_id' => 'Goods ID', 'name' => '字段名称', 'type' => '字段类型', 'required' => '是否必填', 'default' => '默认值', 'tip' => '提示语', 'sort' => 'Sort', 'is_delete' => 'Is Delete', 'addtime' => 'Addtime', 'option' => '单选、复选项 值', ]; } }