- add const SaleBillStatusRefundSuccess

This commit is contained in:
gazebo
2019-03-15 15:00:33 +08:00
parent 0b9e42161b
commit f84ac4af99

View File

@@ -56,6 +56,10 @@ const (
OpenSourceBatchTask = 14
)
const (
SaleBillStatusRefundSuccess = "32"
)
type CallbackStoreStockMsg struct {
StationNo string `json:"stationNo"`
SkuId int64 `json:"skuId"`