mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 21:50:43 +08:00
Complete team additions, deletions, modifications, and checks
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package ai.chat2db.server.domain.api.model;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
import lombok.Data;
|
||||
@ -21,12 +21,12 @@ public class Dashboard {
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
private LocalDateTime gmtCreate;
|
||||
private Date gmtCreate;
|
||||
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
private LocalDateTime gmtModified;
|
||||
private Date gmtModified;
|
||||
|
||||
/**
|
||||
* 报表名称
|
||||
|
@ -20,13 +20,7 @@ public class TeamUserComprehensivePageQueryParam extends PageQueryParam {
|
||||
* 用户id
|
||||
*/
|
||||
private Long userId;
|
||||
|
||||
/**
|
||||
* 团队角色code
|
||||
*
|
||||
* @see ai.chat2db.server.domain.api.enums.RoleCodeEnum
|
||||
*/
|
||||
private String teamRoleCode;
|
||||
|
||||
|
||||
/**
|
||||
* Query keywords for team
|
||||
|
Reference in New Issue
Block a user