feat: 1.去除product无用字段
This commit is contained in:
@@ -6,6 +6,7 @@ import org.springframework.data.annotation.Transient;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class TbProduct implements Serializable {
|
||||
@@ -76,5 +77,16 @@ public class TbProduct implements Serializable {
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
private String images;
|
||||
private String groupSnap;
|
||||
|
||||
@TableField(exist = false)
|
||||
private List<TbProductSku> skuList;
|
||||
@TableField(exist = false)
|
||||
private Object groundingSpecInfo;
|
||||
private String specInfo;
|
||||
private String selectSpec;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user