Merge branch 'master_test_gn' into dev_dh_fourspirit2

duhui 2021-09-02 15:21:17 +08:00
commit 2807ad2cc3
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ import "CommonProto.proto";
}
message FamilyRecommandRequest{
optional int32 page = 1;//
}
message FamilyRecommandResponse{
repeated FamilyRecomandInfo familyRecomandInfo =1;
}