#98 deadline edited
This commit is contained in:
parent
52ae197f34
commit
241c489b21
@ -66,7 +66,9 @@ public class Deadline extends BaseEntity {
|
|||||||
return executor;
|
return executor;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setExecutor(String executor) { this.executor = executor; }
|
public void setExecutor(String executor) {
|
||||||
|
this.executor = executor;
|
||||||
|
}
|
||||||
|
|
||||||
public Boolean getDone() {
|
public Boolean getDone() {
|
||||||
return done;
|
return done;
|
||||||
|
Loading…
Reference in New Issue
Block a user