| | |
| | | /// </summary> |
| | | public string BusinessManager { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 业务经理 |
| | | /// </summary> |
| | | public int? BusinessManagerId { get; set; } |
| | | |
| | | |
| | | public DateTime? DelayTime { get; set; } |
| | | |
| | |
| | | this.SuodanOperator = isChange ? MyConvert.ConvertToString(value) : this.SuodanOperator; |
| | | theValue = this.SuodanOperator; |
| | | } |
| | | else if ("BusinessManagerId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 99) |
| | | { |
| | | this.BusinessManagerId = isChange ? MyConvert.ConvertToInt32(value) : this.BusinessManagerId; |
| | | theValue = this.BusinessManagerId; |
| | | } |
| | | |
| | | |
| | | #endregion |
| | | |
| | | return theValue; |