6 lines
74 B
Protocol Buffer
6 lines
74 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
message SetNameCardReq {
|
||
|
uint32 name_card_id = 12;
|
||
|
}
|