goods.php 650 字节
<?php

return [
    'Id'           => 'id',
    'Store_id'     => '店铺id',
    'Goodstype_id' => '商品分类',
    'Goodsname'    => '商品型号',
    'Thumbnail'    => '商品缩略图',
    'Brand'        => '商品品牌',
    'Price'        => '商品价格',
    'Lineation'    => '划线价',
    'Inventory'    => '商品库存',
    'Is_impose'    => '是否限购',
    'Freight'      => '商品运费',
    'Imposenum'    => '限购数量',
    'Content'      => '商品详情',
    'Sale'         => '商品销量',
    'Createtime'   => '创建时间',
    'Updatetime'   => '修改时间',
    'Store.name'   => '店铺名称'
];