yl
2024-03-29 9c634fd767aec36ef97c3a814bf7a29c67d20ee1
VueWebApi/DLL/BLL/SystemSettingBLL.cs
@@ -60,5 +60,14 @@
            return SystemSettingDAL.SystemAnnouncementDelete(id);
        }
        #endregion
        #region[App版本升级接口]
        public static ToMessage AppUpgrade(string rid, string vision)
        {
            return SystemSettingDAL.AppUpgrade(rid, vision);
        }
        #endregion
    }
}