1. 添加部分swagger文档

This commit is contained in:
EnderByEndera
2024-01-12 14:31:34 +08:00
parent 8f545110f1
commit c1a5d2462f
30 changed files with 614 additions and 65 deletions

View File

@@ -1,5 +1,6 @@
package com.realtime.protection.configuration.satoken.role;
public enum Admin implements Role {
ADMIN
public enum User implements Role {
ADMIN,
NORMAL
}