18 lines
403 B
PHP
18 lines
403 B
PHP
<?php
|
|
/**
|
|
* customer.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-26 18:41:07
|
|
* @modified 2022-08-26 18:41:07
|
|
*/
|
|
|
|
return [
|
|
'name' => '姓名',
|
|
'email' => 'Email',
|
|
'from' => '注册来源',
|
|
'customer_group' => '客户组',
|
|
];
|