mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-21 12:03:20 +08:00
Add CacheManage
This commit is contained in:
@ -1,11 +1,7 @@
|
||||
package ai.chat2db.server.domain.api.param;
|
||||
|
||||
import java.io.Serial;
|
||||
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
|
||||
import ai.chat2db.server.tools.base.wrapper.param.PageQueryParam;
|
||||
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
@ -44,4 +40,11 @@ public class TablePageQueryParam extends PageQueryParam {
|
||||
*
|
||||
*/
|
||||
private String schemaName;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* if true, refresh the cache
|
||||
*/
|
||||
private boolean refresh;
|
||||
}
|
||||
|
Reference in New Issue
Block a user