Infrastructure/OpenAuth.App/ServiceApp/Response/AiShpForTaskResp.cs

18 lines
362 B
C#

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