feixian_weifajianguan/OpenAuth.App/ServiceApp/DroneScreenDisplay/Response/SummaryResp.cs

19 lines
470 B
C#
Raw Normal View History

2026-02-03 16:00:02 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenAuth.App.ServiceApp.Response
{
public class SummaryResp
{
public long countyid { get; set; }
public string countyname { get; set; }
public int xftbzs { get; set; }
public int sywfgdtbzs { get; set; }
public double xfmj { get; set; }
public double sywfgdgdmj { get; set; }
}
}