Add invite points activity

This commit is contained in:
Tim
2025-08-17 11:38:09 +08:00
parent ce94cd7e73
commit b1076d7256
2 changed files with 15 additions and 1 deletions

View File

@@ -3,5 +3,6 @@ package com.openisle.model;
/** Activity type enumeration. */
public enum ActivityType {
NORMAL,
MILK_TEA
MILK_TEA,
INVITE_POINTS
}