| | |
| | | @Excel(name = "下一工序名称") |
| | | private String nextOpName; |
| | | |
| | | public BigDecimal getUnmatchedQuantity() { |
| | | return unmatchedQuantity; |
| | | } |
| | | |
| | | public void setUnmatchedQuantity(BigDecimal unmatchedQuantity) { |
| | | this.unmatchedQuantity = unmatchedQuantity; |
| | | } |
| | | |
| | | public String getProfessionalAffiliation() { |
| | | return professionalAffiliation; |
| | | } |
| | | |
| | | public void setProfessionalAffiliation(String professionalAffiliation) { |
| | | this.professionalAffiliation = professionalAffiliation; |
| | | } |
| | | |
| | | /** 未匹配的生产数量*/ |
| | | private BigDecimal unmatchedQuantity; |
| | | /** 专业归属*/ |
| | | private String professionalAffiliation; |
| | | |
| | | public String getOpStatus() { |
| | | return opStatus; |