查询id范围 查询id范围 dao := NewDbtestDao()param := torm.ParamRange{101,201}lists, err := dao.Get(param)if err != nil { return err}