yl
2023-08-08 947a0f63b0071fcef2535b5aee397ca0668d72dc
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
    }
}