using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenAuth.App.ServiceApp.Response { /// /// 任务ai解译列表 /// public class AiShpForTaskResp { public string Id { get; set; } public string ShpName { get; set; } } }