| | |
| | | package com.whyc.pojo; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | 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("待审批散装件") |
| | | @ApiModelProperty("待审批物料") |
| | | @TableField(exist = false) |
| | | private List<ComponentApproving> cApprovingList; |
| | | private List<MaterialApproving> mApprovingList; |
| | | |
| | | @TableField(exist = false) |
| | | private List<ComponentProductApproving> cpApprovingList; |
| | | |
| | | @TableField(exist = false) |
| | | private ProductSoftwareApproving softwareApproving; |
| | | 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() { |
| | |
| | | this.type = type; |
| | | } |
| | | |
| | | public List<ComponentApproving> getCApprovingList() { |
| | | return cApprovingList; |
| | | public List<MaterialApproving> getMApprovingList() { |
| | | return mApprovingList; |
| | | } |
| | | |
| | | public void setCApprovingList(List<ComponentApproving> cApprovingList) { |
| | | this.cApprovingList = cApprovingList; |
| | | public void setMApprovingList(List<MaterialApproving> mApprovingList) { |
| | | this.mApprovingList = mApprovingList; |
| | | } |
| | | |
| | | public List<ComponentProductApproving> getCpApprovingList() { |
| | | return cpApprovingList; |
| | | public List<MaterialProductApproving> getMpApprovingList() { |
| | | return mpApprovingList; |
| | | } |
| | | |
| | | public void setCpApprovingList(List<ComponentProductApproving> cpApprovingList) { |
| | | this.cpApprovingList = cpApprovingList; |
| | | } |
| | | |
| | | public ProductSoftwareApproving getSoftwareApproving() { |
| | | return softwareApproving; |
| | | } |
| | | |
| | | public void setSoftwareApproving(ProductSoftwareApproving softwareApproving) { |
| | | this.softwareApproving = softwareApproving; |
| | | public void setMpApprovingList(List<MaterialProductApproving> mpApprovingList) { |
| | | this.mpApprovingList = mpApprovingList; |
| | | } |
| | | } |