dao层修改 单元测试

This commit is contained in:
禾几海
2020-05-25 00:02:26 +08:00
parent 0adf936085
commit 86b6bae6e6
3 changed files with 45 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ public class Visitor {
private String ip;
private Date date;
private String ua;
private boolean delete;
public Visitor(String ip, Date date, String ua) {
this.ip = ip;