添加售后状态

finance
杨赟 2 years ago
parent c74396cb05
commit e4ab0bdcf3

@ -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 {

Loading…
Cancel
Save