From 95b28dbff222bc82d6d03a1dcd93095f123cecd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 20 Mar 2020 18:02:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E8=B1=B9=E5=88=9B=E5=BB=BA=E5=95=86?= =?UTF-8?q?=E5=93=81=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/yb/order_comment.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 business/partner/purchase/yb/order_comment.go diff --git a/business/partner/purchase/yb/order_comment.go b/business/partner/purchase/yb/order_comment.go new file mode 100644 index 000000000..7206382e9 --- /dev/null +++ b/business/partner/purchase/yb/order_comment.go @@ -0,0 +1,5 @@ +package yb + +func (c *PurchaseHandler) StartRefreshComment() { + +}