mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
添加构建所有列方法
This commit is contained in:
parent
e1af38ac6a
commit
5c9b821761
@ -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