BUG#12166

yun-zuoyi
许心洁 5 years ago
parent 5f9d597943
commit 2d9521e412

@ -12,6 +12,8 @@ import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Lob;
import javax.persistence.Table;
import java.util.List;
import java.util.Map;
/**
* @Description :
@ -64,6 +66,10 @@ public class WmsPushConfig extends BaseBean{
@Column(name = "SCRIPT_NO")
private String scriptNo;
@ApiParam("脚本入参")
@Column(name = "SCRIPT_PARAM")
private String scriptParam;
@Lob
@ApiParam("标题模板")
@Column(name = "TITLE_TEMPLATE", columnDefinition = "TEXT")
@ -94,4 +100,5 @@ public class WmsPushConfig extends BaseBean{
@Column(name = "CONTENT_LABEL")
private String contentLabel;
}

Loading…
Cancel
Save