username@email.com
昨天 eb07d0be014b11568d4263b470d46b5cd427fe9b
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