backend/src/main/resources/graphql/player.graphqls
@@ -56,7 +56,7 @@ type Player { id: ID! name: String phone: String phone: String @deprecated(reason: "此字段已废弃,请使用关联User实体的phone字段") } type PlayerApplicationPageResponse { @@ -175,7 +175,7 @@ type PlayerInfoResponse { id: ID name: String phone: String phone: String @deprecated(reason: "此字段已废弃,请使用userInfo.phone字段") gender: Int birthday: String education: String