Skip to content

Commit

Permalink
feat: 作业详情、列表添加返回上传者id
Browse files Browse the repository at this point in the history
  • Loading branch information
dragove committed Mar 9, 2024
1 parent bf5e7c4 commit 0b5a59e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ data class CopilotInfo (
val id: Long,

val uploadTime: LocalDateTime,
val uploaderId: String,
val uploader: String,

//用于前端显示的格式化后的干员信息 [干员名]::[技能]
Expand Down

0 comments on commit 0b5a59e

Please sign in to comment.