mirror of
https://github.com/tiennm99/caro.git
synced 2026-05-24 04:24:23 +00:00
Squashed commit of the following:
commit581d82d523Author: nico <ainililia@.com> Date: Wed Nov 14 19:12:29 2018 +0800 Upload proto files commitba361b5f0bMerge:e8ad4d5dbfd26bAuthor: Nico <ainililia@163.com> Date: Wed Nov 14 16:44:54 2018 +0800 Merge pull request #9 from abbychau/master Fix english grammatical errors commitdbfd26b91eAuthor: Abby <abbychau@gmail.com> Date: Wed Nov 14 17:24:19 2018 +0900 add space commit1ea32fe93dAuthor: Abby <abbychau@gmail.com> Date: Wed Nov 14 17:16:18 2018 +0900 fix words and formats commita5cc4e1a08Author: Abby <abbychau@gmail.com> Date: Wed Nov 14 17:02:15 2018 +0900 fix 's commit42dcd95b07Author: Abby <abbychau@gmail.com> Date: Wed Nov 14 16:57:54 2018 +0900 Fix english grammatical errors # Conflicts: # landlords-client/src/main/java/org/nico/ratel/landlords/client/event/ClientEventListener_CODE_SHOW_OPTIONS.java
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "org.nico.ratel.landlords.entity";
|
||||
option java_outer_classname = "ClientTransferData";
|
||||
|
||||
message ClientTransferDataProtoc{
|
||||
|
||||
string code = 1;
|
||||
|
||||
string data = 2;
|
||||
|
||||
string info = 3;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "org.nico.ratel.landlords.entity";
|
||||
option java_outer_classname = "ServerTransferData";
|
||||
|
||||
message ServerTransferDataProtoc{
|
||||
|
||||
string code = 1;
|
||||
|
||||
string data = 2;
|
||||
|
||||
string info = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user