50], [['cancel_remark'], 'string', 'max' => 100], [['refuse_reason'], 'string', 'max' => 255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'user_id' => 'User ID', 'su_id' => 'Su ID', 'ui_id' => 'Ui ID', 'type' => 'Type', 'image_limit_status' => 'Image Limit Status', 'image_limit_number' => 'Image Limit Number', 'left_number' => 'Left Number', 'order_no' => 'Order No', 'total_pay_price' => 'Total Pay Price', 'is_pay' => 'Is Pay', 'pay_time' => 'Pay Time', 'pay_type' => 'Pay Type', 'cancel_status' => 'Cancel Status', 'cancel_time' => 'Cancel Time', 'cancel_remark' => 'Cancel Remark', 'auto_cancel_time' => 'Auto Cancel Time', 'auto_refund_time' => 'Auto Refund Time', 'auto_over_time' => 'Auto Over Time', 'over_time' => 'Over Time', 'accept_status' => 'Accept Status', 'accept_time' => 'Accept Time', 'refuse_reason' => 'Refuse Reason', 'refuse_time' => 'Refuse Time', 'is_comment' => 'Is Comment', 'refund_status' => 'Refund Status', 'refund_time' => 'Refund Time', 'comment_time' => 'Comment Time', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }