TableName 表名
()
| 80 | |
| 81 | // TableName 表名 |
| 82 | func (bqb) TableName() string { |
| 83 | return "bqb" |
| 84 | } |
| 85 | |
| 86 | func (bdb *bqbdb) getByKey(key string) (b []bqb, err error) { |
| 87 | db := (*gorm.DB)(bdb) |
nothing calls this directly
no outgoing calls
no test coverage detected