This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HybirdFrameworkEntity
{
public class CMD205
/// <summary>
/// 预留
/// </summary>
public ushort Reserved1 { get; set; }
public ushort Reserved2 { get; set; }
/// 响应码
/// <para>0:密码正确</para>
/// <para>其它:密码错误</para>
public uint ResponseCode { get; set; }
/// 帐户余额(密码正确是填真实数据,否则填 0)
public uint Balance { get; set; }
}