[待上传任务信息]
This commit is contained in:
yangyakun
2024-08-26 13:42:32 +08:00
parent 1c513c2127
commit 3e8f0f011c
11 changed files with 371 additions and 27 deletions

View File

@@ -6,6 +6,7 @@ public class EventLogout {
public final static int LOGOUT_TYPE = 100001;
public final static int PERSONAL_TYPE = 100002;
public final static int SHOW_QR_TYPE = 100003;
public final static int SHOW_WAIT_UPLOAD_TASK = 100004;
public EventLogout(int messgaeType) {
this.messgaeType = messgaeType;