|
@@ -32,14 +32,6 @@ public class SubjectiveCheckRejectDomain {
|
|
this.description = description;
|
|
this.description = description;
|
|
}
|
|
}
|
|
|
|
|
|
- public Long getTaskId() {
|
|
|
|
- return taskId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setTaskId(Long taskIds) {
|
|
|
|
- this.taskId = taskId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
public Boolean getSendDeputy() {
|
|
public Boolean getSendDeputy() {
|
|
return sendDeputy;
|
|
return sendDeputy;
|
|
}
|
|
}
|
|
@@ -48,5 +40,11 @@ public class SubjectiveCheckRejectDomain {
|
|
this.sendDeputy = sendDeputy;
|
|
this.sendDeputy = sendDeputy;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public Long getTaskId() {
|
|
|
|
+ return taskId;
|
|
|
|
+ }
|
|
|
|
|
|
|
|
+ public void setTaskId(Long taskId) {
|
|
|
|
+ this.taskId = taskId;
|
|
|
|
+ }
|
|
}
|
|
}
|