64], [['take_shipping_sn'], 'string', 'max' => 50], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'id', 'wx_refund_id' => '微信退款单号', 'after_sale_sn' => '售后单号', 'user_id' => '用户id', 'order_goods_id' => '订单商品id', 'amount' => '退货时实际退的金额', 'count' => '退换货的商品数量', 'apply_at' => '申请时间', 'dealt_at' => '处理时间', 'finish_at' => '完成时间', 'operator_id' => '操作者', 'refund_type' => '退款类型', 'description' => '描述', 'image' => '图片', 'status' => '处理状态', 'reason' => '退换货理由', 'remarks' => '店家备注', 'take_shipping_sn' => '用户发货物流单号', 'refund_mode' => '退款方式', ]; } }