打卡查询增加id
This commit is contained in:
@ -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{" +
|
||||
|
Reference in New Issue
Block a user