50], [['cancel_remark'], 'string', 'max' => 255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'su_id' => 'Su ID', 'user_id' => 'User ID', 'up_id' => 'Up ID', 'order_no' => 'Order No', 'p_id' => 'P ID', 'type' => 'Type', 'is_pay' => 'Is Pay', 'total_pay_price' => 'Total Pay Price', 'pay_time' => 'Pay Time', 'cancel_status' => 'Cancel Status', 'cancel_time' => 'Cancel Time', 'cancel_remark' => 'Cancel Remark', 'refund_status' => 'Refund Status', 'refund_time' => 'Refund Time', 'status' => 'Status', 'sync_order_no' => '互医的订单号', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }