You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
C#
40 lines
1.1 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace OpenAuth.App.ServiceApp.DroneDocking.Request
|
|
{
|
|
public class AirPortDbFj
|
|
{
|
|
public string BSM { get; set; }
|
|
public string DKIX { get; set; }
|
|
public string DRBSM { get; set; }
|
|
public string ZDKBH { get; set; }
|
|
public string XZQDM { get; set; }
|
|
public string FJMC { get; set; }
|
|
public string FJLX { get; set; }
|
|
public byte[] FJ { get; set; }
|
|
public string FJHXZ { get; set; }
|
|
public string PSSJ { get; set; }
|
|
public double XDGD { get; set; }
|
|
public double JDGD { get; set; }
|
|
public float Longitude { get; set; }
|
|
public float Latitude { get; set; }
|
|
public int PSF01 { get; set; }
|
|
public int PSJD { get; set; }
|
|
public int FJYSKD { get; set; }
|
|
public int FJYSGD { get; set; }
|
|
public string PSRY { get; set; }
|
|
public string ZSDM { get; set; }
|
|
public string JYM { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|