feat: add users page

This commit is contained in:
yanghao05
2025-04-10 21:04:35 +08:00
parent ed27cb3534
commit 5a63eee1ce
22 changed files with 797 additions and 60 deletions

View File

@@ -0,0 +1,5 @@
package fields
// swagger:enum PostStatus
// ENUM( ok, banned, blocked)
type UserStatus int16