()
| 32 | } |
| 33 | |
| 34 | func (this *Category) TableUnique() [][]string { |
| 35 | return [][]string{ |
| 36 | {"Pid", "Title"}, |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | //新增分类 |
| 41 | func (this *Category) AddCates(pid int, cates string) (err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected