This commit is contained in:
suyl
2021-05-24 17:08:55 +08:00
parent eb5231d847
commit 3ed482c6f9

View File

@@ -82,3 +82,7 @@ func (c *MtwmController) OrderFinishedPickup() {
func (c *MtwmController) StoreAuditStatusChanged() {
c.onCallbackMsg(mtwmapi.MsgTypeStoreAuditStatusChanged)
}
func (c *MtwmController) SkuDelete() {
c.onCallbackMsg(mtwmapi.MsgTypeSkuDelete)
}