fix(bug): 修复某些情况下直链无法正常使用的 BUG

This commit is contained in:
zhaojun
2022-04-02 18:36:44 +08:00
parent e09c6b4e58
commit 1033d6c1a9

View File

@@ -13,11 +13,10 @@ public class ShortLinkConfig {
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
@Column(name = "`key`")
private String key;
private String url;
private Date createDate;
}
}