Commit 206a11f8 by 徐高华

画布

parent 211992aa
......@@ -29,6 +29,20 @@ public class ContentMaterialDTO implements Serializable {
private String materialDesc;
/**
* 画布-群发-卡券素材ID
*/
private String canvasCouponUUID ;
public String getCanvasCouponUUID() {
return canvasCouponUUID;
}
public void setCanvasCouponUUID(String canvasCouponUUID) {
this.canvasCouponUUID = canvasCouponUUID;
}
public String getMaterialDesc() {
return materialDesc;
}
......
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