model.proto 167 B

12345678910
  1. syntax = "proto3";
  2. package archive;
  3. message Info {
  4. int64 aid = 1;
  5. repeated int64 cids = 2;
  6. int32 state = 3;
  7. int64 mid = 4;
  8. int32 attribute = 5;
  9. }