Merge branches 'ext-dev' and 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into ext-dev

yun-zuoyi
puxiao.liao 4 years ago
commit b3c2e6a728

@ -100,6 +100,14 @@ public class WmsBomTotal extends BaseBean {
@ApiParam(value = "是否虚阶物料")
private String category;
@Column(name = "PURCHASE_TYPE")
@ApiParam(value = "采购类型")
private Integer purchaseType;
@Column(name = "SPECIAL_PURCHASE_TYPE")
@ApiParam(value = "特殊采购类型")
private Integer specialPurchaseType;
/**
*
* @return

Loading…
Cancel
Save