代码初始化

This commit is contained in:
2026-05-07 15:54:43 +08:00
parent a078ca46e5
commit 3522f1011f
274 changed files with 15704 additions and 0 deletions
@@ -0,0 +1,14 @@
syntax = "proto3";
package demo.cmd;
option java_package = "com.huangzj.cmd.gen";
option java_multiple_files = true;
enum PbService {
Default = 0;
Service_1 = 1;
Service_2 = 2;
Service_3 = 3;
Service_4 = 4;
}