|  | @@ -3,6 +3,7 @@ package cn.newfeifan.mall.module.product.controller.app.spu.vo;
 | 
	
		
			
				|  |  |  import io.swagger.v3.oas.annotations.media.Schema;
 | 
	
		
			
				|  |  |  import lombok.Data;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +import java.math.BigDecimal;
 | 
	
		
			
				|  |  |  import java.util.List;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  @Schema(description = "用户 App - 商品 SPU Response VO")
 | 
	
	
		
			
				|  | @@ -54,4 +55,13 @@ public class AppProductSpuRespVO {
 | 
	
		
			
				|  |  |      @Schema(description = "商品销量", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
 | 
	
		
			
				|  |  |      private Integer salesCount;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    @Schema(description = "商品支付方式")
 | 
	
		
			
				|  |  | +    private Integer spuPayType;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    @Schema(description = "高精度价格", example = "9255")
 | 
	
		
			
				|  |  | +    private BigDecimal highPrecisionPrice;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    @Schema(description = "高精度", requiredMode = Schema.RequiredMode.REQUIRED)
 | 
	
		
			
				|  |  | +    private Boolean highPrecision;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  }
 |