优化ETL过滤模块
大石头 编写于 2017-08-29 17:11:46
X
using System;
using System.Collections.Generic;
using System.Text;

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