using System; namespace Dao { public class GwDiverter { public int DiverterID { get; set; } public string DiverterName { get; set; } public string Content { get; set; } public DateTime CreateTime { get; set; } } }