This commit is contained in:
fengchuanhn@gmail.com
2026-05-17 12:54:04 +08:00
parent e6c8c18be0
commit f1fce871bb
28 changed files with 2566 additions and 235 deletions

View File

@@ -7,6 +7,7 @@ use std::sync::Mutex;
pub struct AuthUser {
pub id: i64,
pub username: String,
pub role_id: i64,
}
#[derive(Debug, Clone, Default)]