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