255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'is_print' => '是否打印 0--否 1--是', 'is_share' => '是否参与分销 0--不参与 1--参与', 'is_sms' => '是否发送短信 0--否 1--是', 'is_mail' => '是否发送邮件 0--否 1--是', 'content' => '活动规则', 'share_title' => 'Share Title', ]; } }