This commit is contained in:
苏尹岚
2021-02-19 11:32:20 +08:00
parent 9c6e6e6c65
commit a2c7eecdca
5 changed files with 47 additions and 16 deletions

View File

@@ -75,3 +75,7 @@ func (c *MtwmController) StoreStatusChanged() {
func (c *MtwmController) OrderFinishedPickup() {
c.onCallbackMsg(mtwmapi.MsgTypeOrderFinishedPickup)
}
func (c *MtwmController) StoreAuditStatusChanged() {
c.onCallbackMsg(mtwmapi.MsgTypeStoreAuditStatusChanged)
}