|
|
|
@ -6,6 +6,14 @@ import (
|
|
|
|
|
"github.com/smallnest/rpcx/share"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
AfterServiceStatusApply = 1 // 售后申请中
|
|
|
|
|
AfterServiceStatusDeliver = 2 // 客户发货
|
|
|
|
|
AfterServiceStatusHandle = 3 // 收货处理中
|
|
|
|
|
AfterServiceStatusFinal = 4 // 售后完成
|
|
|
|
|
AfterServiceStatusClose = 5 // 售后关闭
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
type afterService struct {
|
|
|
|
|
}
|
|
|
|
|
type ArgsAfterServiceCan struct {
|
|
|
|
|