Commit 36fd147c by 徐高华

通知画布

parent f5860a77
......@@ -27,6 +27,16 @@ public class ContentMaterialDTO implements Serializable {
private String link ;
private String materialDesc;
public String getMaterialDesc() {
return materialDesc;
}
public void setMaterialDesc(String materialDesc) {
this.materialDesc = materialDesc;
}
public String getLink() {
return link;
}
......
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