| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// BF_IsGongwen |
| | | /// </summary> |
| | | public bool? BF_IsGongwen |
| | | { |
| | | get; |
| | | |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 所在部门 |
| | | /// </summary> |
| | | public int? DepartmentId |
| | |
| | | this.BF_Isbaoxiaojingli = isChange ? MyConvert.ConvertToBoolean(value) : BF_Isbaoxiaojingli; |
| | | theValue = this.BF_Isbaoxiaojingli; |
| | | } |
| | | else if ("BF_IsGongwen".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 69) |
| | | { |
| | | this.BF_IsGongwen = isChange ? MyConvert.ConvertToBoolean(value) : BF_IsGongwen; |
| | | theValue = this.BF_IsGongwen; |
| | | } |
| | | return theValue; |
| | | } |
| | | |