reply.proto 200 B

12345678910
  1. syntax = "proto3";
  2. message reply {
  3. string csr_id = 1;
  4. string type_id = 2;
  5. string reply_id = 3;
  6. string reply_name = 4;
  7. string reply_content = 5;
  8. Timestamp reply_gen_time = 6;
  9. }