mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-29 01:17:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			133 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			133 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| -- 增加字段
 | |
| ALTER TABLE trade_order
 | |
|     ADD COLUMN brokerage_user_id bigint NULL COMMENT '推广人编号' AFTER comment_status;
 | 
