Commit 9f2e6a1a by qwmqiuwenmin

fix

parent fca5e143
......@@ -57,7 +57,7 @@ public class WxEnterpriseDTO implements Serializable {
private Integer contactFlag;
private String wxSecreKey;
private String wxSecretKey;
private Date createTime;
......@@ -289,13 +289,14 @@ public class WxEnterpriseDTO implements Serializable {
this.contactFlag = contactFlag;
}
public String getWxSecreKey() {
return wxSecreKey;
public String getWxSecretKey() {
return wxSecretKey;
}
public void setWxSecreKey(String wxSecreKey) {
this.wxSecreKey = wxSecreKey;
public void setWxSecretKey(String wxSecretKey) {
this.wxSecretKey = wxSecretKey;
}
}
......@@ -56,7 +56,7 @@ public class TabHaobanWxEnterprise implements Serializable {
private Integer contactFlag;
private String wxSecreKey;
private String wxSecretKey;
private Date createTime;
......@@ -288,13 +288,14 @@ public class TabHaobanWxEnterprise implements Serializable {
this.contactFlag = contactFlag;
}
public String getWxSecreKey() {
return wxSecreKey;
public String getWxSecretKey() {
return wxSecretKey;
}
public void setWxSecreKey(String wxSecreKey) {
this.wxSecreKey = wxSecreKey;
public void setWxSecretKey(String wxSecretKey) {
this.wxSecretKey = wxSecretKey;
}
}
\ No newline at end of file
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