This commit is contained in:
邹宗楠
2022-10-19 17:30:12 +08:00
parent 519f671ab4
commit 9e3e72dfe1
17 changed files with 693 additions and 204 deletions

View File

@@ -50,6 +50,13 @@ const (
OrderStatusPayCancel = 3
OrderStatusRefund = 4
printMsgAlreadySend = 2 //已经发出打印消息
printMsgSuccess = 1 //打印成功
PrintMsgWait = 0 //待打印
printMsgFail = -1 //打印失败(打印机报出)
PrintMsgErr = -2 //京西报出
printMsgAlreadyLoad = 3 //已放入队列
PayTypeTL = "tl" //通联支付
)