using System; namespace Myshipping.Core.Attributes { /// /// 使用自定义的参数校验提示信息 /// [AttributeUsage(AttributeTargets.Method, Inherited = false, AllowMultiple = true)] public class JoinValidateMessgeAttribute : Attribute { } }