CY_ECommercePlatform/CY.Model/OA/OA_Cuikuanjilu.cs
@@ -72,6 +72,12 @@ set; } public int? Count { get; set; } #endregion Model #region Visiter @@ -145,7 +151,11 @@ this.LastUpdateTime = isChange ? MyConvert.ConvertToDateTime(value) : LastUpdateTime; theValue = this.LastUpdateTime; } else if ("Count".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 17) { this.Count = isChange ? MyConvert.ConvertToInt32(value) : Count; theValue = this.Count; } return theValue;