lixiaojun
2024-11-20 c09478fe73685a87de0c48f9b300008f06408dd8
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