using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XdCxRhDW.Dto { /// /// 一星配置文件 /// public class LeoSat1AppSettingDto: AppsetingDto { /// /// 第一时刻卫星及星历 /// public string Time1SatInfo { get; set; } /// /// 第二时刻卫星及星历 /// public string Time2SatInfo { get; set; } /// /// 第三时刻卫星及星历 /// public string Time3SatInfo { get; set; } } }