增加操作系统和浏览器信息维护接口

This commit is contained in:
刘祥超
2022-11-11 17:46:27 +08:00
parent 7a139b43a9
commit 4d5fd28f97
9 changed files with 6293 additions and 3629 deletions

View File

@@ -0,0 +1,12 @@
syntax = "proto3";
option go_package = "./pb";
package pb;
message FormalClientSystem {
int64 id = 1;
string name = 2;
repeated string codes = 3;
string dataId = 4;
int32 state = 5;
}