123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?php
- return [
- [
- 'key' =>'title',
- 'value' => '* 产品名称',
- ],
- [
- 'key' =>'code',
- 'value' => '* 产品编码',
- ],
- [
- 'key' =>'product_category_id',
- 'value' => '* 产品分类',
- ],
- [
- 'key' =>'size',
- 'value' => '产品规格',
- ],
- [
- 'key' =>'unit',
- 'value' => '产品单位',
- ],
- [
- 'key' =>'bar_code',
- 'value' => '条码',
- ],
- [
- 'key' =>'cost',
- 'value' => '成本',
- ],
- [
- 'key' =>'retail_price',
- 'value' => '零售价',
- ],
- [
- 'key' =>'product_attribute',
- 'value' => '产品属性',
- ],
- [
- 'key' => 'build_fee',
- 'value' => '安装费',
- ],
- [
- 'key' => 'item_code',
- 'value' => '商品编号',
- ],
- [
- 'key' => 'warranty_time',
- 'value' => '质保时长(月)',
- ]
- ];
|