using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XdCxRhDW.Dto { /// /// 三星配置文件 /// public class LeoSat3AppSettingDto : AppsetingDto { /// /// 主星卫星及星历 /// public string MainSatInfo { get; set; } /// /// 邻星1卫星及星历 /// public string Adja1SatInfo { get; set; } /// /// 邻星2卫星及星历 /// public string Adja2SatInfo { get; set; } } }