mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-17 23:50:24 +08:00
增加操作系统和浏览器信息维护接口
This commit is contained in:
12
pkg/rpc/protos/models/model_formal_client_system.proto
Normal file
12
pkg/rpc/protos/models/model_formal_client_system.proto
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user