- refactor bad comment
This commit is contained in:
10
business/partner/purchase/mtwm/order_comment.go
Normal file
10
business/partner/purchase/mtwm/order_comment.go
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user