NewLife.Core合并为混合项目
大石头 编写于 2019-03-10 12:05:24
X
#if __CORE__
using System;
using System.Collections.Generic;
using System.Text;

namespace System.Web.Script.Serialization
{
    /// <summary>忽略Json序列化</summary>
    public class ScriptIgnoreAttribute : Attribute { }
}
#endif