wangsheng
2021-12-01 751731362e5fcf901065c25eaed0319cf7a27cc1
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; }
 
 
  }
}