|
@ -2,10 +2,6 @@ |
|
|
|
|
|
|
|
|
namespace backend\modules\shop\models\ars; |
|
|
namespace backend\modules\shop\models\ars; |
|
|
|
|
|
|
|
|
use Yii; |
|
|
|
|
|
use yii\behaviors\TimestampBehavior; |
|
|
|
|
|
use backend\modules\shop\models\ars\OrderGoods; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* This is the model class for table "ats_after_sale". |
|
|
* This is the model class for table "ats_after_sale". |
|
|
* |
|
|
* |
|
@ -15,7 +11,7 @@ use backend\modules\shop\models\ars\OrderGoods; |
|
|
* @property int $user_id 用户id |
|
|
* @property int $user_id 用户id |
|
|
* @property int $order_goods_id 订单商品id |
|
|
* @property int $order_goods_id 订单商品id |
|
|
* @property int $amount 退货时实际退的金额 |
|
|
* @property int $amount 退货时实际退的金额 |
|
|
* @property int $count 退换货的商品数量 |
|
|
|
|
|
|
|
|
* @property int $count 退货的商品数量 |
|
|
* @property int $apply_at 申请时间 |
|
|
* @property int $apply_at 申请时间 |
|
|
* @property int $dealt_at 处理时间 |
|
|
* @property int $dealt_at 处理时间 |
|
|
* @property int $finish_at 完成时间 |
|
|
* @property int $finish_at 完成时间 |
|
@ -24,7 +20,7 @@ use backend\modules\shop\models\ars\OrderGoods; |
|
|
* @property string $description 描述 |
|
|
* @property string $description 描述 |
|
|
* @property string $image 图片 |
|
|
* @property string $image 图片 |
|
|
* @property int $status 处理状态:0:未处理;1:已同意,待买家确认;2:用户已确认;3:已拒绝;4:退款成功;5:已取消; |
|
|
* @property int $status 处理状态:0:未处理;1:已同意,待买家确认;2:用户已确认;3:已拒绝;4:退款成功;5:已取消; |
|
|
* @property int $reason 退换货理由 |
|
|
|
|
|
|
|
|
* @property int $reason 退货理由 |
|
|
* @property string $remarks 店家备注 |
|
|
* @property string $remarks 店家备注 |
|
|
* @property string $take_shipping_sn 用户发货物流单号 |
|
|
* @property string $take_shipping_sn 用户发货物流单号 |
|
|
* @property int $refund_mode 退款方式:1:仅退款;2:退货退款; |
|
|
* @property int $refund_mode 退款方式:1:仅退款;2:退货退款; |
|
@ -104,7 +100,7 @@ class AfterSale extends \yii\db\ActiveRecord |
|
|
'description' => '描述', |
|
|
'description' => '描述', |
|
|
'image' => '图片', |
|
|
'image' => '图片', |
|
|
'status' => '处理状态', |
|
|
'status' => '处理状态', |
|
|
'reason' => '退换货理由', |
|
|
|
|
|
|
|
|
'reason' => '退货理由', |
|
|
'remarks' => '店家备注', |
|
|
'remarks' => '店家备注', |
|
|
'take_shipping_sn' => '用户发货物流单号', |
|
|
'take_shipping_sn' => '用户发货物流单号', |
|
|
'refund_mode' => '退款方式', |
|
|
'refund_mode' => '退款方式', |
|
|