|
@@ -2,18 +2,13 @@ package com.yhlxj.dao.model.entity;
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.FieldStrategy;
|
|
import com.baomidou.mybatisplus.annotation.FieldStrategy;
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
-import com.cyksj.model.views.DistributeSearchView;
|
|
|
|
|
-import com.cyksj.model.views.GoodsDiscountPlusPurchaseRelationFrontView;
|
|
|
|
|
-import com.ejlchina.searcher.bean.DbIgnore;
|
|
|
|
|
import com.ejlchina.searcher.bean.SearchBean;
|
|
import com.ejlchina.searcher.bean.SearchBean;
|
|
|
import com.fasterxml.jackson.annotation.JsonInclude;
|
|
import com.fasterxml.jackson.annotation.JsonInclude;
|
|
|
-import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
|
|
import com.yhlxj.dao.model.BaseEntity;
|
|
import com.yhlxj.dao.model.BaseEntity;
|
|
|
import lombok.Getter;
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
import lombok.Setter;
|
|
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
import java.math.BigDecimal;
|
|
|
-import java.util.List;
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @author chan
|
|
* @author chan
|
|
@@ -114,13 +109,6 @@ public class GoodsDonSku extends BaseEntity {
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private String userOwns;
|
|
private String userOwns;
|
|
|
|
|
|
|
|
- /**
|
|
|
|
|
- * 专属用户列表
|
|
|
|
|
- */
|
|
|
|
|
- @DbIgnore
|
|
|
|
|
- @TableField(exist = false)
|
|
|
|
|
- private List<DistributeSearchView> userOwnsList;
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* 是否开启实物车票时长权益
|
|
* 是否开启实物车票时长权益
|
|
|
*/
|
|
*/
|
|
@@ -143,17 +131,6 @@ public class GoodsDonSku extends BaseEntity {
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Integer days;
|
|
private Integer days;
|
|
|
|
|
|
|
|
-// @DbField("case when spec_val like '%月%' and spec_val not like '%年%' then 0 when spec_val like '%季%' then 1 when spec_val like '%半年%' then 2 when spec_val like '%年%' then 3 else 66 end")
|
|
|
|
|
-// @TableField(exist = false)
|
|
|
|
|
-// private Integer orderBy;
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * 加购规格
|
|
|
|
|
- */
|
|
|
|
|
- @DbIgnore
|
|
|
|
|
- @TableField(exist = false)
|
|
|
|
|
- private List<GoodsDiscountPlusPurchaseRelation> dpSku;
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* 是否是优惠加购规格
|
|
* 是否是优惠加购规格
|
|
|
*/
|
|
*/
|
|
@@ -230,33 +207,6 @@ public class GoodsDonSku extends BaseEntity {
|
|
|
*/
|
|
*/
|
|
|
private String specificGoodsIds;
|
|
private String specificGoodsIds;
|
|
|
|
|
|
|
|
- /**
|
|
|
|
|
- * 优惠加购商品规格展示
|
|
|
|
|
- */
|
|
|
|
|
- @DbIgnore
|
|
|
|
|
- @TableField(exist = false)
|
|
|
|
|
- private List<GoodsDiscountPlusPurchaseRelationFrontView> dpSkuList;
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * 前端展示
|
|
|
|
|
- */
|
|
|
|
|
- @DbIgnore
|
|
|
|
|
- @TableField(exist = false)
|
|
|
|
|
- @JsonProperty("gname")
|
|
|
|
|
- private String gName;
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * 前端展示
|
|
|
|
|
- */
|
|
|
|
|
- @DbIgnore
|
|
|
|
|
- @TableField(exist = false)
|
|
|
|
|
- @JsonProperty("sname")
|
|
|
|
|
- private String sName;
|
|
|
|
|
-
|
|
|
|
|
- @DbIgnore
|
|
|
|
|
- @TableField(exist = false)
|
|
|
|
|
- private BigDecimal yhShopSkuPrice;
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* 排序
|
|
* 排序
|
|
|
*/
|
|
*/
|