50], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'mall_id' => 'Mall ID', 'status' => 'Status', 'user_id' => 'User ID', 'staff_user_id' => 'Staff User ID', 'order_id' => 'Order ID', 'service_status' => 'Service Status', 'order_no' => 'Order No', 'service_start_at' => 'Service Start At', 'service_end_at' => 'Service End At', 'remark' => 'Remark', 'commission' => 'Commission', 'order_detail_id' => 'Order Detail ID', 'goods_id' => 'Goods ID', ]; } }