| | |
| | | |
| | | public System.Decimal keYongAmounts { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 建立时间 |
| | | /// </summary> |
| | | public string MakeTime { get; set; } |
| | | /// <summary> |
| | | /// 建立时间 |
| | | /// </summary> |
| | |
| | | |
| | | |
| | | public int? Bianhao { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 编号 |
| | | /// </summary> |
| | | |
| | | |
| | | public int? DeliverState { get; set; } |
| | | |
| | | |
| | | |
| | | #endregion Model |
| | | |
| | |
| | | this.Bianhao = isChange ? MyConvert.ConvertToInt32(value) : Bianhao; |
| | | theValue = this.Bianhao; |
| | | } |
| | | |
| | | else if ("DeliverState".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 23) |
| | | { |
| | | this.DeliverState = isChange ? MyConvert.ConvertToInt32(value) : DeliverState; |
| | | theValue = this.DeliverState; |
| | | } |
| | | |
| | | |
| | | return theValue; |