mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-23 22:50:51 +08:00
优化目录结构
This commit is contained in:
6
backend/src/main/java/com/openisle/model/Role.java
Normal file
6
backend/src/main/java/com/openisle/model/Role.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package com.openisle.model;
|
||||
|
||||
public enum Role {
|
||||
ADMIN,
|
||||
USER
|
||||
}
|
||||
Reference in New Issue
Block a user