syntax = "proto3"; package bet.beteran.account; message Bank { string id = 1; string name = 2; bool show = 3; bool can_use = 4; optional string memo = 5; uint64 created_at = 6; uint64 updated_at = 7; }