多字段唯一键
()
| 21 | |
| 22 | // 多字段唯一键 |
| 23 | func (this *Star) TableUnique() [][]string { |
| 24 | return [][]string{ |
| 25 | []string{"Uid", "Bid"}, |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | type StarResult struct { |
| 30 | BookId int `json:"book_id"` |
nothing calls this directly
no outgoing calls
no test coverage detected