|  | @@ -13,6 +13,10 @@ public class AppProductSpuDetailRespVO {
 | 
	
		
			
				|  |  |      @Schema(description = "商品 SPU 编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
 | 
	
		
			
				|  |  |      private Long id;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    //add by Ben20240529
 | 
	
		
			
				|  |  | +    @Schema(description = "最大推广费,单位使用:分", requiredMode = Schema.RequiredMode.REQUIRED, example = "968") // 通过会员等级,计算出折扣后价格
 | 
	
		
			
				|  |  | +    private Integer promotionFee;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      // ========== 基本信息 =========
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @Schema(description = "商品名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "非繁")
 |