Add total number of fuzzy rows

This commit is contained in:
JiaJu Zhuang
2023-07-23 16:13:10 +08:00
parent 81b28289a1
commit c01e8273cb
3 changed files with 26 additions and 0 deletions

View File

@ -72,6 +72,12 @@ public class ExecuteResultVO {
*/
private Integer pageSize;
/**
* Total number of fuzzy rows
* Only select statements have
*/
private String fuzzyTotal;
/**
* 执行持续时间
*/