Commit 878f3b16 by 徐高华

Merge branch 'feature-canvas' into 'developer'

画布

See merge request !2392
parents 4413bc6f 206a11f8
......@@ -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