feat: group api

This commit is contained in:
tbphp
2025-07-03 16:29:12 +08:00
parent a94412353a
commit 80662af9de
8 changed files with 288 additions and 156 deletions

1
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/gin-gonic/gin v1.10.1
github.com/joho/godotenv v1.5.1
github.com/sirupsen/logrus v1.9.3
gorm.io/datatypes v1.2.1
gorm.io/driver/mysql v1.6.0
gorm.io/gorm v1.30.0
)