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