255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'level' => 'Level', 'name' => '等级名称', 'money' => '会员完成订单金额满足则升级', 'discount' => '折扣', 'status' => '状态 0--禁用 1--启用', 'is_delete' => 'Is Delete', 'created_at' => '添加时间', 'image' => '升级 图片', 'price' => '升级 所需价格', 'detail' => '会员介绍', 'buy_prompt' => '会员购买提示', 'synopsis' => '内容', 'firstProfit' => '一级分销佣金', 'secondProfit' => '二级分销佣金', 'thirdProfit' => '三级分销佣金', 'is_student' => '是否学生会员:0=否;1=是;', 'expires_type' => '到期类型0天 1年', 'expires_in' => '到期时间' ]; } }