sj
wei
2021-10-15 55c2df277f4e6af6ee6ccb9851a53709eb3b063b
HDL_ON/Entity/DB_ResidenceData.cs
@@ -447,5 +447,23 @@
        }
        #endregion
        /// <summary>
        /// 上一次提示的时间
        /// </summary>
        public DateTime LastTipTime = DateTime.MinValue;
        /// <summary>
        /// 是否需要提示
        /// </summary>
        public bool NeedTip
        {
            get
            {
                return (DateTime.Now - LastTipTime).TotalDays > 2;
            }
        }
    }
}