peng
2025-11-06 c4938f6f4e839890b032c75c7a57333a6a9157a9
backend/src/main/resources/graphql/user.graphqls
@@ -13,6 +13,7 @@
    gender: String
    birthday: String
    roles: [String!]!
    userType: String
    createdAt: String
    # 角色相关信息
    employee: EmployeeInfo