| | |
| | | private String dealDesc; |
| | | |
| | | @TableField(exist = false) |
| | | private String createUser; |
| | | private DocUser createUser; |
| | | |
| | | @ApiModelProperty("待审批产品bom") |
| | | @TableField(exist = false) |
| | |
| | | |
| | | @TableField(exist = false) |
| | | private LinkedList<WorksheetLink> links; |
| | | |
| | | @TableField(exist = false) |
| | | private String approvingUser; |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | |
| | | this.status = status; |
| | | } |
| | | |
| | | public String getCreateUser() { |
| | | public DocUser getCreateUser() { |
| | | return createUser; |
| | | } |
| | | |
| | | public void setCreateUser(String createUser) { |
| | | public void setCreateUser(DocUser createUser) { |
| | | this.createUser = createUser; |
| | | } |
| | | |
| | |
| | | public void setApprovingBomList(List<ProductBomApproving> approvingBomList) { |
| | | this.approvingBomList = approvingBomList; |
| | | } |
| | | |
| | | public String getApprovingUser() { |
| | | return approvingUser; |
| | | } |
| | | |
| | | public void setApprovingUser(String approvingUser) { |
| | | this.approvingUser = approvingUser; |
| | | } |
| | | } |