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

yun-zuoyi
曾贞一 4 years ago
commit df1a5716fb

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

Loading…
Cancel
Save