Delete one or more records
err := engine.Id(1).Delete(&User{})
err := engine.Delete(&User{Name:"xlw"})