Commit bef029b8 by fudahua

手机号冗余

parent 09976d91
...@@ -87,6 +87,8 @@ public class StaffClerkBindLogDetailDTO implements Serializable { ...@@ -87,6 +87,8 @@ public class StaffClerkBindLogDetailDTO implements Serializable {
*/ */
private String clerkCode; private String clerkCode;
private String clerkPhone;
/** /**
* 关联id * 关联id
*/ */
...@@ -109,6 +111,14 @@ public class StaffClerkBindLogDetailDTO implements Serializable { ...@@ -109,6 +111,14 @@ public class StaffClerkBindLogDetailDTO implements Serializable {
*/ */
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
public String getClerkPhone() {
return clerkPhone;
}
public void setClerkPhone(String clerkPhone) {
this.clerkPhone = clerkPhone;
}
public Integer getLogId() { public Integer getLogId() {
return logId; return logId;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment