package com.xcgl.middleware.service; public interface MiddlewareDataServiceI { //从云端同步基础数据 public void syncBaseDataFromCloud(); }