60], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => '主键', 'merchant_id' => '店铺ID', 'marketing_id' => '对应活动', 'marketing_type' => '活动类型', 'total_customer_num' => '总客户数量', 'new_customer_num' => '新客户数量', 'old_customer_num' => '老客户数量', 'pay_money' => '订单实付金额', 'order_count' => '订单数量', 'product_count' => '订单产品数量', 'discount_money' => '优惠总金额', 'status' => '状态', 'created_at' => '创建时间', 'updated_at' => '修改时间', ]; } }