255], [['bgcolor'], 'string', 'max' => 100], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'mall_id' => 'Mall ID', 'sort' => '序号', 'title' => '图片标题', 'pic_link' => '图片跳转链接', 'pic_path' => '图片保存路径', 'bgcolor' => '背景色', 'is_show' => '是否展示,1:是,0:不是', 'status' => '状态[-1:删除;0:禁用;1启用]', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }