|
@@ -17,6 +17,7 @@ public class Inventory implements Serializable {
|
|
|
private String cPlanMethod;//计划方法
|
|
|
private String cSRPolicy;//供需政策
|
|
|
private Integer fConvertRate;
|
|
|
+ private Integer iRequireTrackStyle;//需求跟踪方式
|
|
|
|
|
|
|
|
|
|
|
@@ -43,7 +44,6 @@ public class Inventory implements Serializable {
|
|
|
private Integer iDrawType;//领料方式 ,直接领料为 0
|
|
|
private Integer iSupplyType;//供应类型 ,领用 为0
|
|
|
private boolean bInvBatch;//是否批次管理
|
|
|
- private Integer iRequireTrackStyle;//需求跟踪方式
|
|
|
private boolean bBomMain;//允许BOM母件
|
|
|
private boolean bBomSub;//允许BOM子件
|
|
|
private boolean bProductBill;//允许生产订单
|