You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							21 lines
						
					
					
						
							549 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							21 lines
						
					
					
						
							549 B
						
					
					
				
								<?php
							 | 
						|
								return [
							 | 
						|
								    'labels' => [
							 | 
						|
								        'MyDemandProduct' => '需求产品库',
							 | 
						|
								        'my_demand_product' => '需求产品库',
							 | 
						|
								    ],
							 | 
						|
								    'fields' => [
							 | 
						|
								        'title' => '标题',
							 | 
						|
								        'comment' => '内容',
							 | 
						|
								        'deadline' => '流拍时间',
							 | 
						|
								        'type' => '类型',
							 | 
						|
								        'price' => '价格',
							 | 
						|
								        'stock' => '库存',
							 | 
						|
								        'publisher_type' => '发布人身份',
							 | 
						|
								        'publisher_id' => '发布人',
							 | 
						|
								        'state' => '状态',
							 | 
						|
								        'bidding_id' => '竞拍成功id 关联竞标表',
							 | 
						|
								    ],
							 | 
						|
								    'options' => [
							 | 
						|
								    ],
							 | 
						|
								];
							 |