using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace AutoPekage { public class StmpServerDao { public string ServerName { get; set; } public string Stmp { get; set; } } }