|
|
@ -80,6 +80,8 @@ public class QuoteDetailBom { |
|
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
@TableField(exist = false) |
|
|
private String partDesc; |
|
|
private String partDesc; |
|
|
|
|
|
@TableField(exist = false) |
|
|
|
|
|
private BigDecimal yieldRate; |
|
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
@TableField(exist = false) |
|
|
private BigDecimal quoteUnitPrice; |
|
|
private BigDecimal quoteUnitPrice; |
|
|
|