| | |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Code = rhs.Code; |
| | | this.Dbid = rhs.Dbid; |
| | | this.Dbid = rhs.DbId; |
| | | this.ModelType = rhs.ModelType; |
| | | this.MatchingCaliber = rhs.MatchingCaliber; |
| | | this.MatchingCaliber = rhs.MatchingCaliber.ToString(); |
| | | this.MatchingMinorLoss = rhs.MatchingMinorLoss; |
| | | this.MatchingDbid = rhs.MatchingDbid; |
| | | this.MatchingDbId = rhs.MatchingDbId; |
| | | this.MatchingMaterial = rhs.MatchingMaterial; |
| | | |
| | | if (rhs.Dbid == null) |
| | | if (rhs.DbId == null || rhs.DbId == string.Empty) |
| | | { |
| | | MatchingType = eMatchingStatus.Failed; |
| | | } |
| | |
| | | /// </summary> |
| | | [DisplayName("MatchingDbid")] |
| | | [Browsable(false)] |
| | | public long? MatchingDbid { get; set; } |
| | | public string MatchingDbId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 编码 |