diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index e7b1556..452feae 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -45,6 +45,7 @@ option optimize_for = SPEED; message Privilege{ optional int32 id =1; //特权id optional int32 usedTimes = 2;//特权使用次数(如果有没有使用次数限制,传0) + optional int32 effectTime = 3;//有效时间 }