|
|
@@ -192,6 +192,7 @@ message PersonDB{
|
|
|
bool isFinishInformation = 13;//是否完善消息
|
|
|
repeated int64 tagList = 14;// 标签列表
|
|
|
string identifyId = 15;// 身份ID
|
|
|
+ int64 personId = 16;// 用户id(number)
|
|
|
}
|
|
|
|
|
|
message ScripIdRequest {
|
|
|
@@ -720,6 +721,7 @@ message ManagerScripInfo {
|
|
|
int64 replyNum = 10;// 回复数
|
|
|
int64 createTime = 12;// 创建时间
|
|
|
string constellation = 13; // 星座
|
|
|
+ int64 id = 14;// id(number)
|
|
|
}
|
|
|
|
|
|
message ManagerFindReportListRequest{
|