DriverBean.proto 88 B

123456
  1. syntax = "proto3";
  2. message DriverBean {
  3. string cardNumber = 1;
  4. string driverId = 2;
  5. }