优化家和公司的地址

This commit is contained in:
zhangyuanzhen
2020-01-18 12:03:24 +08:00
parent ed182ed7e7
commit 4284867495
10 changed files with 134 additions and 16 deletions

View File

@@ -12,4 +12,7 @@ public interface IMogoSearchManager extends IProvider {
void goCompany();
void showSearch();
void showMain();
void speakDraft();
void speakDetail();
void showCategory(String keyword);
}