using Edge.Core.Parser.BinaryParser.Attributes; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ZhongSheng_NonIC_Pump { /// /// PC 发送信息提示给油机 /// public class AckDisplayResponse : MessageTemplateBase { /// /// 参数为常数0x00 /// [Format(1, EncodingType.BIN, 1)] public byte 参数 { get; set; } } }