Squashed commit of the following:

commit 581d82d523
Author: nico <ainililia@.com>
Date:   Wed Nov 14 19:12:29 2018 +0800

    Upload proto files

commit ba361b5f0b
Merge: e8ad4d5 dbfd26b
Author: Nico <ainililia@163.com>
Date:   Wed Nov 14 16:44:54 2018 +0800

    Merge pull request #9 from abbychau/master

    Fix english grammatical errors

commit dbfd26b91e
Author: Abby <abbychau@gmail.com>
Date:   Wed Nov 14 17:24:19 2018 +0900

    add space

commit 1ea32fe93d
Author: Abby <abbychau@gmail.com>
Date:   Wed Nov 14 17:16:18 2018 +0900

    fix words and formats

commit a5cc4e1a08
Author: Abby <abbychau@gmail.com>
Date:   Wed Nov 14 17:02:15 2018 +0900

    fix 's

commit 42dcd95b07
Author: 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:
nico
2018-11-14 19:14:46 +08:00
parent 7459016fb4
commit fc13ca5568
2 changed files with 24 additions and 0 deletions
@@ -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;
}