using Nirvana.Common; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Waste.Application.ThirdApiInfo { /// /// 设备对接接口 /// public interface IOpenService { /// /// 获取上报相关信息 /// /// /// Task GetDevInfoAsync(GetDevInfoRequestDto data); } }