增加访问网址记录

This commit is contained in:
2018-04-25 22:02:00 +08:00
parent 681bcdbc6e
commit 827dcfd2b5
3 changed files with 5 additions and 9 deletions

View File

@@ -20,4 +20,7 @@ public class TbLog {
private String colheader;
@Column(name = "requesturl")
private String requestURL;
}