CY_ECommercePlatform/CY.Model/EC/EC_SpecialHoudaos.cs
@@ -47,6 +47,8 @@ public string PSF_Beishu { get; set; } public string PSF_Jichang { get; set; } public int? PSF_JichangId { get; set; } public string PSF_Yaoqiu { get; set; } @@ -102,6 +104,11 @@ this.PSF_Yaoqiu = isChange ? MyConvert.ConvertToString(value) : PSF_Yaoqiu; theValue = this.PSF_Yaoqiu; } else if ("PSF_JichangId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 8) { this.PSF_JichangId = isChange ? MyConvert.ConvertToInt32(value) : PSF_JichangId; theValue = this.PSF_JichangId; } return theValue;