|  |  | @ -20,7 +20,7 @@ import lombok.experimental.Accessors; | 
			
		
	
		
			
				
					|  |  |  | /** | 
			
		
	
		
			
				
					|  |  |  | * @Description: 预约订单表 | 
			
		
	
		
			
				
					|  |  |  | * @Author: jeecg-boot | 
			
		
	
		
			
				
					|  |  |  | * @Date:   2024-09-23 | 
			
		
	
		
			
				
					|  |  |  | * @Date:   2024-09-24 | 
			
		
	
		
			
				
					|  |  |  | * @Version: V1.0 | 
			
		
	
		
			
				
					|  |  |  | */ | 
			
		
	
		
			
				
					|  |  |  | @Data | 
			
		
	
	
		
			
				
					|  |  | @ -71,4 +71,8 @@ public class TravelOrder implements Serializable { | 
			
		
	
		
			
				
					|  |  |  | @Excel(name = "预约项目编号", width = 15) | 
			
		
	
		
			
				
					|  |  |  | @ApiModelProperty(value = "预约项目编号") | 
			
		
	
		
			
				
					|  |  |  | private java.lang.String itemId; | 
			
		
	
		
			
				
					|  |  |  | /**订单状态(0-待支付 1-待使用 2-已完成)*/ | 
			
		
	
		
			
				
					|  |  |  | @Excel(name = "订单状态(0-待支付 1-待使用 2-已完成)", width = 15) | 
			
		
	
		
			
				
					|  |  |  | @ApiModelProperty(value = "订单状态(0-待支付 1-待使用 2-已完成)") | 
			
		
	
		
			
				
					|  |  |  | private java.lang.String orderStatus; | 
			
		
	
		
			
				
					|  |  |  | } |