syntax = "proto3"; option java_multiple_files = false;//set true, and all the messages will be stored in different files, which is not what I want option java_package = "com.example.removemarineanimals.models"; message DataTrans{ int32 RF_Angle_Roll=1; /*横滚角*/ int32 RF_Angle_Pitch=2; /*俯仰角*/ int32 RF_Angle_Yaw=3; /*航向角*/ int32 RF_Depth=4; /*海洋深度*/ };