package api.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service UserService

gpt-4o-user.proto:29

定义标准的 CRUD API 接口

enum Status

gpt-4o-user.proto:22

用户状态枚举,符合常见 API 模型中状态设计

Used in: UserDTO

message UserDTO

gpt-4o-user.proto:6

定义 API DTO 对象,通常反映领域模型的数据

Used in: CreateUserRequest, GetUserResponse, UpdateUserRequest, UserResponse

message UserDTO.ContactInfo

gpt-4o-user.proto:15

嵌套的联系信息(作为 DTO 的一部分)

Used in: UserDTO

message UserResponse

gpt-4o-user.proto:69

通用响应消息

Used as response type in: UserService.CreateUser, UserService.UpdateUser