@@ -24,7 +24,7 @@ package com.baomidou.mybatisplus.core.conditions;
* @author hubin , yanghu , Dyang , Caratacus
* @Date 2016-11-7
*/
-public class UpdateWrapper<T> extends QueryWrapper<T> {
+public class UpdateWrapper<T> extends Wrapper<T, UpdateWrapper<T>> {
/**
* 数据库表映射实体类