wzp
2021-08-09 826bce65ac9b1e5dae43fc06974b8b1284f1d12c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
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; }
 
 
  }
}