mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
commit
82e0f97c55
@ -2438,6 +2438,13 @@ public class QueryMethods {
|
|||||||
return new SelectQueryColumn(queryWrapper);
|
return new SelectQueryColumn(queryWrapper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 构建所有列
|
||||||
|
*/
|
||||||
|
public static QueryColumn allColumns(){
|
||||||
|
return column("*");
|
||||||
|
}
|
||||||
|
|
||||||
// === IF 函数 ===
|
// === IF 函数 ===
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user