namespace Yw.WinFrmUI { /// /// 用于标识水力连接编码特性 /// [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)] public class IsHydroLinkCodeAttribute : Attribute { /// /// /// public IsHydroLinkCodeAttribute() { } } }