Commit 76743a0f by 墨竹

refactor:增加返回字段

parent 4f351559
...@@ -8,6 +8,8 @@ public class WxApplicationDTO implements Serializable { ...@@ -8,6 +8,8 @@ public class WxApplicationDTO implements Serializable {
private String siteId; private String siteId;
private String corpid;
private String name; private String name;
private String permanentCode; private String permanentCode;
...@@ -115,4 +117,12 @@ public class WxApplicationDTO implements Serializable { ...@@ -115,4 +117,12 @@ public class WxApplicationDTO implements Serializable {
public void setUpdateTime(Date updateTime) { public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime; this.updateTime = updateTime;
} }
public String getCorpid() {
return corpid;
}
public void setCorpid(String corpid) {
this.corpid = corpid;
}
} }
\ 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