| | |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 申请类型 |
| | | /// </summary> |
| | | public string Shenqingleixing { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 客户收款金额 |
| | | /// </summary> |
| | | public decimal? Kehumoney |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | #endregion Model |
| | | |
| | | #region Visiter |
| | |
| | | this.kpmoney = isChange ? MyConvert.ConvertToDecimal(value) : kpmoney; |
| | | theValue = this.kpmoney; |
| | | } |
| | | |
| | | else if ("Shenqingleixing".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 29) |
| | | { |
| | | this.Shenqingleixing = isChange ? MyConvert.ConvertToString(value) : Shenqingleixing; |
| | | theValue = this.Shenqingleixing; |
| | | } |
| | | else if ("Kehumoney".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 30) |
| | | { |
| | | this.Kehumoney = isChange ? MyConvert.ConvertToDecimal(value) : Kehumoney; |
| | | theValue = this.Kehumoney; |
| | | } |
| | | |
| | | |
| | | return theValue; |
| | | } |