syntax = "proto3"; import "File.proto"; message FileInfoBean { string alarmNum = 1; int32 fileCount = 2; repeated File filelist = 3; }