Merge branch 'master' of git.oa00.com:supply-chain/service

finance
黄伟 2 years ago
commit c06b19260b

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