|  | @@ -1,6 +1,7 @@
 | 
	
		
			
				|  |  |  package com.yonge.cooleshow.biz.dal.wrapper;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import com.alibaba.fastjson.JSON;
 | 
	
		
			
				|  |  | +import com.baomidou.mybatisplus.annotation.TableField;
 | 
	
		
			
				|  |  |  import com.microsvc.toolkit.common.response.paging.QueryInfo;
 | 
	
		
			
				|  |  |  import io.swagger.annotations.ApiModel;
 | 
	
		
			
				|  |  |  import io.swagger.annotations.ApiModelProperty;
 | 
	
	
		
			
				|  | @@ -69,6 +70,10 @@ public class TenantAlbumPurchaseWrapper {
 | 
	
		
			
				|  |  |          @ApiModelProperty("机构ID")
 | 
	
		
			
				|  |  |          private Long tenantId;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        @ApiModelProperty("订单号")
 | 
	
		
			
				|  |  | +        private String orderNo;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          @ApiModelProperty("机构专辑ID")
 | 
	
		
			
				|  |  |          private Long tenantAlbumId;
 | 
	
		
			
				|  |  |  
 |