Merge branch 'qa_byd' into dev

This commit is contained in:
wangcongtao
2020-07-24 16:49:46 +08:00
15 changed files with 84 additions and 103 deletions

View File

@@ -16,4 +16,9 @@ public interface IMogoRefreshStrategyController extends IProvider {
* @param delay 单位ms 0 为则立即刷新,为负值则忽略
*/
void restartAutoRefreshAtTime( int delay );
/**
* 清除所有数据
*/
void clearAllData();
}