goods_category.php 285 B

1234567891011
  1. <?php
  2. return [
  3. 'Title' => '名称',
  4. 'Pid' => '父ID',
  5. 'Image' => '图片',
  6. 'Weigh' => '权重',
  7. 'Createtime' => '创建时间',
  8. 'Updatetime' => '更新时间',
  9. 'Status_switch' => '状态:默认值1为开,0为关'
  10. ];