From b3a47cb555076c25c64d83dd455a472509291245 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期一, 13 十一月 2023 16:09:35 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm

---
 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