修改数据库字段

This commit is contained in:
禾几海
2020-07-31 21:19:48 +08:00
parent ad5271f740
commit 3b368c92cb
2 changed files with 11 additions and 7 deletions

View File

@@ -14,4 +14,6 @@ public class LinkReq {
private String iconPath;
private String desc;
private boolean open;
private String email;
private boolean notification;
}