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

This commit is contained in:
GoEdgeLab
2022-11-11 17:46:27 +08:00
parent 57fe8bfbf5
commit 5775fa17d9
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;
}