duheng
2025-03-28 d5a2d7e66f9c8046bd88b8269e61aac5a2a265e2
WinFrmUI/PBS.WinFrmUI/01-place/00-core/PlaceViewModel.cs
@@ -39,7 +39,7 @@
            this.Paras = rhs.Paras;
            this.Flags = FlagsHelper.ToString(rhs.Flags);
            this.Vmo = rhs;
            this.MapInfoVmo = map;
            this.MapInfo = map;
        }
        public void Resert(Vmo.PlaceVmo rhs, Yw.Vmo.MapInfoVmo map)
@@ -56,7 +56,7 @@
            this.Description = rhs.Description;
            this.Flags = FlagsHelper.ToString(rhs.Flags);
            this.Vmo = rhs;
            this.MapInfoVmo = map;
            this.MapInfo = map;
        }
        /// <summary>
@@ -151,6 +151,6 @@
        /// <summary>
        /// 地图信息
        /// </summary>
        public Yw.Vmo.MapInfoVmo MapInfoVmo { get; set; }
        public Yw.Vmo.MapInfoVmo MapInfo { get; set; }
    }
}