解决MySql布尔型新旧版本兼容问题,采用枚举来表示布尔型的数据表。由正向工程赋值
大石头 authored at 2018-05-15 21:21:05
311.00 B
X

namespace NewLife.Net.Proxy
{
    /// <summary>NAT会话</summary>
    public class NATSession : ProxySession<NATProxy, NATSession>
    {
        ///// <summary>代理对象</summary>
        //public new NATProxy Proxy { get { return base.Proxy as NATProxy; } set { base.Proxy = value; } }
    }
}