yl
2022-10-25 4f86b3b78b5b638b486b497221a2f1c8fbab3ef6
VueWebApi/DLL/BLL/LoginBLL.cs
@@ -52,5 +52,12 @@
            return LoginDAL.LoginAppOut(userid, usercode, username, usertype);
        }
        #endregion
        #region[App登录查询安灯呼叫信息]
        public static ToMessage LoginAppAnDonMessage(int userid, string usercode, string username, string usertype)
        {
            return LoginDAL.LoginAppAnDonMessage(userid, usercode, username, usertype);
        }
        #endregion
    }
}