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