Skip to content

Commit

Permalink
feat: 作业集列表添加返回作业id列表
Browse files Browse the repository at this point in the history
  • Loading branch information
dragove committed Mar 21, 2024
1 parent afdcc1e commit d64eab0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ data class CopilotSetListRes (
val createTime: LocalDateTime,

@Schema(title = "更新时间")
val updateTime: LocalDateTime
val updateTime: LocalDateTime,

@Schema(title = "作业id列表")
val copilotIds: List<Long>
)

0 comments on commit d64eab0

Please sign in to comment.