WeChatMsg/wxManager/parser/util/protocbuf/file_info.proto

9 lines
108 B
Protocol Buffer
Raw Normal View History

2025-03-28 21:29:18 +08:00
syntax = "proto3";
package example;
message FileInfoData {
string dir3 = 1;
uint32 file_size = 2;
}