mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
fix(bug): 修复某些情况下直链无法正常使用的 BUG
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user