| | |
| | | set; |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 催收情况 |
| | | /// </summary> |
| | | public string Cuikuanqingkuang |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 创建时间 |
| | | /// </summary> |
| | |
| | | this.Keyid = isChange ? MyConvert.ConvertToInt32(value).Value : Keyid; |
| | | theValue = this.Keyid; |
| | | } |
| | | else if ("FirmId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 2) |
| | | else if ("KaipiaoId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 2) |
| | | { |
| | | this.KaipiaoId = isChange ? MyConvert.ConvertToGuid(value) : KaipiaoId; |
| | | theValue = this.KaipiaoId; |
| | |
| | | this.CuishouTime = isChange ? MyConvert.ConvertToDateTime(value) : CuishouTime; |
| | | theValue = this.CuishouTime; |
| | | } |
| | | else if ("Cuikuanqingkuang".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 6) |
| | | { |
| | | this.Cuikuanqingkuang = isChange ? MyConvert.ConvertToString(value) : Cuikuanqingkuang; |
| | | theValue = this.Cuikuanqingkuang; |
| | | } |
| | | |
| | | |
| | | return theValue; |
| | | } |