554325746@qq.com
2019-06-17 78fa111e34c5c33279342034236f9b9f1e598d8f
update protomsg
2个文件已修改
5731 ■■■■■ 已修改文件
protomsg.pb.go 5655 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
protomsg.proto 76 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
protomsg.pb.go
Diff too large
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;
}