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