using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XdCxRhDw.Dto { public class XlCalcMultDto { /// /// 星厉字符串 /// public string tleStr { get; set; } /// /// 开始时刻(北京时间) /// public DateTime start { get; set; } /// /// 结束时刻(北京时间) /// public DateTime end { get; set; } /// /// 推算间隔(秒) /// public int spanSeconds { get; set; } } }