|
|
@@ -51,6 +51,7 @@ type User struct {
|
|
|
|
|
|
//银行信息
|
|
|
HasBank bool `orm:"-" json:"has_bank"`
|
|
|
+ SetPwd bool `orm:"-" json:"set_pwd"`
|
|
|
BankName string `orm:"column(bank_name)" json:"bank_name"`
|
|
|
BankAccount string `orm:"column(bank_account)" json:"bank_account"`
|
|
|
AccountName string `orm:"column(account_name)" json:"account_name"`
|