Files
client-web/proto/common.proto

6 lines
106 B
Protocol Buffer
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
syntax = "proto3";
// 通用占位符文件避免import错误
message Placeholder {
int32 id = 1;
}