yl
2022-10-18 bc91272547462e667f12efb62fe1f058da227c61
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
    }
}