attribute.php 383 B

1234567891011121314
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Name' => '名称',
  5. 'Type' => '类型',
  6. 'Type radio' => '单选',
  7. 'Type checkbox' => '多选',
  8. 'Category_id' => '分类ID',
  9. 'Is_must' => '是否必选',
  10. 'Is_search' => '是否可搜索',
  11. 'Createtime' => '添加时间',
  12. 'Updatetime' => '更新时间'
  13. ];