同步数据

This commit is contained in:
joylink_fanyuhong 2024-09-27 14:18:40 +08:00
parent 11fb34d32e
commit 6e7ec06bac

View File

@ -1,11 +1,9 @@
syntax = "proto3"; syntax = "proto3";
package sync_data_message; package sync_data_message;
import "common.proto";
//
message SyncData { message SyncData {
String operationType = 1; string operationType = 1;
repeated UpdataData datas = 2; repeated UpdataData datas = 2;
} }