Commit a53b7d19 by huangZW

111

parent ce1a1651
......@@ -25,8 +25,19 @@ public class YwWxEnterpriseDTO implements Serializable {
//版本号
private String version;
private String corpSquareLogoUrl;
private static final long serialVersionUID = 1L;
public String getCorpSquareLogoUrl() {
return corpSquareLogoUrl;
}
public void setCorpSquareLogoUrl(String corpSquareLogoUrl) {
this.corpSquareLogoUrl = corpSquareLogoUrl;
}
public String getWxEnterpriseId() {
return wxEnterpriseId;
}
......
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