using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace GreenTree.Nachtragsmanagement.Web.Models.Admin.AppInfo { public class AppUpdateDataModel { public string CurrentVersion { get; set; } public string UpdateVersion { get; set; } public string UpdateDescription { get; set; } } }