发布0115
大石头 编写于 2020-01-15 01:11:37
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