BaseResponseProto.proto 246 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 syntax = "proto2"; package protocol; option java_package = "com.crossoverjie.cim.common.protocol"; option java_outer_classname = "CIMResponseProto"; message CIMResProtocol { required int64 responseId = 2; required string resMsg = 1; }