Commit 64e20f30 by songyinghui

feature: 二维码调整

parent cd094704
......@@ -25,6 +25,11 @@ public class AccountGenerateQrCodeQo implements Serializable {
*/
private String clerkId;
/**
* 二维码key
*/
private String key;
public String getEnterpriseId() {
return enterpriseId;
}
......@@ -48,4 +53,12 @@ public class AccountGenerateQrCodeQo implements Serializable {
public void setClerkId(String clerkId) {
this.clerkId = clerkId;
}
public String getKey() {
return key;
}
public void setKey(String key) {
this.key = key;
}
}
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