FileInfoBean.proto 138 B

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