2 changed files with 1 additions and 189 deletions
-
188src/main/java/com/heai/modules/production/entity/SobomData.java
-
2src/main/java/com/heai/modules/production/service/impl/DailyPlanServiceImpl.java
@ -1,188 +0,0 @@ |
|||||
package com.heai.modules.production.entity; |
|
||||
|
|
||||
import java.util.Date; |
|
||||
|
|
||||
public class SobomData { |
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private String site; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private String orderNo; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private Double itemNo; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private String componentPartNo; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private Double qtyAssembly; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private Double qtyFixedScrapt; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private Double scraptFactor; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private String remark; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private Double qtyRequired; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private Double qtyIssue; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private Date issueDate; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private Double qtyReserved; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private String matGroup; |
|
||||
|
|
||||
/** |
|
||||
* |
|
||||
*/ |
|
||||
private Double qtyNotified; |
|
||||
|
|
||||
public String getSite() { |
|
||||
return site; |
|
||||
} |
|
||||
|
|
||||
public void setSite(String site) { |
|
||||
this.site = site; |
|
||||
} |
|
||||
|
|
||||
public String getOrderNo() { |
|
||||
return orderNo; |
|
||||
} |
|
||||
|
|
||||
public void setOrderNo(String orderNo) { |
|
||||
this.orderNo = orderNo; |
|
||||
} |
|
||||
|
|
||||
public Double getItemNo() { |
|
||||
return itemNo; |
|
||||
} |
|
||||
|
|
||||
public void setItemNo(Double itemNo) { |
|
||||
this.itemNo = itemNo; |
|
||||
} |
|
||||
|
|
||||
public String getComponentPartNo() { |
|
||||
return componentPartNo; |
|
||||
} |
|
||||
|
|
||||
public void setComponentPartNo(String componentPartNo) { |
|
||||
this.componentPartNo = componentPartNo; |
|
||||
} |
|
||||
|
|
||||
public Double getQtyAssembly() { |
|
||||
return qtyAssembly; |
|
||||
} |
|
||||
|
|
||||
public void setQtyAssembly(Double qtyAssembly) { |
|
||||
this.qtyAssembly = qtyAssembly; |
|
||||
} |
|
||||
|
|
||||
public Double getQtyFixedScrapt() { |
|
||||
return qtyFixedScrapt; |
|
||||
} |
|
||||
|
|
||||
public void setQtyFixedScrapt(Double qtyFixedScrapt) { |
|
||||
this.qtyFixedScrapt = qtyFixedScrapt; |
|
||||
} |
|
||||
|
|
||||
public Double getScraptFactor() { |
|
||||
return scraptFactor; |
|
||||
} |
|
||||
|
|
||||
public void setScraptFactor(Double scraptFactor) { |
|
||||
this.scraptFactor = scraptFactor; |
|
||||
} |
|
||||
|
|
||||
public String getRemark() { |
|
||||
return remark; |
|
||||
} |
|
||||
|
|
||||
public void setRemark(String remark) { |
|
||||
this.remark = remark; |
|
||||
} |
|
||||
|
|
||||
public Double getQtyRequired() { |
|
||||
return qtyRequired; |
|
||||
} |
|
||||
|
|
||||
public void setQtyRequired(Double qtyRequired) { |
|
||||
this.qtyRequired = qtyRequired; |
|
||||
} |
|
||||
|
|
||||
public Double getQtyIssue() { |
|
||||
return qtyIssue; |
|
||||
} |
|
||||
|
|
||||
public void setQtyIssue(Double qtyIssue) { |
|
||||
this.qtyIssue = qtyIssue; |
|
||||
} |
|
||||
|
|
||||
public Date getIssueDate() { |
|
||||
return issueDate; |
|
||||
} |
|
||||
|
|
||||
public void setIssueDate(Date issueDate) { |
|
||||
this.issueDate = issueDate; |
|
||||
} |
|
||||
|
|
||||
public Double getQtyReserved() { |
|
||||
return qtyReserved; |
|
||||
} |
|
||||
|
|
||||
public void setQtyReserved(Double qtyReserved) { |
|
||||
this.qtyReserved = qtyReserved; |
|
||||
} |
|
||||
|
|
||||
public String getMatGroup() { |
|
||||
return matGroup; |
|
||||
} |
|
||||
|
|
||||
public void setMatGroup(String matGroup) { |
|
||||
this.matGroup = matGroup; |
|
||||
} |
|
||||
|
|
||||
public Double getQtyNotified() { |
|
||||
return qtyNotified; |
|
||||
} |
|
||||
|
|
||||
public void setQtyNotified(Double qtyNotified) { |
|
||||
this.qtyNotified = qtyNotified; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue