汪总电商平台
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.

26 lines
845 B

3 months ago
<?php
return [
'Id' => 'ID',
'User_id' => '用户ID',
'Name' => '收货人',
'Mobile' => '手机号',
'Default' => '默认',
'Default 1' => '是',
'Default 0' => '否',
'Country' => '国家',
'Province' => '省份',
'City' => '城市',
'Citycode' => '市级代码',
'District' => '区/县',
'Adcode' => '县级代码',
'Formatted_address' => '详细地区',
'Address' => '详细地址',
'Address_name' => '地址名称',
'Location' => '经纬度',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Deletetime' => '删除时间',
'Status' => '状态'
];