duheng
2025-03-28 e411302bca8857e102443a5250c82b9580ef07a3
WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/05-tree/HydroWorkingTreeViewModel.cs
@@ -5,6 +5,25 @@
    /// </summary>
    public class HydroWorkingTreeViewModel
    {
        /// <summary>
        ///
        /// </summary>
        public HydroWorkingTreeViewModel() { }
        /// <summary>
        ///
        /// </summary>
        public HydroWorkingTreeViewModel(HydroWorkingVmo rhs)
        {
            this.Id = rhs.ID.ToString();
            this.ParentId = string.Empty;
            this.Name = rhs.Name;
            this.ImageIndex = -1;
            this.Checked = false;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.Vmo = rhs;
        }
        /// <summary>
        /// Id