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