/* ============================================================================== * 功能描述:MCheckAInitAttribute * 创 建 者:Garrett * 创建日期:2019/10/21 9:03:23 * ==============================================================================*/ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Saga.PlugIn.ModelCheck { /// /// MCheckAInitAttribute /// class ParseIgnoreAttribute : Attribute { } class ParseIndexAttribute:Attribute { public int Index { get; set; } } }