Files
jx-callback/business/partner/purchase/mtwm/order_comment.go
2019-03-12 15:40:08 +08:00

11 lines
281 B
Go

package mtwm
import (
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
"git.rosy.net.cn/jx-callback/business/model"
)
func (c *PurchaseHandler) ReplyOrderComment(ctx *jxcontext.Context, orderComment *model.OrderComment, replyComment string) (err error) {
return err
}