This commit is contained in:
邹宗楠
2022-10-19 17:11:02 +08:00
parent 80230993c6
commit 9ffc6dd32d
4 changed files with 75 additions and 28 deletions

View File

@@ -298,8 +298,13 @@ const (
)
const (
ApplyOrderCancel = 140 // 申请取消
ApplyOrderRefund = 130 // 申请退款
ApplyOrderCancel = 140 // 申请取消
ApplyOrderRefund = 130 // 申请退款
ApplyOrderRefundGoods = 150 // 申请退款
UserInStoreConsultingService = 160 // 进店咨询
BusinessCancelOrder = 170 // 商家取消打印
CancelOrderSuccess = 170 // 取消成功打印
OrderRefundMoneySuccess = 180 // 退款成功打印
)
const (