Golang
// Show 查询func (p *CategoryModel) Show(parent interface{}) (counts int64, temp []CategoryModel) { if parent == 0 { parent = sql2.NullInt32{} } sql