Commit 698a54ff by 墨竹

fix:字段

parent c945ff72
......@@ -82,6 +82,9 @@ public class HmQrcodeDTO implements Serializable {
private String clerkName;
private String clerkCode;
private String staffId;
private String staffName;
/**
* 多人活码人数
*/
......@@ -370,5 +373,21 @@ public class HmQrcodeDTO implements Serializable {
public void setMemberLabelStatus(Integer memberLabelStatus) {
this.memberLabelStatus = memberLabelStatus;
}
public String getStaffId() {
return staffId;
}
public void setStaffId(String staffId) {
this.staffId = staffId;
}
public String getStaffName() {
return staffName;
}
public void setStaffName(String staffName) {
this.staffName = staffName;
}
}
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