username@email.com
2025-11-13 8f47b7f2bf68ecdae9b428120c70962ba4d2d52d
CY_ECommercePlatform/CY.Model/OA/OA_Cuikuanjilu.cs
@@ -72,6 +72,12 @@
            set;
        }
        public int?  Count
        {
            get;
            set;
        }
        #endregion Model
        #region Visiter
@@ -145,8 +151,12 @@
                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;
        }