syntax = "proto3"; package bet.beteran.api.vendor; message Vendor { uint64 id = 1; uint64 company_id = 2; uint64 vendor_id = 3; string key = 4; string name = 5; string category = 6; double max_bet_casino = 7; double max_bet_slot = 8; string is_enable = 9; uint64 bet_count = 10; uint64 created_at = 11; uint64 updated_at = 12; }