using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenAuth.App.ServiceApp.Response { public class AiShpDataExpenseAccountingTableResp { public string ShapDate { get; set; } public decimal AreaNum { get; set; } public int? ShpCount { get; set; } public int issuedCount { get; set; } } }