From 78fa111e34c5c33279342034236f9b9f1e598d8f Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期一, 17 六月 2019 15:44:33 +0800 Subject: [PATCH] update protomsg --- protomsg.proto | 76 ++++++++++++++++++-------------------- 1 files changed, 36 insertions(+), 40 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index 1d78f51..365b4db 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -66,46 +66,42 @@ } message Vediopersons { - string iD - string videoReqNum - string sdkType - string gender - string picName - string content - string personPicUrl - string channlId - string likeDate - string race - string pciAddress - string picMaxUrl - string age - - string picDate - string picLocalUrl - string isDelete - - repeated string tableName - repeated string tableId - - string videoNum - string picSmUrl - string simleLevel - string indeviceId - repeated string iDcard - repeated string personId - - string beautyLevel - string indeviceName - string faceFeature - string personIsHub - string videoIp - string ackAlarm - string clusterId - string taskId - string taskName - repeated PersonBaseInfo baseinfo - string collection - string ageDescription + string iD = 1; + string videoReqNum = 2; + string sdkType=3; + string gender=4; + string picName=5; + string content=6; + string personPicUrl=7; + string channlId=8; + string likeDate=9; + string race=10; + string pciAddress=11; + string picMaxUrl=12; + string age=13; + string picDate=14; + string picLocalUrl=15; + string isDelete=16; + repeated string tableName=17; + string videoNum=18; + string picSmUrl=19; + string simleLevel=20; + string indeviceId=21; + repeated string iDcard=22; + repeated string personId=23; + string beautyLevel=24; + string indeviceName=25; + string faceFeature=26; + string personIsHub=27; + string videoIp=28; + string ackAlarm=29; + string clusterId=30; + string taskId=31; + string taskName=32; + repeated PersonBaseInfo baseinfo =33; + string collection=34; + string ageDescription=35; + repeated string tableId=36; } -- Gitblit v1.8.0