From c8dffd157cd8b62023b26e62a0b92c152d959423 Mon Sep 17 00:00:00 2001
From: Codex Assistant <codex@example.com>
Date: 星期三, 08 十月 2025 21:19:28 +0800
Subject: [PATCH] build(backend): switch to thin-jar layout (split libs into target/lib); chore: remove test-* files; misc updates
---
backend/src/main/resources/graphql/user.graphqls | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/backend/src/main/resources/graphql/user.graphqls b/backend/src/main/resources/graphql/user.graphqls
index 58628d0..36d96e3 100644
--- a/backend/src/main/resources/graphql/user.graphqls
+++ b/backend/src/main/resources/graphql/user.graphqls
@@ -13,6 +13,7 @@
gender: String
birthday: String
roles: [String!]!
+ userType: String
createdAt: String
# 瑙掕壊鐩稿叧淇℃伅
employee: EmployeeInfo
--
Gitblit v1.8.0