chore: update

This commit is contained in:
Steven
2023-10-13 00:13:13 +08:00
parent a0f8e6987c
commit ed1ff11e80
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
syntax = "proto3";
package memos.store;
option go_package = "gen/store";
message ActivityMemoCommentCreatePayload {
int32 memo_id = 1;
int32 user_id = 2;
int32
}