- add const SaleBillStatusRefundSuccess
This commit is contained in:
@@ -56,6 +56,10 @@ const (
|
|||||||
OpenSourceBatchTask = 14
|
OpenSourceBatchTask = 14
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
SaleBillStatusRefundSuccess = "32"
|
||||||
|
)
|
||||||
|
|
||||||
type CallbackStoreStockMsg struct {
|
type CallbackStoreStockMsg struct {
|
||||||
StationNo string `json:"stationNo"`
|
StationNo string `json:"stationNo"`
|
||||||
SkuId int64 `json:"skuId"`
|
SkuId int64 `json:"skuId"`
|
||||||
|
|||||||
Reference in New Issue
Block a user