255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'mch_id' => 'Mch ID', 'store_id' => 'Store ID', 'is_share' => '是否开启分销 0--不开启 1--开启', 'first' => '一级佣金比例', 'second' => '二级佣金比例', 'third' => '三级佣金比例', 'first_name' => '一级名称', 'second_name' => '二级名称', 'third_name' => '三级名称', 'price_type' => '佣金配比', 'is_rebate' => '是否开启自购返利' ]; } }