This commit is contained in:
withchao 2023-01-29 16:29:14 +08:00
parent 0e1982083e
commit 1e92e0ab28

View File

@ -727,4 +727,8 @@ message KeyValue {
} }
message ResponsePagination {
int32 CurrentPage = 5;
int32 ShowNumber = 6;
}