integral_goods.php
1.1 KB
<?php
return [
'Country_id' => '国家id',
'Depot_id' => '仓库id',
'Ch_name' => '中文名称',
'En_name' => '英文名称',
'Image' => '图片',
'Images' => '轮播',
'Goods_no' => '商品编码',
'Ch_specification' => '中文包装规格',
'En_specification' => '英文包装规格',
'Ch_save_where' => '中文保存条件',
'En_save_where' => '英文保存条件',
'Ch_period' => '中文有效期',
'En_period' => '英文有效期',
'Ch_content' => '中文详情',
'En_content' => '英文详情',
'Stock_num' => '库存',
'Sales_initial' => '初始销量',
'Sales_actual' => '实际销量',
'Integral' => '积分',
'Goods_price' => '价格',
'Original_price' => '原价',
'Status' => '状态',
'Status 1' => '显示',
'Status 2' => '隐藏',
'Weigh' => '权重',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Country.ch_name' => '中文名称'
];