| 1234567891011121314151617181920212223242526 |
- <?php
- return [
- 'Id' => 'ID',
- 'Category_id' => '分类ID',
- 'Category_name' => '分类名称',
- 'Title' => '商品名称',
- 'Little_image' => '商品单图',
- 'Images' => '商品图片',
- 'Price' => '价钱',
- 'Describe' => '描述/简介【材质尺寸规格】',
- 'Dynamic' => '动态说明',
- 'Dynamic_ids' => '动态ID',
- 'Content' => '详情',
- 'Weigh' => '权重',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'Deletetime' => '删除时间',
- 'Category.title' => '名称',
- 'Category.pid' => '父ID',
- 'Category.image' => '图片',
- 'Category.weigh' => '权重',
- 'Category.createtime' => '创建时间',
- 'Category.updatetime' => '更新时间',
- 'Category.status_switch' => '状态:默认值1为开,0为关'
- ];
|