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