| 
					
				 | 
			
			
				@@ -27,6 +27,9 @@ public class PtProfitLogRespVO { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ExcelProperty("收益类型 1:平台服务器费 2:平台收益") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private Integer profitStatus; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @Schema(description = "收益类型名称") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private String profitStatusName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Schema(description = "用户ID , 只有收益类型为 3,4才有值", example = "6982") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private Long userId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -45,8 +48,4 @@ public class PtProfitLogRespVO { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ExcelProperty("创建时间") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private LocalDateTime createTime; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    @Schema(description = "排序") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    private Integer sort; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |