Commit 71ef85dd by qwmqiuwenmin

fix

parent b2211454
......@@ -19,6 +19,8 @@ public class MaterialDTO implements Serializable{
private String mediaId;
private String mediaid;
private String wxEnterpriseId;
private String staffId;
......@@ -167,4 +169,14 @@ public class MaterialDTO implements Serializable{
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