| 
					
				 | 
			
			
				@@ -610,6 +610,14 @@ public class CouponIssueVo { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         @ApiModelProperty("使用类型") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         private CouponCategoryEnum useType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public CouponCategoryEnum getUseType() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return useType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public void setUseType(CouponCategoryEnum useType) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.useType = useType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public Long getUserId() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return userId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 |