@ -4,6 +4,7 @@ import com.fasterxml.jackson.annotation.JsonFormat;
import org.apache.ibatis.type.Alias ;
import org.apache.ibatis.type.Alias ;
import org.springframework.format.annotation.DateTimeFormat ;
import org.springframework.format.annotation.DateTimeFormat ;
import java.math.BigDecimal ;
import java.util.Date ;
import java.util.Date ;
/ * *
/ * *
@ -89,6 +90,51 @@ public class ScheduleData extends BaseShopOrderData {
private Integer rowCount ;
private Integer rowCount ;
private Integer rollCount ;
private Integer rollCount ;
private String carrierNo ;
private String carrierNo ;
private BigDecimal productionQty ;
private BigDecimal totalRollQty ;
private BigDecimal totalPerVolume ;
private String soRemark ;
private BigDecimal productionRollQty ;
public BigDecimal getProductionRollQty ( ) {
return productionRollQty ;
}
public void setProductionRollQty ( BigDecimal productionRollQty ) {
this . productionRollQty = productionRollQty ;
}
public BigDecimal getProductionQty ( ) {
return productionQty ;
}
public void setProductionQty ( BigDecimal productionQty ) {
this . productionQty = productionQty ;
}
public BigDecimal getTotalRollQty ( ) {
return totalRollQty ;
}
public void setTotalRollQty ( BigDecimal totalRollQty ) {
this . totalRollQty = totalRollQty ;
}
public BigDecimal getTotalPerVolume ( ) {
return totalPerVolume ;
}
public void setTotalPerVolume ( BigDecimal totalPerVolume ) {
this . totalPerVolume = totalPerVolume ;
}
public String getSoRemark ( ) {
return soRemark ;
}
public void setSoRemark ( String soRemark ) {
this . soRemark = soRemark ;
}
public Float getQtyToReport ( ) {
public Float getQtyToReport ( ) {
return qtyToReport ;
return qtyToReport ;