|
@@ -186,6 +186,9 @@ public class BizProduct extends BaseEntity
|
|
|
@TableField(exist = false)
|
|
|
@ApiModelProperty("产品单价")
|
|
|
private BigDecimal unprc;
|
|
|
+ /** 有BOM否 */
|
|
|
+ @ApiModelProperty(value = "${comment}")
|
|
|
+ private String bomsta;
|
|
|
/**
|
|
|
* 备注
|
|
|
*/
|
|
@@ -202,5 +205,6 @@ public class BizProduct extends BaseEntity
|
|
|
this.description = inc10100.getDescr().trim();
|
|
|
this.stqty = inc10100.getStqty();
|
|
|
this.unprc = inc10100.getUnprc();
|
|
|
+ this.bomsta = inc10100.getBomsta().trim();
|
|
|
}
|
|
|
}
|