Revert "feat: add admin point grants and history UI"

This reverts commit adfc05b9b2.
This commit is contained in:
tim
2025-10-03 00:58:24 +08:00
parent c95b2ebdc2
commit 57e6bcaa0c
7 changed files with 6 additions and 231 deletions

View File

@@ -1,12 +0,0 @@
package com.openisle.dto;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class AdminGrantPointRequest {
private String username;
private int amount;
}