| | |
| | | private SysReagent reagent; |
| | | |
| | | private String applyUserName; |
| | | private String applyUserProject; |
| | | private String applyUserDepartment; |
| | | |
| | | private String approveUserName; |
| | | |
| | | private String secondUserName; |
| | | |
| | | private ApplyStatus orderStatus; |
| | | |
| | | public String getSecondUserName() { |
| | | return secondUserName; |
| | |
| | | sb.append('}'); |
| | | return sb.toString(); |
| | | } |
| | | |
| | | |
| | | public ApplyStatus getOrderStatus() { |
| | | return orderStatus; |
| | | } |
| | | |
| | | public void setOrderStatus(ApplyStatus orderStatus) { |
| | | this.orderStatus = orderStatus; |
| | | } |
| | | |
| | | public String getApplyUserProject() { |
| | | return applyUserProject; |
| | | } |
| | | |
| | | public void setApplyUserProject(String applyUserProject) { |
| | | this.applyUserProject = applyUserProject; |
| | | } |
| | | |
| | | public String getApplyUserDepartment() { |
| | | return applyUserDepartment; |
| | | } |
| | | |
| | | public void setApplyUserDepartment(String applyUserDepartment) { |
| | | this.applyUserDepartment = applyUserDepartment; |
| | | } |
| | | } |