mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-01 17:17:36 +08:00
Fix some team project bugs
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
package ai.chat2db.server.web.api.controller.dashboard.request;
|
||||
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
@ -25,13 +24,11 @@ public class ChartCreateRequest {
|
||||
/**
|
||||
* 图表信息
|
||||
*/
|
||||
@NotNull
|
||||
private String schema;
|
||||
|
||||
/**
|
||||
* 数据源连接ID
|
||||
*/
|
||||
@NotNull
|
||||
private Long dataSourceId;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user