/// <summary>
 /// 获取等级
 /// </summary>
 /// <returns></returns>
 public int GetLv()
 {
     return(m_Data?.GetLv() ?? 0);
 }