using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbManager.Models { public partial class TDbversioninfo { public int Gid { get; set; } public string Dbname { get; set; } public string DbversionNo { get; set; } public string ChangeDetail { get; set; } } }