Files
BD2PS/protocol/proto/Request/ChargeCostRequest.proto
yoncodes e58fd190b4 pushing
2025-10-28 21:21:28 -04:00

6 lines
95 B
Protocol Buffer

message ChargeCostRequest {
optional int32 seq = 1;
repeated int32 element_type = 2;
}