portfolioUrl 漏加fix

This commit is contained in:
litianxiang
2026-04-15 14:52:18 +08:00
parent b0343be544
commit c00d906083
2 changed files with 11 additions and 2 deletions

View File

@@ -68,6 +68,9 @@ public class Contestant {
@TableField("pdf_size")
private Long pdfSize;
@TableField("portfolio_url")
private String portfolioUrl;
@TableField("created_at")
private LocalDateTime createdAt;