Commit 96bd8904 by fudahua

clerkCode

parent e225d9bc
......@@ -14,6 +14,15 @@ public class WxClerkInfoVO implements Serializable {
private String wxUserId;
private String clerkName;
private int clerkType;
private String clerkCode;
public String getClerkCode() {
return clerkCode;
}
public void setClerkCode(String clerkCode) {
this.clerkCode = clerkCode;
}
public String getEnterpriseId() {
return enterpriseId;
......
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