新增部分模块

This commit is contained in:
zyj
2025-08-31 18:34:01 +08:00
parent ee6914e92f
commit a94f6b5a25
9 changed files with 353 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
syntax = "proto3";
package user;
option go_package = "./proto;userpb";
option go_package = "./proto/gen;userpb";
// 登录请求
message LoginRequest {