duheng
2024-09-26 a6c50c87d1ba3f5c8785dcc9e8ea640b5a43209f
WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-parter/07-flowmeter/HydroFlowmeterViewModel.cs
@@ -19,6 +19,7 @@
            this.Catalog = HydroParterCatalogHelper.GetCatalogName(rhs.Catalog);
            this.Code = rhs.Code;
            this.Name = rhs.Name;
            this.DbLocked = rhs.DbLocked;
            this.FlagsString = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.Description = rhs.Description;
            this.Quality = rhs.Quality;
@@ -58,6 +59,13 @@
        public string Name { get; set; }
        /// <summary>
        /// 锁定
        /// </summary>
        [DisplayName("锁定")]
        [Display(Name = "锁定")]
        public bool DbLocked { get; set; }
        /// <summary>
        /// 标签
        /// </summary>
        [DisplayName("标签")]