mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 02:32:33 +08:00
Complete team user code
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
|
||||
package ai.chat2db.server.common.api.controller.request;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* Common query
|
||||
*
|
||||
* @author Jiaju Zhuang
|
||||
*/
|
||||
@Data
|
||||
public class CommonQueryRequest {
|
||||
|
||||
/**
|
||||
* searchKey
|
||||
*/
|
||||
private String searchKey;
|
||||
}
|
Reference in New Issue
Block a user