username@email.com
3 天以前 e8e3122fdc4844202fb9e05477d47139e47a8aae
CY_ECommercePlatform/CY.Model/OA/OA_Document.cs
@@ -36,6 +36,23 @@
        public string BF_IsGongwen {get;set;}
        //1是0否
        public int? Shifoushenpi { get; set; }
        //1是0否
        public string ShifoushenpiName { get {
                if(Shifoushenpi.HasValue && Shifoushenpi.Value == 1)
                {
                    return "√";
                }
                else
                {
                    return "×";
                }
            } }
        /// <summary>
        /// 主键--标识ID
        /// </summary>      
@@ -460,9 +477,13 @@
                this.Konghangshu = isChange ? MyConvert.ConvertToInt(value) : Konghangshu;
                theValue = this.Konghangshu;
            }
            else if ("Shifoushenpi".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 23)
            {
                this.Shifoushenpi = isChange ? MyConvert.ConvertToInt(value) : Shifoushenpi;
                theValue = this.Shifoushenpi;
            }
            
            return theValue;
        }
        #endregion Visiter