| | |
| | | private Integer id; |
| | | @NotNull(message = "项目id不能为空") |
| | | @ApiModelProperty(value = "项目id") |
| | | private Integer itemId; |
| | | private Long itemId; |
| | | @NotNull(message = "操作人id不能为空") |
| | | @ApiModelProperty(value = "操作人id") |
| | | private Long userId; |
| | | @NotNull(message = "操作人姓名不能为空") |
| | | @ApiModelProperty(value = "操作人姓名") |
| | | private String userName; |
| | | @NotNull(message = "操作人部门不能为空") |
| | | @ApiModelProperty(value = "操作人部门") |
| | | private Long deptId; |
| | | @ApiModelProperty(value = "操作人部门") |
| | | private String deptName; |
| | | @NotNull(message = "流向人id不能为空") |
| | | @ApiModelProperty(value = "流向人id") |
| | | private Long signUserId; |
| | | @NotNull(message = "流向人姓名不能为空") |
| | | @ApiModelProperty(value = "流向人姓名") |
| | | private String signUserName; |
| | | @NotNull(message = "流向人部门不能为空") |
| | | @ApiModelProperty(value = "流向人部门") |
| | | private Long signDeptId; |
| | | @ApiModelProperty(value = "流向人部门名称") |
| | | |
| | | private String signDeptName; |
| | | |
| | | private String file_path; |
| | | private String filePath; |
| | | private Integer status; |
| | | private Integer sort; |
| | | private Integer delFlag; |
| | | |
| | | public Integer getId() { |
| | |
| | | this.id = id; |
| | | } |
| | | |
| | | public Integer getItemId() { |
| | | public Long getItemId() { |
| | | return itemId; |
| | | } |
| | | |
| | | public void setItemId(Integer itemId) { |
| | | public void setItemId(Long itemId) { |
| | | this.itemId = itemId; |
| | | } |
| | | |
| | |
| | | this.deptName = deptName; |
| | | } |
| | | |
| | | public String getFile_path() { |
| | | return file_path; |
| | | public String getFilePath() { |
| | | return filePath; |
| | | } |
| | | |
| | | public void setFile_path(String file_path) { |
| | | this.file_path = file_path; |
| | | public void setFilePath(String file_path) { |
| | | this.filePath = filePath; |
| | | } |
| | | |
| | | |
| | | public Integer getSort() { |
| | | return sort; |
| | | } |
| | | |
| | | public void setSort(Integer sort) { |
| | | this.sort = sort; |
| | | } |
| | | |
| | | public Integer getStatus() { |