添加deleted字段

This commit is contained in:
禾几海
2020-07-18 12:30:53 +08:00
parent 5504abe3e0
commit f7c1726d51
5 changed files with 8 additions and 0 deletions

View File

@@ -21,4 +21,6 @@ public class WebUpdateModel {
this.info = info;
this.time = time;
}
private boolean deleted;
}