| | |
| | | /// </summary> |
| | | public string Shejicountneiyename { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 送货金额 |
| | | /// </summary> |
| | | public decimal? SonghuoJine { get; set; } |
| | | |
| | | #endregion |
| | | |
| | | #region Visiter |
| | |
| | | this.Shejicountneiye = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicountneiye; |
| | | theValue = this.Shejicountneiye; |
| | | } |
| | | else if ("SonghuoJine".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 122) |
| | | { |
| | | this.SonghuoJine = isChange ? MyConvert.ConvertToDecimal(value) : this.SonghuoJine; |
| | | theValue = this.SonghuoJine; |
| | | } |
| | | |
| | | |
| | | #endregion |
| | | |