добавил поле типа

This commit is contained in:
2025-05-23 17:10:33 +03:00
parent 114e2ac4ad
commit bf5a648582
5 changed files with 25 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ public class Message extends iDBObject {
public int group;
@Expose
public String value;
@Expose
@Description("IGNORE")
public int type;
//--
@Description("DEFAULT ''")
public String file = "";