username@email.com
2 天以前 529d8cb61421eb65d86559d3d2636ad405b87b41
CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
@@ -652,6 +652,11 @@
        /// </summary>
        public string Shejicountneiyename { get; set; }
        /// <summary>
        /// 送货金额
        /// </summary>
        public decimal? SonghuoJine { get; set; }
        #endregion
        #region Visiter
@@ -1190,6 +1195,12 @@
                this.Shejicountneiye = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicountneiye;
                theValue = this.Shejicountneiye;
            }
            else if ("SonghuoJine".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 122)
            {
                this.SonghuoJine = isChange ? MyConvert.ConvertToDecimal(value) : this.SonghuoJine;
                theValue = this.SonghuoJine;
            }
            #endregion