voicetext.php 122 B

1234567
  1. <?php
  2. return [
  3. 'Id' => '主键ID',
  4. 'Content' => '声音内容',
  5. 'Createtime' => '创建时间'
  6. ];