v9.7.2018.0421   支持运行时修改DAL连接字符串
大石头 编写于 2018-04-21 14:00:47
X
using System;
using System.Collections.Generic;
using System.Text;

namespace System
{
    /// <summary>指示不要序列化的特性</summary>
    public class NonSerializedAttribute : Attribute
    {
    }
}