打卡查询增加id

This commit is contained in:
xiezhijun
2021-04-15 10:25:19 +08:00
parent 3b644ee3c1
commit 90b8101280
2 changed files with 12 additions and 1 deletions

View File

@ -11,6 +11,8 @@ import java.util.List;
public class WxLogInfo implements Serializable {
private static final long serialVersionUID = 1L;
private Long id;
private String date;
private Long water;
@ -293,6 +295,14 @@ public class WxLogInfo implements Serializable {
this.remark = remark;
}
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
@Override
public String toString() {
return "WxLogInfo{" +