32 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'Manystore_id'                 => '机构账号id',
 | 
						|
    'Shop_id'                      => '机构店铺id',
 | 
						|
    'User_id'                      => '教师前台用户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' => '店铺详细地址'
 | 
						|
];
 |