|
namespace Dao
|
{
|
public class GwSetting
|
{
|
public string SmtpProfile { get; set; }
|
|
public string WxProfile { get; set; }
|
|
public string SmsProfile { get; set; }
|
|
public string CmSegments { get; set; }
|
|
public string CuSegments { get; set; }
|
|
public string CtSegments { get; set; }
|
|
public string GwName { get; set; }
|
|
public string Version { get; set; }
|
|
//新加
|
public string BlackMoContent { get; set; }
|
|
|
}
|
}
|