mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 10:43:06 +08:00
Return Query ID
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
package ai.chat2db.server.admin.api.controller.user.vo;
|
||||
|
||||
import ai.chat2db.server.admin.api.controller.datasource.vo.SimpleDataSourceVO;
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
@ -12,6 +13,12 @@ import lombok.Data;
|
||||
@Data
|
||||
public class UserDataSourcePageQueryVO {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@NotNull
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* user id
|
||||
*/
|
||||
|
Reference in New Issue
Block a user