| | |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | public bool? IsPrintfengqian |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | public string shuliuang |
| | | { |
| | | get; |
| | |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 印刷数量单位 |
| | | /// </summary> |
| | | public string yssldw { get; set; } |
| | | #endregion |
| | | |
| | | #region Visiter |
| | |
| | | this.IsPrintbiaoqian = isChange ? MyConvert.ConvertIntToBoolean(value) : this.IsPrintbiaoqian; |
| | | theValue = this.IsPrintbiaoqian; |
| | | } |
| | | else if ("IsPrintfengqian".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 97) |
| | | { |
| | | this.IsPrintfengqian = isChange ? MyConvert.ConvertIntToBoolean(value) : this.IsPrintfengqian; |
| | | theValue = this.IsPrintfengqian; |
| | | } |
| | | |
| | | |
| | | else if ("Kehuqianshou".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 88) |
| | | { |
| | |
| | | this.shifouDelivery = isChange ? MyConvert.ConvertToInt32(value) : this.shifouDelivery; |
| | | theValue = this.shifouDelivery; |
| | | } |
| | | |
| | | else if ("yssldw".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 96) |
| | | { |
| | | this.yssldw = isChange ? MyConvert.ConvertToString(value) : this.yssldw; |
| | | theValue = this.yssldw; |
| | | } |
| | | #endregion |
| | | |
| | | return theValue; |