EquipmentDataDto.cs 298 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 namespace HHECS.DAQShared.Dto { public class EquipmentDataDto : EquipmentDataBaseDto { /// <summary> /// 数据提交时间戳/数据源时间戳 /// </summary> /// <remarks>支持秒或毫秒</remarks> public long Timestamp { get; set; } } }