17 lines
410 B
C#
17 lines
410 B
C#
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; }
|
|
}
|
|
}
|