|  | @@ -30,9 +30,9 @@ public class AppApplicationForWithdrawalRespVO {
 | 
	
		
			
				|  |  |      @ExcelProperty("支付宝账号")
 | 
	
		
			
				|  |  |      private String withdrawalAccount;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @Schema(description = "提现状态,已完成是1,未完成为0", example = "1")
 | 
	
		
			
				|  |  | -    @ExcelProperty("提现状态,已完成是1,未完成为0")
 | 
	
		
			
				|  |  | -    private Boolean status;
 | 
	
		
			
				|  |  | +    @Schema(description = "提现状态,成功是1, 失败是2, 提现中为0", example = "1")
 | 
	
		
			
				|  |  | +    @ExcelProperty("提现状态,成功是1, 失败是2, 提现中为0")
 | 
	
		
			
				|  |  | +    private Integer status;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @Schema(description = "提现渠道记录id", requiredMode = Schema.RequiredMode.REQUIRED, example = "19322")
 | 
	
		
			
				|  |  |      @ExcelProperty("提现渠道记录id")
 |