| | |
| | | private BigDecimal rate;
|
| | | @Column(name = "cg_picture")
|
| | | private String picture;
|
| | | @Column(name = "cg_picture_white")
|
| | | private String pictureWhite;
|
| | | @Column(name = "cg_state")
|
| | | private Integer state;
|
| | | @Column(name = "cg_price")
|
| | |
| | | @Column(name = "cg_updatetime")
|
| | | private Date updateTime;
|
| | |
|
| | | public CommonGoods() {}
|
| | | |
| | | public CommonGoods() {
|
| | | }
|
| | |
|
| | | public CommonGoods(Long id) {
|
| | | this.id = id;
|
| | | }
|
| | | |
| | |
|
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | |
| | | public void setVideoUrl(String videoUrl) {
|
| | | this.videoUrl = videoUrl;
|
| | | }
|
| | |
|
| | | public String getPictureWhite() {
|
| | | return pictureWhite;
|
| | | }
|
| | |
|
| | | public void setPictureWhite(String pictureWhite) {
|
| | | this.pictureWhite = pictureWhite;
|
| | | }
|
| | | }
|