sku_price.php 369 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php return [ 'Goods_id' => '所属产品', 'Weigh' => '排序', 'Image' => '缩略图', 'Stock' => '库存', 'Sales' => '已售', 'Sn' => '货号', 'Weight' => '重量(kg)', 'Price' => '价格', 'Status' => '状态', 'Createtime' => '添加时间', 'Updatetime' => '更新时间' ];