| | |
| | | private String videoUrl;
|
| | | @Column(name = "cg_material_lib_type")
|
| | | private Integer materialLibType;// 物料库类型 1-营销商品库 0-非营销商品库
|
| | | @Column(name = "cg_other_info")
|
| | | private String otherInfo; // 商品其他信息-json字符串
|
| | | @Column(name = "cg_createtime")
|
| | | private Date createTime;
|
| | | @Column(name = "cg_updatetime")
|
| | |
| | | public void setPictureWhite(String pictureWhite) {
|
| | | this.pictureWhite = pictureWhite;
|
| | | }
|
| | |
|
| | | public String getOtherInfo() {
|
| | | return otherInfo;
|
| | | }
|
| | |
|
| | | public void setOtherInfo(String otherInfo) {
|
| | | this.otherInfo = otherInfo;
|
| | | }
|
| | | |
| | | }
|