category.php 224 B

12345678910
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Name' => '分类名称',
  5. 'Weigh' => '权重',
  6. 'Create_time' => '创建时间',
  7. 'Update_time' => '更新时间',
  8. 'Delete_time' => '删除时间'
  9. ];