修正命名错误
xiyunfei authored at 2023-04-09 21:10:58
207.00 B
NewLife.JT808
using NewLife.JT808.Protocols;

namespace NewLife.JT808.Models
{
    /// <summary>上报驾驶员请求</summary>
    [MessageKind(MessageKinds.上报驾驶员请求)]
    public class T8702
    {
    }
}