mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-21 03:53:24 +08:00
Add total number of fuzzy rows
This commit is contained in:
@ -72,6 +72,12 @@ public class ExecuteResultVO {
|
||||
*/
|
||||
private Integer pageSize;
|
||||
|
||||
/**
|
||||
* Total number of fuzzy rows
|
||||
* Only select statements have
|
||||
*/
|
||||
private String fuzzyTotal;
|
||||
|
||||
/**
|
||||
* 执行持续时间
|
||||
*/
|
||||
|
Reference in New Issue
Block a user