This commit is contained in:
menghaiwen@fusen.cn
2024-01-31 15:52:52 +08:00
parent ffba8e706d
commit 577e7801ac

View File

@@ -41,6 +41,7 @@ message Meta {
// 用户信息
message FsUser {
int64 user_id = 7;//用户ID
string email = 1; // 邮箱
string first_name = 2; // 名
string last_name = 3; // 姓