|  | @@ -2,6 +2,7 @@ package com.yonge.cooleshow.biz.dal.vo;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import com.yonge.cooleshow.biz.dal.entity.AuditReason;
 | 
	
		
			
				|  |  |  import io.swagger.annotations.ApiModel;
 | 
	
		
			
				|  |  | +import io.swagger.annotations.ApiModelProperty;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /**
 | 
	
		
			
				|  |  |   * @Author: liweifan
 | 
	
	
		
			
				|  | @@ -10,4 +11,15 @@ import io.swagger.annotations.ApiModel;
 | 
	
		
			
				|  |  |  @ApiModel(value = "AuditReasonVo对象", description = "审核原因表查询视图对象")
 | 
	
		
			
				|  |  |  public class AuditReasonVo extends AuditReason{
 | 
	
		
			
				|  |  |  	private static final long serialVersionUID = 1L;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	@ApiModelProperty("更新人名称")
 | 
	
		
			
				|  |  | +	private String updateName;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	public String getUpdateName() {
 | 
	
		
			
				|  |  | +		return updateName;
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	public void setUpdateName(String updateName) {
 | 
	
		
			
				|  |  | +		this.updateName = updateName;
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  |  }
 |