[chuni] fix user item being overwritten

[api] fix set diva news
This commit is contained in:
samnyan
2020-01-18 13:29:34 +09:00
parent c230c47c36
commit a417e4032c
6 changed files with 24 additions and 13 deletions

View File

@@ -30,4 +30,7 @@ public class PropertyEntry implements Serializable {
this.propertyKey = propertyKey;
this.propertyValue = propertyValue;
}
public PropertyEntry(String propertyKey) {
this.propertyKey = propertyKey;
}
}