From f80c6068d5e2ae5b9101125497b4de88726e1d9e Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期日, 07 四月 2024 21:44:58 +0800
Subject: [PATCH] 发货接口增加仓库ID
---
proto/user.proto | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/proto/user.proto b/proto/user.proto
index 50e32f3..8234322 100644
--- a/proto/user.proto
+++ b/proto/user.proto
@@ -14,7 +14,8 @@
string username = 2;
int32 usertype = 3;
string nickname = 4;
- // ... other fields
+ repeated string sub_user_ids = 5;
+ bool sub_user_queried = 6;
}
message UserRequest {
--
Gitblit v1.8.0