60], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => '主键', 'merchant_id' => '店铺ID', 'cate_id' => '分类ID', 'marketing_id' => '对应活动', 'marketing_type' => '活动类型', 'prediction_time' => '预告时间', 'start_time' => '开始时间', 'end_time' => '结束时间', 'status' => '状态', ]; } }