package controls // 银行控件 type BankInfo struct { ID string `json:"id"` Name string `json:"name"` Code string `json:"code"` }