Commit 71ef85dd by qwmqiuwenmin

fix

parent b2211454
...@@ -18,6 +18,8 @@ public class MaterialDTO implements Serializable{ ...@@ -18,6 +18,8 @@ public class MaterialDTO implements Serializable{
private Date wxLastUploadTime; private Date wxLastUploadTime;
private String mediaId; private String mediaId;
private String mediaid;
private String wxEnterpriseId; private String wxEnterpriseId;
...@@ -167,4 +169,14 @@ public class MaterialDTO implements Serializable{ ...@@ -167,4 +169,14 @@ public class MaterialDTO implements Serializable{
this.updateTime = updateTime; this.updateTime = updateTime;
} }
public String getMediaid() {
return mediaId;
}
public void setMediaid(String mediaid) {
this.mediaid = mediaid;
}
} }
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