| 
					
				 | 
			
			
				@@ -76,4 +76,10 @@ public class ProductSkuSaveReqVO { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Schema(description = "高精度价格", example = "9255") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private BigDecimal highPrecisionPrice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @Schema(description = "结算价,单位: 分", example = "19500") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private Integer settlementPrice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @Schema(description = "高精度结算价", example = "19997") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private BigDecimal highPrecisionSettlementPrice; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |