You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
316 B

  1. using JTNE.Protocol.Attributes;
  2. using JTNE.Protocol.Formatters.MessageBodyFormatters;
  3. using System;
  4. using System.Collections.Generic;
  5. using System.Text;
  6. namespace JTNE.Protocol.MessageBody
  7. {
  8. /// <summary>
  9. /// 终端校时
  10. /// </summary>
  11. public class JTNE_0x08 : JTNEBodies
  12. {
  13. }
  14. }