18 lines
353 B
C#
18 lines
353 B
C#
![]() |
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
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 芯未回调接口
|
|||
|
/// </summary>
|
|||
|
public interface IXWDataSyncService
|
|||
|
{
|
|||
|
Task DataSyncCallBack(string json);
|
|||
|
}
|
|||
|
}
|