diff --git a/protos/Test.proto b/protos/Test.proto new file mode 100644 index 0000000..3778b9c --- /dev/null +++ b/protos/Test.proto @@ -0,0 +1,8 @@ +syntax = "proto3"; + +package proto; +option java_package = "club.joylink.xiannccda.module.proto"; +option java_outer_classname = "TestProto"; +message Test { + string testContent = 1; +} \ No newline at end of file diff --git a/protos/index.proto b/protos/index.proto deleted file mode 100644 index e69de29..0000000