AutoPackage/AutoPekage/StmpServerDao.cs

15 lines
247 B
C#
Raw Normal View History

2017-02-05 15:30:23 +08:00
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; }
}
}