2024-11-06 19:09:37 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
'Manystore_id' => '机构账号id',
|
2024-12-18 09:37:26 +08:00
|
|
|
'Shop_id' => '机构',
|
|
|
|
'User_id' => '核销员前台用户',
|
|
|
|
'Classes_lib_ids' => '平台可核销的课程',
|
2024-11-06 19:09:37 +08:00
|
|
|
'Status' => '状态',
|
|
|
|
'Status 1' => '开启',
|
|
|
|
'Status 2' => '关闭',
|
|
|
|
'Createtime' => '创建时间',
|
|
|
|
'Updatetime' => '修改时间',
|
2024-12-18 09:37:26 +08:00
|
|
|
'Manystore.nickname' => '机构账号昵称',
|
|
|
|
'Manystore.avatar' => '机构账号头像',
|
|
|
|
'Manystoreshop.name' => '机构名称',
|
|
|
|
'Manystoreshop.image' => '机构封面图',
|
|
|
|
'Manystoreshop.address_city' => '机构城市选择',
|
|
|
|
'Manystoreshop.province' => '机构省编号',
|
|
|
|
'Manystoreshop.city' => '机构市编号',
|
|
|
|
'Manystoreshop.district' => '机构县区编号',
|
|
|
|
'Manystoreshop.address' => '机构地址',
|
|
|
|
'Manystoreshop.address_detail' => '机构详细地址',
|
|
|
|
'User.nickname' => '核销员前台用户昵称',
|
|
|
|
'User.realname' => '核销员前台用户真实姓名',
|
|
|
|
'User.mobile' => '核销员前台用户手机号',
|
|
|
|
'User.avatar' => '核销员前台用户头像'
|
2024-11-06 19:09:37 +08:00
|
|
|
];
|