giftgreet.php 302 B

12345678910111213
  1. <?php
  2. return [
  3. 'Id' => '主键ID',
  4. 'Name' => '名称',
  5. 'Value' => '价值',
  6. 'Price' => '价格',
  7. 'Image' => '图片',
  8. 'Special' => '特效',
  9. 'Sort' => '排序',
  10. 'Createtime' => '创建时间',
  11. 'Updatetime' => '更新时间'
  12. ];