| | |
| | | /// <summary> |
| | | /// 客户id |
| | | /// </summary> |
| | | public int SupplierId { get; set; } |
| | | public string SupplierId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客户id |
| | | /// </summary> |
| | |
| | | } |
| | | else if ("SupplierId".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 3) |
| | | { |
| | | this.SupplierId = isChange ? MyConvert.ConvertToInt32(value).Value : SupplierId; |
| | | this.SupplierId = isChange ? MyConvert.ConvertToString(value) : SupplierId; |
| | | theValue = this.SupplierId; |
| | | } |
| | | else if ("SupplierName".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 4) |