| | |
| | | import com.whyc.config.EnumWorksheetType; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import org.apache.ibatis.type.Alias; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | |
| | | import java.util.Date; |
| | | import java.util.LinkedList; |
| | |
| | | @TableField(exist = false) |
| | | private DocUser createUser; |
| | | |
| | | @ApiModelProperty("待审批产品bom") |
| | | @ApiModelProperty("待审批产品") |
| | | @TableField(exist = false) |
| | | private List<ProductBomApproving> approvingBomList; |
| | | private ProductApproving productApproving; |
| | | |
| | | @TableField(exist = false) |
| | | private LinkedList<WorksheetLink> links; |
| | | |
| | | @TableField(exist = false) |
| | | private DocUser approvingUser; |
| | | |
| | | @ApiModelProperty("待审批物料") |
| | | @TableField(exist = false) |
| | | private List<MaterialApproving> mApprovingList; |
| | | |
| | | @TableField(exist = false) |
| | | private List<MaterialProductApproving> mpApprovingList; |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | |
| | | this.links = links; |
| | | } |
| | | |
| | | public List<ProductBomApproving> getApprovingBomList() { |
| | | return approvingBomList; |
| | | public ProductApproving getProductApproving() { |
| | | return productApproving; |
| | | } |
| | | |
| | | public void setApprovingBomList(List<ProductBomApproving> approvingBomList) { |
| | | this.approvingBomList = approvingBomList; |
| | | public void setProductApproving(ProductApproving productApproving) { |
| | | this.productApproving = productApproving; |
| | | } |
| | | |
| | | public DocUser getApprovingUser() { |
| | |
| | | public void setType(Integer type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public List<MaterialApproving> getMApprovingList() { |
| | | return mApprovingList; |
| | | } |
| | | |
| | | public void setMApprovingList(List<MaterialApproving> mApprovingList) { |
| | | this.mApprovingList = mApprovingList; |
| | | } |
| | | |
| | | public List<MaterialProductApproving> getMpApprovingList() { |
| | | return mpApprovingList; |
| | | } |
| | | |
| | | public void setMpApprovingList(List<MaterialProductApproving> mpApprovingList) { |
| | | this.mpApprovingList = mpApprovingList; |
| | | } |
| | | } |