using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using VOL.Model.IOT.Request; namespace VOL.Business.IServices.School { /// /// 芯未回调接口 /// public interface IXWDataSyncService { Task DataSyncCallBack(string json); } }