|
|
@@ -7,7 +7,6 @@ import com.cyksj.model.entity.HomeManagementConfig;
|
|
|
import com.ejlchina.searcher.bean.DbField;
|
|
|
import com.ejlchina.searcher.bean.DbIgnore;
|
|
|
import com.ejlchina.searcher.bean.SearchBean;
|
|
|
-import com.fasterxml.jackson.annotation.JsonIgnore;
|
|
|
import com.fasterxml.jackson.annotation.JsonInclude;
|
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
|
@@ -91,19 +90,15 @@ public class HomeManagementFrontView {
|
|
|
@DbField("g.img")
|
|
|
private String goodsImg;
|
|
|
|
|
|
+ @DbField("g.match_img")
|
|
|
+ private String matchImg;
|
|
|
+
|
|
|
/**
|
|
|
* 类型
|
|
|
*/
|
|
|
@DbField("g.type")
|
|
|
private Integer goodsType;
|
|
|
|
|
|
- /**
|
|
|
- * 分类
|
|
|
- * 1、AI 2、流媒体
|
|
|
- */
|
|
|
- @DbField("g.category")
|
|
|
- private Long category;
|
|
|
-
|
|
|
@DbField("g.second_type")
|
|
|
private Integer secondType;
|
|
|
|
|
|
@@ -131,15 +126,8 @@ public class HomeManagementFrontView {
|
|
|
/**
|
|
|
* 已售
|
|
|
*/
|
|
|
- @DbIgnore
|
|
|
- private Integer sold;
|
|
|
-
|
|
|
- /**
|
|
|
- * 虚拟销量
|
|
|
- */
|
|
|
@DbField("g.virtual_sold")
|
|
|
- @JsonIgnore
|
|
|
- private Integer virtualSold;
|
|
|
+ private Integer sold;
|
|
|
|
|
|
@DbIgnore
|
|
|
private BigDecimal specificPrice;
|