using System.Threading.Tasks; using NCC.Extend.Entitys.Dto.UavAppUpdateInfo; namespace NCC.Extend.Interfaces.UavAppUpdateInfo { public interface IUavAppUpdateInfoService { } }