You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- syntax = "proto3";
-
- package JT808.GrpcDashbord.ServiceGrpcBase;
-
- // 统一分页参数
- message PageRequest{
- int32 PageIndex=1;
- int32 PageSize=2;
- int32 Total =3;
- int32 Skip=4;
- map<string, string> Sort = 5;
- }
|