| | |
| | | |
| | | import com.nanometer.smartlab.entity.enumtype.ApplyStatus; |
| | | import com.nanometer.smartlab.entity.enumtype.ValidFlag; |
| | | import com.nanometer.smartlab.util.Validator; |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | |
| | | } |
| | | |
| | | public void setApplyGoal(String applyGoal) { |
| | | this.applyGoal = applyGoal; |
| | | this.applyGoal = Validator.filter(applyGoal); |
| | | } |
| | | |
| | | public String getId() { |
| | |
| | | } |
| | | |
| | | public void setNum(Integer num) { |
| | | this.num = num; |
| | | this.num = Integer.parseInt(Validator.filter(num.toString())); |
| | | } |
| | | |
| | | public String getApplyUserId() { |
| | |
| | | } |
| | | |
| | | public void setObjective(String objective) { |
| | | this.objective = objective; |
| | | this.objective = Validator.filter(objective); |
| | | } |
| | | |
| | | public Timestamp getCreateTime() { |
| | |
| | | this.beforeApproveUserId=beforeApproveUserId; |
| | | } |
| | | public void setApproveUserId(String approveUserId) { |
| | | this.approveUserId = approveUserId; |
| | | this.approveUserId = Validator.filter(approveUserId); |
| | | } |
| | | |
| | | public String getMemo() { |