Skip to content

Commit

Permalink
user add stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jul 1, 2024
1 parent f5992ea commit 14a276c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpkm67/auth/user/v1/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ syntax = "proto3";

package rpkm67.auth.user.v1;

import "rpkm67/backend/stamp/v1/stamp.proto";

option go_package = "rpkm67/auth/user/v1";

service UserService {
Expand Down Expand Up @@ -32,6 +34,7 @@ message User{
string baan = 18;
string groupId = 19;
int32 receiveGift = 20;
rpkm67.backend.stamp.v1.Stamp stamp = 21;
}

// Create
Expand Down

0 comments on commit 14a276c

Please sign in to comment.