|  | @@ -46,7 +46,7 @@ public class OrderReq {
 | 
	
		
			
				|  |  |          @ApiModelProperty(value = "商品类型:  VIP、开通会员  PRACTICE、陪练课购买  LIVE、直播课购买 VIDEO、视频课购买 MUSIC、单曲点播 ", required = true)
 | 
	
		
			
				|  |  |          private GoodTypeEnum goodType;
 | 
	
		
			
				|  |  |          @ApiModelProperty(value = "业务内容 订单业务内容json")
 | 
	
		
			
				|  |  | -        private Object bizContent;
 | 
	
		
			
				|  |  | +        private String bizContent;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          public Long getUserId() {
 | 
	
		
			
				|  |  |              return userId;
 | 
	
	
		
			
				|  | @@ -64,11 +64,11 @@ public class OrderReq {
 | 
	
		
			
				|  |  |              this.goodType = goodType;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public Object getBizContent() {
 | 
	
		
			
				|  |  | +        public String getBizContent() {
 | 
	
		
			
				|  |  |              return bizContent;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        public void setBizContent(Object bizContent) {
 | 
	
		
			
				|  |  | +        public void setBizContent(String bizContent) {
 | 
	
		
			
				|  |  |              this.bizContent = bizContent;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 |