32 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'Manystore_id'                 => '机构账号id',
 | 
						|
    'Shop_id'                      => '机构',
 | 
						|
    'User_id'                      => '教师前台用户',
 | 
						|
    'Name'                         => '教师名',
 | 
						|
    'Head_image'                   => '教师头像',
 | 
						|
    'Content'                      => '教师简介',
 | 
						|
    'Status'                       => '机构展示专家信息',
 | 
						|
    'Status 1'                     => '上架',
 | 
						|
    'Status 2'                     => '下架',
 | 
						|
    'Expert_image'                 => '专家头像',
 | 
						|
    'Expert_content'               => '专家介绍',
 | 
						|
    'Weigh'                        => '权重',
 | 
						|
    'Createtime'                   => '创建时间',
 | 
						|
    'Updatetime'                   => '修改时间',
 | 
						|
    'Deletetime'                   => '删除时间',
 | 
						|
    'User.nickname'                => '教师前台用户昵称',
 | 
						|
    'User.realname'                => '教师前台用户真实姓名',
 | 
						|
    'User.avatar'                  => '教师前台用户头像',
 | 
						|
    'Manystore.nickname'           => '教师前台用户昵称',
 | 
						|
    'Manystoreshop.name'           => '机构名称',
 | 
						|
    'Manystoreshop.image'          => '机构封面图',
 | 
						|
    'Manystoreshop.address_city'   => '机构城市选择',
 | 
						|
    'Manystoreshop.province'       => '机构省编号',
 | 
						|
    'Manystoreshop.city'           => '机构市编号',
 | 
						|
    'Manystoreshop.district'       => '机构县区编号',
 | 
						|
    'Manystoreshop.address'        => '机构地址',
 | 
						|
    'Manystoreshop.address_detail' => '机构详细地址'
 | 
						|
];
 |