using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XdCxRhDw.Dto { public class XlCalcDto { /// /// 星厉字符串 /// public string tleStr { get; set; } /// /// 信号时刻(北京时间) /// public DateTime dt { get; set; } } }