username@email.com
4 天以前 e8e3122fdc4844202fb9e05477d47139e47a8aae
CY_ECommercePlatform/CY.Model/EC/EC_OrderBasicExtend.cs
@@ -340,6 +340,16 @@
            get;
            set;
        }
        /// <summary>
        /// 开票申请
        /// </summary>
        public Guid? KaipiaoshenqingId
        {
            get;
            set;
        }
        /// <summary>
        /// 开票申请
        /// </summary>
@@ -1437,8 +1447,12 @@
                this.XiadanKeyid = isChange ? MyConvert.ConvertToInt32(value) : this.XiadanKeyid;
                theValue = this.XiadanKeyid;
            }
            else if ("KaipiaoshenqingId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 143)
            {
                this.KaipiaoshenqingId = isChange ? MyConvert.ConvertToGuid(value) : this.KaipiaoshenqingId;
                theValue = this.KaipiaoshenqingId;
            }
            
            #endregion
            return theValue;