您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
520 B

  1. using JT808.Protocol.Attributes;
  2. using JT808.Protocol.Extensions.DependencyInjection.Test.JT808Formatters;
  3. using JT808.Protocol.MessageBody;
  4. namespace JT808.Protocol.Extensions.DependencyInjection.Test.JT808_0x0701BodiesImpl
  5. {
  6. [JT808Formatter(typeof(JT808_0x0701TestBodiesImplFormatter))]
  7. public class JT808_0x0701TestBodiesImpl : JT808_0x0701_CustomBodyBase
  8. {
  9. public uint Id { get; set; }
  10. public ushort UserNameLength { get; set; }
  11. public string UserName { get; set; }
  12. }
  13. }