diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 41677cd..02a1755 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -30,7 +30,7 @@ option optimize_for = SPEED; message Privilege{ optional int32 id =1; //特权id - optional int32 useeTimes = 2;//特权使用次数(如果有没有使用次数限制,穿0) + optional int32 usedTimes = 2;//特权使用次数(如果有没有使用次数限制,传0) }