using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SIASUN.Autopilot.Device.Message { public class 实际各电机电压 { public const string OperationCode = "6ec"; public 实际各电机电压() { } /// /// TODO实际各电机电压 /// //[Data(BitStart = 0 , BitLength = 0, DataType = "binary", Description = "", Sequence = 1)] //public string 实际各电机电压 { get; set; } } }