duheng
2024-12-04 b32c0a21755ac3e86df0242d993398773cb627f2
WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/BluntheadViewModel.cs
@@ -12,14 +12,6 @@
        {
            this.ID = rhs.ID;
            this.Description = rhs.Description;
            if (rhs.Caliber == null)
            {
                this.Caliber = "默认";
            }
            else
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            if (rhs.Material == null)
            {
                this.Material = "默认";
@@ -37,14 +29,6 @@
        public void Reset(Vmo.AssetsTranslationMainVmo rhs)
        {
            this.ID = rhs.ID;
            if (rhs.Caliber == null)
            {
                this.Caliber = "默认";
            }
            else
            {
                this.Caliber = rhs.Caliber.ToString();
            }
            if (rhs.Material == null)
            {
                this.Material = "默认";
@@ -71,13 +55,6 @@
        [DisplayName("名称")]
        [Browsable(true)]
        public string Name { get; set; }
        /// <summary>
        /// 口径
        /// </summary>
        [DisplayName("口径(mm)")]
        [Browsable(true)]
        public string Caliber { get; set; }
        /// <summary>
        /// 材料