username@email.com
2025-10-29 2a8f5dfa8bfa910829d057d6ba76778aa12880ca
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;
        }