修改对象类型
This commit is contained in:
@@ -23,7 +23,7 @@ public class PartnerSite {
|
||||
|
||||
private String desc;
|
||||
|
||||
private boolean delete;
|
||||
private Boolean delete = false;
|
||||
|
||||
public PartnerSite() {
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ public class TagCategory {
|
||||
|
||||
private String name;
|
||||
|
||||
private boolean category = true;
|
||||
private Boolean category = true;
|
||||
|
||||
private boolean deleted = false;
|
||||
private Boolean deleted = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user